[Freeswitch-users] DID not working

Brian West brian at freeswitch.org
Mon Sep 15 10:33:17 PDT 2008


On Sep 15, 2008, at 12:26 PM, Jair Santos wrote:

> Hello,
>
> I am trying to use a DID so I included the following on  dialplan/ 
> public.xml
>
>  <extension name="inphonex_DID">
>       <condition field="destination_number" expression="13105266066">
>         <action application="transfer" data="1001 XML default"/>
>       </condition>
>     </extension>


Chances are the DID is sent into you without the 1 at the beginning.

Try this

TPORT_LOG=1 ./freeswitch


See what you can tell is going on.  Also "console loglevel debug" and  
see if maybe it prints out what is going on.


>
>
> Here is the sofia status
>
>  sofia status
> API CALL [sofia(status)] output:
>                      Name           
> Type                               Data      State
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> ======================================================================
>                  internal       profile    
> sip:mod_sofia at 192.168.1.117:5060      RUNNING (0)
>                  external       profile     
> sip:mod_sofia at 24.67.78.200:5080      RUNNING (0)
>                  inphonex       gateway      sip:3462101 at sip.varphonex.com 
>       REGED
>                       nat       profile     
> sip:mod_sofia at 24.67.78.200:5070      RUNNING (0)
>                   default         alias                            
> internal      ALIASED
>              voipclic.com         alias                            
> internal      ALIASED
>                  outbound         alias                            
> external      ALIASED
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> ======================================================================
> 3 profiles 3 aliases
> When I call the DID the extension 1001 does not ring.
>
> Any help will be very much appreciated.
>
> thanks
>
> Jair Santos

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20080915/311961de/attachment-0002.html 


More information about the FreeSWITCH-users mailing list