[Freeswitch-users] Configure IPKALL DID number to FreeSWITCH
Michael Collins
msc at freeswitch.org
Thu Jun 4 03:31:36 MSD 2015
FWIW, it looks like IPKALL is canceling the call after exactly 10 seconds.
Unfortunately your log seems to be at "info" level and not debug level. I
suspect that something interesting is happening during that 10 second
window and having a debug log would help you see what it is. Try:
console loglevel debug
That should crank the log messages way up. (You'll know it's working if you
see lots of yellow text.)
-MC
On Wed, Jun 3, 2015 at 4:25 PM, Jack <jack at livecall.com> wrote:
> 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.orghttp://www.freeswitchsolutions.com
>
> Official FreeSWITCH Siteshttp://www.freeswitch.orghttp://confluence.freeswitch.orghttp://www.cluecon.com
>
> FreeSWITCH-users mailing listFreeSWITCH-users at lists.freeswitch.orghttp://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-usershttp://www.freeswitch.org
>
>
>
> No virus found in this message.
> Checked by AVG - www.avg.com
> Version: 2014.0.4800 / Virus Database: 4311/9913 - Release Date: 05/31/15
>
>
>
> _________________________________________________________________________
> 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150603/5b9d7b3f/attachment-0001.html
Join us at ClueCon 2016 Aug 8-12, 2016
More information about the FreeSWITCH-users
mailing list