Hello All,

Thank you for your responses.  I had tried using
SOATAG_AUDIO_AUX("telephone-event") tag with nua_set_params() which I called
once during initialization, but that didn't work.

I just added SOATAG_AUDIO_AUX("telephone-event") tag in the nua_respond()
and now the telephone-event line appears correctly in my SDP in the 200_OK.
Note: I also include the "a=rtpmap:101 telephone-event/8000" line in my
SOATAG_USER_SDP_STR() tag.

Best Regards,
Jerry


-----Original Message-----
From: Timo Bruhn [mailto:[EMAIL PROTECTED] 
Sent: Monday, October 06, 2008 8:07 AM
To: Jerry Richards; sofia-sip-devel@lists.sourceforge.net
Subject: Re: [Sofia-sip-devel] "telephone-event/8000/1" Missing From
Outbound SDP

Did you try using SOATAG_AUDIO_AUX("telephone-event") in nua_respond() ?

> -----Ursprüngliche Nachricht-----
> Von: "Jerry Richards" <[EMAIL PROTECTED]>
> Gesendet: 04.10.08 22:57:46
> An: <sofia-sip-devel@lists.sourceforge.net>
> Betreff: [Sofia-sip-devel] "telephone-event/8000/1" Missing From 
> Outbound SDP


> Hello All,
> 
> I am using base version 1.12.7.  Upon an inbound INVITE, I call
> nua_respond() with the SOATAG_USER_SDP_STR() tag as follows:
> 
> o=TC 0 1 IN IP4 192.168.72.161
> s=session
> c=IN IP4 192.168.72.161
> m=audio 1760 RTP/AVP 0 101
> a=rtpmap:0 PCMU/8000
> a=ptime:20
> a=rtpmap:101 telephone-event/8000
> 
> However the SDP in the outbound 200 OK message does NOT include the
> "a=rtpmap:101 telephone-event/8000" line.  This appears to happen in 
> all call scenarios.
> 
> Do you know why sofia-sip is stripping off this last line of the SDP?
> 
> Best Regards,
> Jerry
> 
> 
> ----------------------------------------------------------------------
> --- This SF.Net email is sponsored by the Moblin Your Move Developer's 
> challenge Build the coolest Linux based applications with Moblin SDK & 
> win great prizes Grand prize is a trip for two to an Open Source event 
> anywhere in the world 
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> Sofia-sip-devel mailing list
> Sofia-sip-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel
> 


_________________________________________________________________________
In 5 Schritten zur eigenen Homepage. Jetzt Domain sichern und gestalten! 
Nur 3,99 EUR/Monat! http://www.maildomain.web.de/?mc=021114


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel

Reply via email to