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}/[EMAIL PROTECTED])}"/>
   </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 [EMAIL PROTECTED] 2008-05-11 23:49:23 [DEBUG] sofia_reg.c:482 sofia_reg_handle_register() send challange for [EMAIL PROTECTED] 2008-05-11 23:50:16 [WARNING] sofia_reg.c:892 sofia_reg_parse_auth() can't find user [EMAIL PROTECTED] 2008-05-11 23:50:16 [DEBUG] sofia_reg.c:482 sofia_reg_handle_register() send challange for [EMAIL PROTECTED] 2008-05-11 23:50:55 [DEBUG] sofia_reg.c:482 sofia_reg_handle_register() send challange for [EMAIL PROTECTED]


Any suggestion?


Thanks,

Stanley
_______________________________________________
Freeswitch-users mailing list
[email protected]
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org

Reply via email to