Re: [Sofia-sip-devel] SDP Negotiation

2010-03-26 Thread Meftah Tayeb
hi walid please can you email me you're msn? try to see the simple sofia sip softphone example Le 26/03/2010 11:45, Walid Salhi a écrit : Hi I'm newbie with Sofia-sip and I want to know how to perform an SDP negotiation In my application I sent an SDP offer with the nua_invite() nua_invite(ha

[Sofia-sip-devel] SDP Negotiation

2010-03-26 Thread Walid Salhi
Hi I'm newbie with Sofia-sip and I want to know how to perform an SDP negotiation In my application I sent an SDP offer with the nua_invite() nua_invite(handle, SIPTAG_CONTENT_TYPE_STR("application/sdp"),SOATAG_USER_SDP_STR("m=audio 1 RTP/AVP 0\n""a=rtpmap:0 PCMU/8000"), TAG_END()); My question

[Sofia-sip-devel] SDP Negotiation

2008-03-31 Thread Subbu Rajendran
Hi All, Is there any API provided by the SOA library that can be used to get the negotiated capabilities and local & remote connection parameters after the SDP negotiation is completed? In our application, we want one or multiple APIs that could retrieve the negotiated codec(s) along with its

[Sofia-sip-devel] SDP negotiation

2007-09-17 Thread Carmelo
Hi, I've a problem with SDP negotiation. If I have some codecs available and I have to decide what to use, should I need multiple rounds of offers/answers ? should I use a soa session or I can handle this situation in nua session? I've seen ssc_sip.c example, but I need some information on handlin