<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hi,<br>
<br>
It seems that the forced socket parameter in the uac_registrant
module is ignored.<br>
I have 3 IP addresses on my Opensips server :<br>
- 172.17.1.126 on eth0<br>
- 172.17.1.13 on eth0:1<br>
- 172.17.1.131 on eth1<br>
<br>
I would like my REGISTER requests to go through the eth1 interface
so I used the following line in opensips.cfg :<br>
<br>
<small><font face="Courier New, Courier, monospace">modparam("uac_registrant",
"uac",<a class="moz-txt-link-rfc2396E" href="sip:mydomain.org,,sip:my_user@mydomain.org,,my_user,my_password,sip:my_user@my_ip,,,172.17.1.131">"sip:mydomain.org,,sip:my_user@mydomain.org,,my_user,my_password,sip:my_user@my_ip,,,172.17.1.131"</a>)</font></small><br>
<br>
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 "<small><font face="Courier New, Courier,
monospace">udp:172.17.1.131:5060</font></small>" but the
behaviour did not change. Note that Opensips is listening on all 3
IP addresses.<br>
<br>
Thanks,<br>
<br>
Sebastien<br>
</body>
</html>