Hello<br><br>I&#39;m quite new to SIP and TOIP so I may not understand the concepts correctly.<br>I&#39;m supposed to make work SIP clients (for now, linphone on android and windows) with a Kamailio 3.2 server and ldap authentication.<br>
<br>Ldap authentication seems to be working fine, as the login/pass is validated against the Active Directory before registering the SIP client.<br>However, Linphone seems to register the SIP client as sip:user@true_ip_address instead of sip:user@domain.<br>
<br>If I try to make a call to sip:anotheruser@domain it doesn&#39;t work, and I can find in /var/log/syslog the following lines:<br><br>Oct 10 17:19:21 kamailio1 /usr/sbin/kamailio[1790]: ERROR: tm [ut.h:333]: no corresponding socket for af 2<br>
Oct 10 17:19:21 kamailio1 /usr/sbin/kamailio[1790]: ERROR: tm [t_fwd.c:424]: ERROR: can&#39;t fwd to af 2, proto 1  (no corresponding listening socket)<br>Oct 10 17:19:21 kamailio1 /usr/sbin/kamailio[1790]: ERROR: tm [t_fwd.c:1534]: ERROR: t_forward_nonack: failure to add branches<br>
Oct 10 17:19:21 kamailio1 /usr/sbin/kamailio[1790]: ERROR: sl [sl_funcs.c:282]: ERROR: sl_reply_error used: I&#39;m terribly sorry, server error occurred (7/SL)<br><br>However, if I try to make a direct call to sip:anotheruser@his_true_IP, it works<br>
<br>How can I make the registered users to be reachable with user@domain with Kamailio?<br>And by the way, is there a way to get a list of registered users?<br><br>Thank you for the help<br><br>Christophe<br>