[Freeswitch-users] registration failed . can't find user
sye
stanley.ye at matchpoint.com
Mon May 12 10:12:56 PDT 2008
Hi,
I just installed freeswitch. I use softphone to register user 1005
but registration failed. ( For any user under conf/directory/default
directory).
This is my directory/default.xml is
<include>
<!--the domain or ip (the right hand side of the @ in the addr-->
<domain name="$${domain}">
<params>
<param name="dial-string"
value="{transfer_fallback_extension=${dialed_user}}${sofia_contact(${dialed_domain}/${dialed_ext}@${dialed_domain})}"/>
</params>
<variables>
<variable name="record_stereo" value="true"/>
</variables>
<X-PRE-PROCESS cmd="include" data="default/*.xml"/>
</domain>
<domain name="$${sip_profile}">
<user id="stanley">
<params>
<param name="password" value="stanley" />
</params>
</user>
</domain>
<domain name="10.3.2.34">
<user id="sye">
<params>
<param name="password" value="sye" />
</params>
</user>
</domain>
</include>
2008-05-11 23:49:23 [WARNING] sofia_reg.c:892 sofia_reg_parse_auth()
can't find user [1005 at 10.3.2.34]
2008-05-11 23:49:23 [DEBUG] sofia_reg.c:482 sofia_reg_handle_register()
send challange for [1005 at 10.3.2.34]
2008-05-11 23:50:16 [WARNING] sofia_reg.c:892 sofia_reg_parse_auth()
can't find user [stanley at 10.3.2.34]
2008-05-11 23:50:16 [DEBUG] sofia_reg.c:482 sofia_reg_handle_register()
send challange for [stanley at 10.3.2.34]
2008-05-11 23:50:55 [DEBUG] sofia_reg.c:482 sofia_reg_handle_register()
send challange for [sye at 10.3.2.34]
Any suggestion?
Thanks,
Stanley
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20080512/fd379b58/attachment-0002.html
More information about the FreeSWITCH-users
mailing list