[Freeswitch-users] Configure IPKALL DID number to FreeSWITCH

Nathan Neulinger nneul at mst.edu
Thu Jun 4 20:55:24 MSD 2015


Mitchell it looks like you're missing the :5080 (not :5060) on the configuration at IPKALL as Michael indicated.

That's causing call to come in on :5060 which is requiring authentication, and not on the public/external interface.

I just set up an IPKALL number yesterday again and it worked fine once the port number is in place correctly on the sip 
URI.

-- Nathan

On 06/04/2015 11:47 AM, Mitchelle Johnson wrote:
> Thanks Michael,
>
> I have changed log level to debug. I have posted the logs on pastebin. The link is http://pastebin.com/Zv401Awq
>
> Kindly have a look and let me know what I am missing, still does not seem to work.
>
> Thanks,
> Mitchelle
>
> On Thu, Jun 4, 2015 at 5:01 AM, Michael Collins <msc at freeswitch.org <mailto:msc at freeswitch.org>> wrote:
>
>     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 <mailto: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 <http://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 <tel: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 <tel:%282532432058>)$">
>>               <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 <tel:%282532432058>)$">
>>               <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  <mailto: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  <mailto: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
>>
>
>
>         _________________________________________________________________________
>         Professional FreeSWITCH Consulting Services:
>         consulting at freeswitch.org <mailto: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 <mailto: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
>
>
>
>     _________________________________________________________________________
>     Professional FreeSWITCH Consulting Services:
>     consulting at freeswitch.org <mailto: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 <mailto: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
>
>
>
>
> _________________________________________________________________________
> 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
>

-- 
------------------------------------------------------------
Nathan Neulinger                       nneul at mst.edu
Missouri S&T Information Technology    (573) 612-1412
System Administrator - Architect



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