[Freeswitch-users] NORMAL_TEMPORARY_FAILURE Freeswitch Outbound via Gateway to PSTN

Chhorm Chhatra ch.chhatra at gmail.com
Thu Feb 14 08:28:49 UTC 2019


Dear Giovanni,
Thank you for your response.
Could you please let me know if this issue relates to Dinstar Gateway
device or is there any configuration left that I have to do with Freeswitch
itself?
Please kindly see the following configuration.
I follow this Freeswitch Dinstar How-To Guide
<https://freeswitch.org/confluence/display/FREESWITCH/Dinstar+GSM+gateway+FreeSwitch+HowTo>.
Since the tutorial is not working for the outbound call to PSTN, I followed
the DWG_WITH_FREESWITCH.pdf instead. Unfortunately, both of them not
working for me with outbound calls.
I tried with the following configuration:
*1. With Dinstar GSM Gateway IP*
 <extension name="dwg2008_gateway">
   <condition field="destination_number" expression="^0(\d+)$">
   <action application="answer"/>
   <action application="set" data="ringback=${us-ring}"/>
   <action application="log" data="INFO calling via gateway to 0$1"/>
   <action application="bridge" data="sofia/internal/0$1 at 192.168.7.137"/>
  </condition>
</extension>
*But this is not working, I got NORMAL_TEMPORARY_FAILURE.*
Please see the dinstar log named* setup_1.log*

*2. With GSM*
<extension name="dwg2008_gateway">
   <condition field="destination_number" expression="^0(\d+)$">
   <action application="answer"/>
   <action application="set" data="ringback=${us-ring}"/>
   <action application="log" data="INFO calling via gateway to 0$1"/>
   <action application="bridge" data="sofia/gateway/gsm/0$1"/>
   </condition>
</extension>
*This is not working as well, I got NORMAL_TEMPORARY_FAILURE.*
Please see the dinstar log named* setup_2.log*

Best regards,
Chhorm Chhatra



On Thu, 14 Feb 2019 at 15:22, Giovanni Maruzzelli <gmaruzz at gmail.com> wrote:

> On Thu, Feb 14, 2019 at 9:15 AM Chhorm Chhatra <ch.chhatra at gmail.com>
> wrote:
>
>> Hi,
>> Currently, I faced the issue of getting NORMAL_TEMPORARY_FAILURE when
>> FreeSWITCH is originating outbound calls to the PSTN via Dinstar GSM
>> gateway device.
>>
>
> check what number you are sending the call to
>
> probably freeswitch thinks is an internal extension, or such
>
> be sure to have a dialplan extension that sends the number outbound to the
> gateway
>
> -giovanni
>
>
> _________________________________________________________________________
> Professional FreeSWITCH Services
> sales at freeswitch.com
> https://freeswitch.com
>
> Official FreeSWITCH Sites
> https://freeswitch.com/oss
> https://freeswitch.org/confluence
> https://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
> https://freeswitch.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20190214/59adbe8f/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: set_up1.log
Type: application/octet-stream
Size: 335812 bytes
Desc: not available
URL: <http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20190214/59adbe8f/attachment-0002.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: set_up2.log
Type: application/octet-stream
Size: 401357 bytes
Desc: not available
URL: <http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20190214/59adbe8f/attachment-0003.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: DWG_with_FreeSwitch_2.pdf
Type: application/pdf
Size: 1000662 bytes
Desc: not available
URL: <http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20190214/59adbe8f/attachment-0001.pdf>


More information about the FreeSWITCH-users mailing list