[Freeswitch-users] Configure IPKALL DID number to FreeSWITCH
Mitchelle Johnson
mitchelle.bit at gmail.com
Sun May 31 22:43:26 MSD 2015
HI,
I am trying to configure a DID number assigned by IPKALL which is a
washington state phone number. The details are given below.
DID number=2532432058
When I try to call i get line as busy on my phone.
The dialplan is pasted below.
<include>
<extension name="IPKALL">
<condition field="destination_number" expression="^1001$">
<action application="set" data="domain_name=59.99.250.70"/>
<action application="transfer" data="1001 XML default"/>
</condition>
</extension>
<extension name="IPKALL1">
<condition field="destination_number" expression="^2532432058$">
<action application="set" data="domain_name=59.99.250.70"/>
<action application="transfer" data="1001 XML default"/>
</condition>
</extension>
<extension name="IPKALL2">
<condition field="destination_number" expression="^\+?1?(2532432058)$">
<action application="set" data="domain_name=$${domain}"/>
<action application="transfer" data="1001 XML default"/>
</condition>
</extension>
<extension name="IPKALL3">
<condition field="destination_number" expression="^\+?1?(2532432058)$">
<action application="set" data="domain_name=59.99.250.70"/>
<action application="transfer" data="1001 XML default"/>
</condition>
</extension>
</include>
I have also enclosed the log in the following pastebin link. The link is :
http://pastebin.com/U70HUMHw
Please help.
Thanks,
Mitchelle
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150601/c16c5f82/attachment.html
Join us at ClueCon 2016 Aug 8-12, 2016
More information about the FreeSWITCH-users
mailing list