[Freeswitch-users] Configure IPKALL DID number to FreeSWITCH

Jack jack at livecall.com
Thu Jun 4 03:25:43 MSD 2015


Hi Mitchelle,
  I use a condition in the conf/public/dialplan to catch the incoming 
call from IPKALL   like this:
  <condition field="destination_number" expression="IPKALL">

At the IPKALL site make sure your sip uri looks like this:
SIP URI:  IPKALL                      @59.99.250.70:5080

  I am assuming 59.99.250.70 is your server IP.
Jack

On 5/31/2015 11:43 AM, Mitchelle Johnson wrote:
> 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
>
>
>
>
> _________________________________________________________________________
> Professional FreeSWITCH Consulting Services:
> consulting at freeswitch.org
> http://www.freeswitchsolutions.com
>
> Official FreeSWITCH Sites
> http://www.freeswitch.org
> http://confluence.freeswitch.org
> http://www.cluecon.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
>
>
> No virus found in this message.
> Checked by AVG - www.avg.com <http://www.avg.com>
> Version: 2014.0.4800 / Virus Database: 4311/9913 - Release Date: 05/31/15
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150603/a62ba68a/attachment.html 


Join us at ClueCon 2016 Aug 8-12, 2016
More information about the FreeSWITCH-users mailing list