[Freeswitch-users] Initial testings

Jair Santos jairds at shaw.ca
Wed Jul 9 11:59:27 PDT 2008


Hi ,
 
I created the following in /conf/directory/default
 
 
<gateways>
         <gateway name="inphonex">
           <param name="username" value="3434141"/>
           <param name="realm" value="sip.varphonex.com"/>
           <param name="password" value="605431"/>
           <param name="proxy" value="sip.varphonex.com"/>
           <param name="register" value="true"/>
           <param name="expire-seconds" value="3600"/>
         </gateway>
</gateways>

 
then the following dialplan in /conf/dialplan/extensions

<extension name="3434141">
   <condition field="destination_number" expression="^(3434141)$">
       <action application="bridge" data="sofia/gateway/inphonex/$1"/>

   </condition>
 </extension>
 
 
 
I am getting
 
 2008-07-09 11:48:26 [WARNING] sofia_reg.c:1061 sofia_reg_parse_auth() can't
find user [3434141 at 192.168.0.102]
 
 
can anybody tell what I am missing ?
 
thanks
 
Jair Santos
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20080709/3bc3f12e/attachment-0002.html 


More information about the FreeSWITCH-users mailing list