Now the console is showing that there&#39;s an inbound call, but I don&#39;t know how to route it to an extension, which I&#39;m gathering is in the dialplan?&nbsp; There were some &quot;advanced&quot; examples in the documentation but nothing with something simple like &quot;route all calls to extension 1001&quot; - which I will plan to add to the wiki when I get this figured out!<br>
<br>I admit to being a complete nube - barely know linux, regex etc.&nbsp; My contribution will be in documentation for nubes like myself! :-)<br><br>Here&#39;s the console log:<br><br>2008-06-05 01:07:04 [NOTICE] switch_channel.c:533 switch_channel_set_name() New Channel sofia/external/<a href="mailto:4153084258@64.34.181.47">4153084258@64.34.181.47</a> [38a9fd64-dd73-4b6a-9cd9-9cd4675261ea]<br>
# that is my inbound DID<br>2008-06-05 01:07:04 [INFO] mod_dialplan_xml.c:222 dialplan_hunt() Processing NOT FOUND-&gt;4153581872@public<br>2008-06-05 01:07:04 [INFO] switch_core_state_machine.c:114 switch_core_standard_on_routing() No Route, Aborting<br>
2008-06-05 01:07:04 [NOTICE] switch_core_state_machine.c:115 switch_core_standard_on_routing() Hangup sofia/external/<a href="mailto:4153084258@64.34.181.47">4153084258@64.34.181.47</a> [CS_ROUTING] [NO_ROUTE_DESTINATION]<br>
2008-06-05 01:07:04 [NOTICE] switch_core_session.c:753 switch_core_session_thread() Session 8 (sofia/external/<a href="mailto:4153084258@64.34.181.47">4153084258@64.34.181.47</a>) Ended<br>2008-06-05 01:07:04 [NOTICE] switch_core_session.c:755 switch_core_session_thread() Close Channel sofia/external/<a href="mailto:4153084258@64.34.181.47">4153084258@64.34.181.47</a> [CS_HANGUP]<br>
<br><br><br><br><div class="gmail_quote">On Wed, Jun 4, 2008 at 5:36 PM, Brian West &lt;<a href="mailto:brian@freeswitch.org">brian@freeswitch.org</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div style="">You&#39;ll need to set from-user on freeswitch also.<div><br></div><font color="#888888"><div>/b</div></font><div><div></div><div class="Wj3C7c"><div><br><div><div>On Jun 4, 2008, at 7:26 PM, Brian B wrote:</div>
<br><blockquote type="cite">Here are the Elastix/Asterisk settings that were working.&nbsp; Brian West remarked that I have to &quot;add it to the dialplan in addition to registration&quot;.&nbsp;&nbsp; Can anyone give me a pointer on that?<br>
<br><b>Inbound</b><br> registration string: <a href="http://16643:password@did.voip.les.net/16643" target="_blank">16643:password@did.voip.les.net/16643</a><br>User context: from-trunk<br>User Details:<br>canreinvite=no<br>
 context=from-trunk<br>insecure=very<br>nat=yes<br>type=user<br><br><b>Outbound<br></b>canreinvite=no<br>context=from-trunk<br>dtmf=inband<br>dtmfmode=inband<br>fromuser=16643<br>host=<a href="http://did.voip.les.net" target="_blank">did.voip.les.net</a><br>
 insecure=very<br>nat=yes<br>qualify=yes<br>secret=pass<br>type=peer<br>user=phone<br>username=16643<b><br></b><br><div class="gmail_quote">On Wed, Jun 4, 2008 at 4:08 PM, Brian West &lt;<a href="mailto:brian@freeswitch.org" target="_blank">brian@freeswitch.org</a>&gt; wrote:<br>
 <blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">how about you reply with the settings you currently use for Asterisk?<br> <font color="#888888"><br>
 /b<br> </font><div><div></div><div><br> On Jun 4, 2008, at 5:30 PM, Klaus Teller wrote:<br> <br> &gt; Hi Brian,<br> &gt;<br> &gt; I created a LES profile located at sip_profiles/external/les.xml<br> &gt; with following content:<br>
 &gt;<br> &gt; &lt;include&gt;<br> &gt; &nbsp;&lt;gateway name=&quot;<a href="http://did.voip.les.net" target="_blank">did.voip.les.net</a>&quot;&gt;<br> &gt; &nbsp;&lt;param name=&quot;username&quot; value=&quot;1490236124&quot;/&gt;<br>
 &gt; &nbsp;&lt;param name=&quot;realm&quot; value=&quot;<a href="http://did.voip.les.net" target="_blank">did.voip.les.net</a>&quot;/&gt;<br> &gt; &nbsp;&lt;param name=&quot;password&quot; value=&quot;mash.n2rown4&quot;/&gt;<br> &gt; &nbsp;&lt;/gateway&gt;<br>
 &gt; &lt;/include&gt;<br> &gt;<br> &gt;<br> &gt; My dialing is actually done in a Javascript file in the following way:<br> &gt;<br> &gt; session.execute(&quot;bridge&quot;,&quot;sofia/gateway/<a href="http://did.voip.les.net/" target="_blank">did.voip.les.net/</a><br>
 &gt; 14156113200&quot;);<br> &gt;<br> &gt; Since you already have LES working with Asterisk, I guess you know<br> &gt; about the settings that you need on the LES side. But you (or<br> &gt; somebody else) might still want to know what is works for me.<br>
 &gt;<br> &gt;<br> &gt; In the <a href="http://les.net" target="_blank">les.net</a> management console I createa a Peer/Trunk. &nbsp;To do<br> &gt; this follow the following steps:<br> &gt;<br> &gt; 1) Login at <a href="http://les.net" target="_blank">les.net</a><br>
 &gt; 2) On the left menu click on &quot;Peers / Trunk&quot;<br> &gt; 3) then click on &quot;create peer&quot;<br> &gt; 4) Next click on &quot;Edit&quot; to edit the settings for this trunk.<br> &gt; 5) Specify the IP Address and the password of the trunk.<br>
 &gt;<br> &gt;<br> &gt; Hope this solves your problem.<br> &gt;<br> &gt; Klaus.<br> &gt;<br> &gt;<br> &gt;<br> &gt;<br> &gt;<br> &gt;<br> &gt;<br> &gt;<br> &gt;<br> &gt;<br> &gt;<br> &gt;<br> &gt; -------- Original-Nachricht --------<br>
 &gt;&gt; Datum: Wed, 4 Jun 2008 12:37:51 -0700<br> &gt;&gt; Von: &quot;Brian B&quot; &lt;<a href="mailto:freeswitch@brian-burt.com" target="_blank">freeswitch@brian-burt.com</a>&gt;<br> &gt;&gt; An: <a href="mailto:freeswitch-users@lists.freeswitch.org" target="_blank">freeswitch-users@lists.freeswitch.org</a><br>
 &gt;&gt; Betreff: [Freeswitch-users] FS installed, but no external calls<br> &gt;<br> &gt;&gt; FS is definitely up and running on my Lylix VPS, which is exciting.<br> &gt;&gt; X-Lite<br> &gt;&gt; is dialed in and can talk to the IVR etc. &nbsp;But no inbound or outbound<br>
 &gt;&gt; calls.<br> &gt;&gt;<br> &gt;&gt; I tried configuring <a href="http://les.net" target="_blank">les.net</a> (which I got working in * on the same<br> &gt;&gt; box) but<br> &gt;&gt; couldn&#39;t get that working, and sofia status is NOREG.<br>
 &gt;&gt;<br> &gt;&gt; I got gizmo to where status is REGED but from XLite when I dial a<br> &gt;&gt; 10 digit<br> &gt;&gt; number the console shows<br> &gt;&gt; [INFO] switch_core_state_machine.c:114<br> &gt;&gt; switch_core_standard_on_routing()<br>
 &gt;&gt; No<br> &gt;&gt; Route, Aborting<br> &gt;&gt;<br> &gt;&gt;<br> &gt;&gt; Any tips ...or is there an affordable contractor out there who can<br> &gt;&gt; get a<br> &gt;&gt; &quot;hello world&quot; call going?<br> &gt;&gt;<br>
 &gt;&gt;<br> &gt;&gt;<br> &gt;&gt; sofia status<br> &gt;&gt; API CALL [sofia(status)] output:<br> &gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Name &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Type<br> &gt;&gt; Data &nbsp; &nbsp; &nbsp;State<br> &gt;&gt; =<br> &gt;&gt; =<br> &gt;&gt; =<br>
 &gt;&gt; =<br> &gt;&gt; =<br> &gt;&gt; =<br> &gt;&gt; =<br> &gt;&gt; =<br> &gt;&gt; =<br> &gt;&gt; =<br> &gt;&gt; =<br> &gt;&gt; =<br> &gt;&gt; =<br> &gt;&gt; =<br> &gt;&gt; =<br> &gt;&gt; =<br> &gt;&gt; =<br> &gt;&gt; =<br>
 &gt;&gt; =<br> &gt;&gt; =<br> &gt;&gt; =<br> &gt;&gt; =<br> &gt;&gt; =<br> &gt;&gt; =<br> &gt;&gt; =<br> &gt;&gt; =<br> &gt;&gt; =<br> &gt;&gt; =<br> &gt;&gt; =====================================================================<br>
 &gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; internal &nbsp; &nbsp; &nbsp; profile<br> &gt;&gt; <a href="http://sip:mod_sofia@67.228.218.111:5060" target="_blank">sip:mod_sofia@67.228.218.111:5060</a><br> &gt;&gt; RUNNING (0)<br> &gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nat &nbsp; &nbsp; &nbsp; profile<br>
 &gt;&gt; <a href="http://sip:mod_sofia@67.228.218.111:5070" target="_blank">sip:mod_sofia@67.228.218.111:5070</a><br> &gt;&gt; RUNNING (0)<br> &gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;default &nbsp; &nbsp; &nbsp; &nbsp; alias<br> &gt;&gt; internal &nbsp; &nbsp; &nbsp;ALIASED<br>
 &gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; external &nbsp; &nbsp; &nbsp; profile<br> &gt;&gt; <a href="http://sip:mod_sofia@67.228.218.111:5080" target="_blank">sip:mod_sofia@67.228.218.111:5080</a><br> &gt;&gt; RUNNING (0)<br> &gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;gizmo &nbsp; &nbsp; &nbsp; gateway<br>
 &gt;&gt; <a href="mailto:sip%3A17476481805@proxy01.sipphone.com" target="_blank">sip:17476481805@proxy01.sipphone.com</a>&lt;<a href="mailto:sip%253A17476481805@proxy01.sipphone.com" target="_blank">sip%3A17476481805@proxy01.sipphone.com</a><br>
 &gt;&gt; &gt;<br> &gt;&gt; REGED<br> &gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; lesnet &nbsp; &nbsp; &nbsp; gateway<br> &gt;&gt; <a href="mailto:sip%3A16643@did.voip.les.net" target="_blank">sip:16643@did.voip.les.net</a>&lt;<a href="mailto:sip%253A16643@did.voip.les.net" target="_blank">sip%3A16643@did.voip.les.net</a>&gt;<br>
 &gt;&gt; NOREG<br> &gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <a href="http://67.228.218.111" target="_blank">67.228.218.111</a> &nbsp; &nbsp; &nbsp; &nbsp; alias<br> &gt;&gt; internal &nbsp; &nbsp; &nbsp;ALIASED<br> &gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; outbound &nbsp; &nbsp; &nbsp; &nbsp; alias<br> &gt;&gt; external &nbsp; &nbsp; &nbsp;ALIASED<br>
 &gt;&gt; =<br> &gt;&gt; =<br> &gt;&gt; =<br> &gt;&gt; =<br> &gt;&gt; =<br> &gt;&gt; =<br> &gt;&gt; =<br> &gt;&gt; =<br> &gt;&gt; =<br> &gt;&gt; =<br> &gt;&gt; =<br> &gt;&gt; =<br> &gt;&gt; =<br> &gt;&gt; =<br> &gt;&gt; =<br>
 &gt;&gt; =<br> &gt;&gt; =<br> &gt;&gt; =<br> &gt;&gt; =<br> &gt;&gt; =<br> &gt;&gt; =<br> &gt;&gt; =<br> &gt;&gt; =<br> &gt;&gt; =<br> &gt;&gt; =<br> &gt;&gt; =<br> &gt;&gt; =<br> &gt;&gt; =<br> &gt;&gt; =====================================================================<br>
 &gt;&gt;<br> &gt;&gt;<br> &gt;&gt; Thanks for any tips or suggestions!<br> &gt;&gt;<br> &gt;&gt; -Brian B<br> &gt;<br> &gt; --<br> &gt; Psssst! Schon vom neuen GMX MultiMessenger gehört?<br> &gt; Der kann`s mit allen: <a href="http://www.gmx.net/de/go/multimessenger" target="_blank">http://www.gmx.net/de/go/multimessenger</a><br>
 &gt;<br> &gt; _______________________________________________<br> &gt; Freeswitch-users mailing list<br> &gt; <a href="mailto:Freeswitch-users@lists.freeswitch.org" target="_blank">Freeswitch-users@lists.freeswitch.org</a><br>
 &gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br> &gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
 &gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br> <br> <br> _______________________________________________<br> Freeswitch-users mailing list<br> <a href="mailto:Freeswitch-users@lists.freeswitch.org" target="_blank">Freeswitch-users@lists.freeswitch.org</a><br>
 <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br> UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
 <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br> </div></div></blockquote></div><br><br> _______________________________________________<br>Freeswitch-users mailing list<br><a href="mailto:Freeswitch-users@lists.freeswitch.org" target="_blank">Freeswitch-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br></blockquote></div><br></div></div></div></div><br>_______________________________________________<br>
Freeswitch-users mailing list<br>
<a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br><br>