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 is: from this offer how can I set a session in the simplest way

I have read the documentation but I still have confusions with the
paramaters  "su_root_t *" and  "soa_magic_t *" of the method "soa_create()"
and the paramater  *su_home_t * of the method sdp parse :*

soa_create (char const *name , su_root_t * root, soa_magic_t *)
*
*
*sdp_parse (su_home_t, char const  msg[], issize_t msgsize, int flags)*
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel

Reply via email to