[Freeswitch-users] Inbound using FS

Rex_Alex rex.alex345 at yahoo.com
Tue Jun 2 09:11:50 PDT 2009


Hello,

My public.xml configration is: 

   <extension name="inboundsip">
    <condition field="destination_number" expression="^123456$">  <!--where
123456 is my DID number from my service provider -->
    <action application="transfer" data="$1 XML default"/>   
    </condition> 
   </extension> 

My default.xml configration is: 

  <extension name="Inbound"> 
    <condition field="destination_number" expression="^*****$"> 
      <action application="ring_ready" /> 
      <action application="set" data="call_timeout=20"/> 
      <action application="bridge" data="sofia/sip/1001%freeswitchip"/> 
    </condition> 
  </extension> 


When I am trying to call 123456 from my mobile no. Not able to see any
logging in FS console. Please assist where I am going wrong? Or do I require
any extra modules to be installed?

Thanks,
Rex









dujinfang wrote:
> 
> I would  route the DID to the host and port 5080 if you are using the  
> default config, and make an extension in dialplan/public.xml to catch  
> the DID. Press F8 to see the debug information if not sure what DID  
> string should be matched.
> 
> 
> On Jun 2, 2009, at 10:14 PM, Rex_Alex wrote:
> 
>> Hello, I have installed FS, and tested outbound successfully. Now I  
>> am just trying to do the inbound testing. I got the Inbound DID.  
>> Please suggest me what changes should I make and where? Thanks, Rex
>> View this message in context: Inbound using FS
>> Sent from the freeswitch-users mailing list archive at Nabble.com.
>> _______________________________________________
>> Freeswitch-users mailing list
>> Freeswitch-users at lists.freeswitch.org
>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
>> http://www.freeswitch.org
> 
> 
> _______________________________________________
> Freeswitch-users mailing list
> Freeswitch-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
> 
> 

-- 
View this message in context: http://n2.nabble.com/Inbound-using-FS-tp3012286p3012928.html
Sent from the freeswitch-users mailing list archive at Nabble.com.





More information about the FreeSWITCH-users mailing list