<div dir="ltr"><div dir="ltr"><div dir="ltr">Hello,<br><div>Currently, I faced an issue in setting up the outbound call from Freeswitch to PSTN via Dinstar GSM Gateway.</div><div>My question is there any other configuration I would have to follow to make it works? Please kindly give advises.</div><div>I follow this <a href="https://freeswitch.org/confluence/display/FREESWITCH/Dinstar+GSM+gateway+FreeSwitch+HowTo">Freeswitch Dinstar How-To Guide</a>. 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.</div><div>I tried with the following configuration:</div><div><b>1. With Dinstar GSM Gateway IP</b></div><div><div> <extension name="dwg2008_gateway"></div><div>   <condition field="destination_number" expression="^0(\d+)$"></div><div>   <action application="answer"/></div><div>   <action application="set" data="ringback=${us-ring}"/></div><div>   <action application="log" data="INFO calling via gateway to 0$1"/></div><div>   <action application="bridge" data="sofia/internal/0$<a href="mailto:1@192.168.7.137">1@192.168.7.137</a>"/></div><div>  </condition></div></div><div></extension></div><div><b>But this is not working, I got NORMAL_TEMPORARY_FAILURE.</b></div><div>Please see the dinstar log named<b> <i>setup_1.log</i></b></div><div><br></div><div><b>2. With GSM</b></div><div><div><extension name="dwg2008_gateway"></div><div>   <condition field="destination_number" expression="^0(\d+)$"></div><div>   <action application="answer"/></div><div>   <action application="set" data="ringback=${us-ring}"/></div><div>   <action application="log" data="INFO calling via gateway to 0$1"/></div><div>   <action application="bridge" data="sofia/gateway/gsm/0$1"/></div><div>   </condition></div><div></extension></div><div><b>This is not working as well, I got NORMAL_TEMPORARY_FAILURE.</b></div><div>Please see the dinstar log named<b> <i>setup_2.log</i></b></div></div><div><b>NB</b>. The DID from PSTN to Freeswitch via Dinstar GSM gateway is working fine normal audio.</div><div>I am able to provide the configuration of dinstar gateway as well if you might want to see it.</div><div><br></div><div>Any solution would be really appreciated.</div><div><br></div><div>Best regards,</div><div>Chhorm Chhatra</div></div></div></div>