[Freeswitch-users] Unable to make outbound calls

Normando Hall nhall at unixlan.com.ar
Wed Jan 15 18:55:45 MSK 2014


Hi

Append the IP and port of your GW as:

data="sofia/gateway/babytel/$1 at IP:PORT"

In my GW only works when I append IP:PORT. I don't know why.


El 15/01/2014 07:48 a.m., Fernando - NextBilling IP Solutions escribió:
> Hello.
>
> Try to set the loglevel to 7 ( */log 7 *) and enable siptrace on sofia 
> profile (*sofia profile external siptrace on*).
>
> WIth a good level of debug and the siptrace we can know if the call 
> reached your gateway and what kind of response FS receive from gw.
>
>
> *Best regards,
>
> Fernando da Silva Santos*
> *CIO - NextBilling IP Solutions*
> *$ 55 (11) 3090-0077*
> *$ 55 (21) 3090-0017*
> *$ 0800 580-9200
> *
>
> Em 14/01/2014, à(s) 19:31, Ian McMaster <ian.mcmaster at gmail.com 
> <mailto:ian.mcmaster at gmail.com>> escreveu:
>
>> I have tried two dialplan routes:
>>
>> 1)  Freeswitch cookbook suggests putting in conf/dialplan/default.xml
>>
>>     <extension name="dial-10-digit-number no prefix">
>>       <condition field="destination_number" expression="^(\d{10})$">
>>         <action application="bridge" data="sofia/gateway/babytel/$1"/>
>>       </condition>
>>     </extension>
>>
>> 2)  Freeswitch 1.0.6 book suggest putting in conf/default/01_babytel.xml
>>
>>        <extension name="Outbound Babytel calls - prefix 91">
>>                 <condition field="destination_number" 
>> expression="^9(1\d{10})$">
>>                         <action application="bridge" 
>> data="sofia/gateway/babytel/$1"/>
>>                 </condition>
>>         </extension>
>>
>> Both give the same symptom:
>> freeswitch at internal> /log 6
>> +OK log level 6 [6]
>> freeswitch at internal>
>> 2014-01-14 16:28:33.238770 [NOTICE] switch_channel.c:1055 New Channel 
>> sofia/internal/101 at 192.168.2.7 <mailto:101 at 192.168.2.7> 
>> [b5bdf358-5142-4b0e-8753-d15a84922e18]
>> 2014-01-14 16:28:33.378781 [INFO] mod_dialplan_xml.c:558 Processing 
>> 101 <101>->9058305602 in context default
>> 2014-01-14 16:28:33.378781 [NOTICE] switch_channel.c:1055 New Channel 
>> sofia/external/9058305602 [9ddd008b-3e75-46ed-a864-858554737aeb]
>> <then nothing....>
>> After about 30 seconds,
>> 2014-01-14 16:29:33.019000 [INFO] mod_dptools.c:3201 Originate 
>> Failed.  Cause: NO_ANSWER
>>
>>
>>
>> On Tue, Jan 14, 2014 at 3:59 PM, Vik Killa <vipkilla at gmail.com 
>> <mailto:vipkilla at gmail.com>> wrote:
>>
>>     What dialplan entry is executing?
>>
>>
>>     On Tue, Jan 14, 2014 at 3:39 PM, Ian McMaster
>>     <ian.mcmaster at gmail.com <mailto:ian.mcmaster at gmail.com>> wrote:
>>
>>         Apologies for a simple newbie question.  Following examples
>>         in the first two FreeSWITCH books, have been able to set up a
>>         SIP gateway, register, and receive calls.
>>         However I can't make calls.  The dialplan is being entered,
>>         but 'hangs' at
>>
>>         switch_channel.c:1055 New Channel sofia/external/16475551212
>>         <tel:16475551212>
>>
>>         a)  The provider name is "babytel".
>>         b)  The dial plan bridge is to
>>         data="sofia/gateway/babytel/$1"  (as per the books)
>>         c)  The provider xml file is in conf/sip_profiles/external
>>          (as per the books)
>>
>>         d)  sofia status
>>         Name:  external::babytel
>>         Type:  gateway
>>         State:  REGED
>>
>>         Why is the bridge channel called "sofia/external/...."?  And
>>         not "sofia/babytel/..."?
>>         Why does sofia status show "external::<provider>" (the books
>>         just show the provider name)?
>>
>>         Can anyone explain why the bridge to the gateway does not occur?
>>
>>         Thank you,
>>         Ian.
>>
>>         _________________________________________________________________________
>>         Professional FreeSWITCH Consulting Services:
>>         consulting at freeswitch.org <mailto:consulting at freeswitch.org>
>>         http://www.freeswitchsolutions.com
>>         <http://www.freeswitchsolutions.com/>
>>
>>         
>>          </>
>>
>>         Official FreeSWITCH Sites
>>         http://www.freeswitch.org <http://www.freeswitch.org/>
>>         http://wiki.freeswitch.org <http://wiki.freeswitch.org/>
>>         http://www.cluecon.com <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 <http://www.freeswitch.org/>
>>
>>
>>
>>     _________________________________________________________________________
>>     Professional FreeSWITCH Consulting Services:
>>     consulting at freeswitch.org <mailto:consulting at freeswitch.org>
>>     http://www.freeswitchsolutions.com
>>     <http://www.freeswitchsolutions.com/>
>>
>>     
>>      </>
>>
>>     Official FreeSWITCH Sites
>>     http://www.freeswitch.org <http://www.freeswitch.org/>
>>     http://wiki.freeswitch.org <http://wiki.freeswitch.org/>
>>     http://www.cluecon.com <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 <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://wiki.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
>
>
>
> _________________________________________________________________________
> Professional FreeSWITCH Consulting Services:
> consulting at freeswitch.org
> http://www.freeswitchsolutions.com
>
> 
> 
>
> Official FreeSWITCH Sites
> http://www.freeswitch.org
> http://wiki.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

-- 
Normando Hall
Rosario - Argentina
normandohall at gmail.com

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20140115/2d389fc4/attachment-0001.html 


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