We are modifying the 'sofsipcli' application written over sofia-sip stack
to work as a b2bua, wherein we need to send a multipart/mixed[SDP+ISUP]
body in Invite from Client1 to B2BUA and modify the body to send another
Invite from B2BUA to Client2.
Client1(sofsipcli)--------------> B2BUA--------------> Client2(sofsipcli)
For this we have set NUTAG_MEDIA_ENABLE(0) in nua_set_params call in
function ssc_create().
Now we want to handle the offer/answer model of provided by SOA directly
from B2BUA. We are thus making following call in function ssc_create()
after nua_set_params/nua_get_params have been called -
ssc->ssc_nua->nua_handles->nh_soa = soa_create("Multipart",
ssc->ssc_nua->nua_root, ssc->ssc_nua->nua_handles);
But we are not able to compile this and getting error -"dereferencing
pointer to incomplete type".
Ps suggest what could be wrong with this. Can soa_create be called by
passing NULL args for this purpose.
Is there any working example which demonstrates the usage of soa/sdp from
application.
Thanks a lot for all your help.
Regards
Samta Jain
=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain
confidential or privileged information. If you are
not the intended recipient, any dissemination, use,
review, distribution, printing or copying of the
information contained in this e-mail message
and/or attachments to it are strictly prohibited. If
you have received this communication in error,
please notify us by reply e-mail or telephone and
immediately and permanently delete the message
and any attachments. Thank you
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel