[Sofia-sip-devel] How to use TLS in sofia-sip

2013-10-29 Thread Saiyam
Hello All, Can any one help with how to establish secure connection(use TLS as transport)? what are necessary steps? Regards, Saiyam Doshi -- Android is increasing in popularity, but the open development platform that

[Sofia-sip-devel] any way to bind client to specific interface(eth/wlan).

2014-07-31 Thread Saiyam Doshi
ve checked NUTAG_DETECT_NETWORK_UPDATES(), but its only works with OS x. I am using linux. So, is there any way to bind client to take ip from specific interface(eth/wlan). Or any tag can be used with nua_create() to do the same.  Thanks.   Regards, Sa

Re: [Sofia-sip-devel] How can I ignore an incoming call using Sofia SIP

2016-02-02 Thread Saiyam Doshi
gt;AppCtx.Nua,                SIPTAG_ALLOW_STR("BYE,CANCEL,OPTIONS,INFO,MESSAGE"), // don't provide INVITE here                NUTAG_ENABLEMESSAGE(1),                NUTAG_ENABLEINVITE(0), // set 0 here                TAG_NULL()); By setting this Incoming INVITE is disabled and NUA answ