[Freeswitch-users] DID partially working

Jair Santos jairds at shaw.ca
Wed Sep 24 11:33:16 PDT 2008


Hi,
 
 I am back to this thread because the problem is happening again. I didn't
touch any of the  conf files so it should be working.
 
Calling the DIDs from an extension  works but when calling from pstn it
doesn't. It keep ringing for some time and the return a busy signal. No
output in the FS console.
 
In the public.xml I have this
 
 <extension name="public_did">
 
      <condition field="destination_number" expression="^(3462101)$"/>
         <condition field="${sip_h_X-DID}" expression="^(3105266066)$">
 
        <action application="transfer" data="1000"/>
      </condition>
    </extension>
 

<extension name="public_did01">
      <condition field="destination_number" expression="^(3462101)$"/>
        <condition field="${sip_h_X-DID}" expression="^(011551133015337)$">
 
        <action application="transfer" data="1001"/>
      </condition>
    </extension>

Any help will be appreciated.
 
thanks
 
Jair
 
 


 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20080924/9caab725/attachment-0002.html 


More information about the FreeSWITCH-users mailing list