Hi,

It seems that the forced socket parameter in the uac_registrant module is ignored.
I have 3 IP addresses on my Opensips server :
- 172.17.1.126 on eth0
- 172.17.1.13 on eth0:1
- 172.17.1.131 on eth1

I would like my REGISTER requests to go through the eth1 interface so I used the following line in opensips.cfg :

modparam("uac_registrant", "uac","sip:mydomain.org,,sip:[email protected],,my_user,my_password,sip:my_user@my_ip,,,172.17.1.131")

However, the REGISTER requests are going out through the IP address 172.17.1.13 (eth0:1 interface). I tried replacing the last parameter of the above line by "udp:172.17.1.131:5060" but the behaviour did not change. Note that Opensips is listening on all 3 IP addresses.

Thanks,

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

Reply via email to