If I ask NUTAG_URL() with the value "0.0.0.0", then the Sofia-SIP begins
to listen on all ports on my computer.
nua = nua_create (root,
event_callback,
NULL,
NUTAG_URL ("sip:0.0.0.0:5060"), /* Address to bind to */
TAG_END ());
Can I change this "on the fly"?
For example, to make that a Sofia-SIP listening on one port.Or
conversely, began to listen at all ports.
If I running in the program a call nua_set_params() with the new
parameter value NUTAG_URL, then nothing changes.
nua_set_params (nua,
NUTAG_URL ("sip:192.168.1.15:5060"),
TAG_END ());
Ogogon.
------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel