<div dir="ltr">Hi,<div><br></div><div style>I am trying to call my cellphone using FreeSWITCH. So as per the cookbook, I added a gateway to external sip_profiles/</div><div style><br></div><div style><div>&lt;gateway name=&quot;outbound&quot;&gt;</div>
<div>    &lt;param name=&quot;username&quot; value=&quot;1001&quot;/&gt;</div><div>    &lt;params name=&quot;realm&quot; value=&quot;10.0.1.5&quot;/&gt;</div><div>    &lt;param name=&quot;password&quot; value=&quot;1234&quot;/&gt;</div>
<div>    &lt;param name=&quot;expire-seconds&quot; value=&quot;3600&quot;/&gt;</div><div>  &lt;/gateway&gt;</div><div><br></div><div><br></div><div style>and I added a dialplan too</div><div style><br></div><div style><div>
&lt;extension name=&quot;oubout_pstn&quot;&gt;</div><div>          &lt;condition field=&quot;destination_number&quot; expression=&quot;^(\d{10})$&quot;&gt;</div><div>            &lt;!-- &lt;action application=&quot;set&quot; data=&quot;effective_caller_id_number=OUTBOUNDCALLERID&quot;/&gt; --&gt;</div>
<div>            &lt;action application=&quot;bridge&quot; data=&quot;sofia/gateway/outbound/$1&quot;/&gt;</div><div>           &lt;/condition&gt;</div><div>         &lt;/extension&gt;</div><div><br></div><div style>I am using HT503 for my ATA, and it is connected to my fixed line. I have been able to get incoming calls to work with FreeSWITCH.</div>
<div style><br></div><div style>When I try dialing my cellphone number, however, I am seeing this in the CLI...</div><div style><br></div><div style><br></div><div style><div>2013-03-23 17:06:23.280033 [ERR] mod_sofia.c:4671 Invalid Gateway &#39;outbound&#39;</div>
<div>2013-03-23 17:06:23.280033 [NOTICE] mod_sofia.c:5072 Close Channel N/A [CS_NEW]</div><div>2013-03-23 17:06:23.280033 [NOTICE] switch_ivr_originate.c:2640 Cannot create outgoing channel of type [sofia] cause: [INVALID_GATEWAY]</div>
<div>2013-03-23 17:06:23.280033 [INFO] mod_dptools.c:3084 Originate Failed.  Cause: INVALID_GATEWAY</div><div>2013-03-23 17:06:23.280033 [NOTICE] mod_dptools.c:3204 Hangup sofia/internal/<a href="mailto:1002@10.0.1.5">1002@10.0.1.5</a> [CS_EXECUTE] [INVALID_GATEWAY]</div>
<div>2013-03-23 17:06:23.280033 [NOTICE] switch_core_session.c:1536 Session 45 (sofia/internal/<a href="mailto:1002@10.0.1.5">1002@10.0.1.5</a>) Ended</div><div>2013-03-23 17:06:23.280033 [NOTICE] switch_core_session.c:1540 Close Channel sofia/internal/<a href="mailto:1002@10.0.1.5">1002@10.0.1.5</a> [CS_DESTROY]</div>
</div></div></div></div>