Hi,
I have a kamailio server which is responding to SIP updates but sending from the wrong IP. I have multiple IPs in the same subnet on the same NIC. Is there anyway to say send update back out of the interface it was received on?
Thanks. Keith
Hello,
what do you mean by SIP updates? The UPDATE request should not be handled by kamailio, it should be forwarded.
In general, for forcing a socket, you can use force_send_scoket(...) or set the socket value to $fs.
Cheers, Daniel
On 20/01/14 17:48, Keith wrote:
Hi,
I have a kamailio server which is responding to SIP updates but sending from the wrong IP. I have multiple IPs in the same subnet on the same NIC. Is there anyway to say send update back out of the interface it was received on?
Thanks. Keith
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
On 20.01.2014 17:48, Keith wrote:
Hi,
I have a kamailio server which is responding to SIP updates but sending from the wrong IP. I have multiple IPs in the same subnet on the same NIC. Is there anyway to say send update back out of the interface it was received on?
I think that should be done automatically, if you have specified all the IPs with dedicated listen=... commands.
regards Klaus