Timo Bruhn wrote:
>> I can access the SDP payload from the incoming INVITE with 
>> sip->sip_payload->pl_data and send this onwards with nua_invite & 
>> SIPTAG_PAYLOAD_STR().
>>
>> However, how do I get to see what comes in on 180/183/200 OK messages as 
>> nua_i_state etc. do not set sip->. I've tried using 
>> nua_current_request() but this seems to return NULL at this point.

> did you try extract the sdp part from nua_r_invite events instead of taking
> it from the nua_i_state? I don't use sofia-sip this way, but i think this

Yes, that did the trick!

Many thanks,

Linus


-------------------------------------------------------------------------
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