[Sofia-sip-devel] Cross-Compile Sofia-Sip

2010-05-19 Thread Walid Salhi
Hi all, I'm trying to cross compile Sofia-Sip for an Arm-based target. The build process complete successfully but nothing seems to run correctly. I tested Sofia-Sip tools and here are their output: # addrinfo sip localhost addrinfo: servname not supported for ai_socktype # sip-dig --tls --tcp -

[Sofia-sip-devel] Default SOA Session

2010-03-30 Thread Walid Salhi
Hi all How to pass the default soa session as argument to soa_set_remote_sdp() and soa_process_answer() functions Best Regards -- Download IntelĀ® Parallel Studio Eval Try the new software tools for yourself. Speed compili

[Sofia-sip-devel] Process Answer

2010-03-29 Thread Walid Salhi
Hi all, I'm newbie with Sofia-Sip and I'm trying to make a simple User Agent I sent the INVITE request in this way: nua_invite(handle, SIPTAG_CONTENT_TYPE_STR("application/sdp"), SOATAG_USER_SDP_STR("m=audio 48450 RTP/AVP 0\n" "m=video 53630 RTP/AVP 31\n"), TAG_END()); Then I treat the offer wi

[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