Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#479 closed enhancement (fixed)

Allow transport framework to return transport specific info

Reported by: nanang Owned by: nanang
Priority: minor Milestone: release-0.9.0
Component: pjmedia Version: trunk
Keywords: Cc:
Backport to 1.x milestone: Backported:

Description (last modified by nanang)

Currently, media transport info only return socket info, this is
considered to be insufficient since specific transport info could not be fetched.

This enhancement will also answer a feature request about SRTP status retrieval.
http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/2008-February/001700.html
(thanks Klaus Darilion)

Attachments (2)

ticket479.patch (16.9 KB) - added by nanang 16 years ago.
Changed pjmedia transport info to cover specific info from specific media transport and support for stacked transports
ticket479.2.patch (6.2 KB) - added by nanang 16 years ago.
Added API to initialize pjmedia_transport_info

Download all attachments as: .zip

Change History (7)

comment:1 Changed 16 years ago by bennylp

  • Priority changed from normal to minor

comment:2 Changed 16 years ago by nanang

  • Description modified (diff)
  • Summary changed from SRTP status retrieval (thanks Klaus Darilion) to Enhancement on media transport info

Changed 16 years ago by nanang

Changed pjmedia transport info to cover specific info from specific media transport and support for stacked transports

comment:3 Changed 16 years ago by bennylp

  • Summary changed from Enhancement on media transport info to Allow transport framework to return transport specific info

Committed 'ticket479.patch' in r1860:

  • Moved PJMEDIA_TRANSPORT_SPECIFIC_INFO_MAXCNT and PJMEDIA_TRANSPORT_SPECIFIC_INFO_MAXSIZE to <pjmedia/config.h>.
  • Changed PJMEDIA_TRANSPORT_SPECIFIC_INFO_MAXSIZE from 128 to (12*sizeof(long))

comment:4 Changed 16 years ago by bennylp

  • Resolution set to fixed
  • Status changed from new to closed

Changed 16 years ago by nanang

Added API to initialize pjmedia_transport_info

comment:5 Changed 16 years ago by bennylp

In r1873:

  • committed ticket479.2.patch: caller should initialize transport info before calling pjmedia_transport_get_info()
Note: See TracTickets for help on using tickets.