Re: [OpenSBC] Support for UDPTL (as used for T.38)?
Brought to you by:
joegenbaclor
From: Joegen B. <jb...@so...> - 2009-01-28 05:00:37
|
Your contribution to this project would be much welcome. For starters, you should be looking at three important objects in OpenSIPStack if you are to implement T.38 proxy in OpenSIPStack. They are RTP_SessionManager, RTP_UDP and B2BMediaInterface . Each B2BUACall has an RTP_SessionManager of it's own which maintains the RTP_UDP session responsible for each leg while B2BMediaInterface is the central location where parsing of the SDP Offer and Answer is done. You can simply base your T38_SessionManager and T38_UDP classes from their RTP counterparts and modify B2BMediaInterface to parse T.38 m line as well. HTH Joegen > > Too bad. We might try to add it. Is there anything we should know? > |