Hello!

My OpenSIPS proxy has several internal interfaces with different
transports, how can I specify the protocol type and outgoing socket for a
function b2b_client_new?
Tried classic methods but it doesn't work:
...
$socket_out = "tcp:192.168.100.10:5060";
$avp(b2b_du) = "sip:192.168.100.20:5060;transport=tcp";
b2b_client_new("uac", $ru, $avp(b2b_du));
b2b_server_new("uas");
b2b_init_request("bridging");
...

--
BR,
Denys Pozniak
_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to