[Freeswitch-users] Adding a New User

Christian Benke benkokakao at gmail.com
Tue Jun 14 16:42:32 MSD 2011


> freeswitch at ankit-PC> 2011-06-14 13:37:45.695430 [WARNING] sofia_reg.c:1872
> Can't
>  find user [1100 at 192.168.1.5]
> You must define a domain called '192.168.1.5' in your directory and add a
> user w
> ith the id="1100" attribute
> and you must configure your device to use the proper domain in it's
> authenticati
> on credentials.
> 2011-06-14 13:37:45.703430 [WARNING] sofia_reg.c:1030 SIP auth failure
> (REGISTER
> ) on sofia profile 'internal' for [1100 at 192.168.1.5] from ip 192.168.1.5
> I reloaded the XML also.

Hi Ankit!

Ignore the X-Lite message - this is a (minor) configuration error in FreeSWITCH.

Is there more than one network-device configured on the machine?

If yes, open /usr/local/freeswitch/conf/vars.xml and verify that you
have the following settings somewhere:

<!--IP Adress-->
<X-PRE-PROCESS cmd="set" data="local_ip_v4=192.168.1.5"/>

<!-- Domain -->
<!-- Sets the default domain. -->
<X-PRE-PROCESS cmd="set" data="domain=$${local_ip_v4}"/>
<X-PRE-PROCESS cmd="set" data="domain_name=$${domain}"/>

Best regards
Christian



More information about the FreeSWITCH-users mailing list