< Previous by Date Date Index Next by Date >
  Thread Index Next in Thread >

[reSIProcate-users] Client outbound support


Hi all, about the client outbound support, I have read this link: https://www.resiprocate.org/DUM_Client_Outbound_Support

In the code clip:

profile->setOutboundProxy(mOutboundProxy);


I have a question, if I'm in LAN and local IP is 192.168.1.28, bind port is 5046, how could I create the mOutboundProxy? It's should be sip:192.168.1.28:5046 ?

Best regards,