Do you have console log and sip trace between fs and spa3102? If so, drop into <a href="http://pastebin.freeswitch.org">pastebin.freeswitch.org</a> and link back here.<br>-MC<br><br><div class="gmail_quote">On Thu, Jul 19, 2012 at 8:55 AM, Todd Bailey <span dir="ltr">&lt;<a href="mailto:toddb@toddbailey.net" target="_blank">toddb@toddbailey.net</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Any one ?<br>
<br>
<br>
On Tue, 2012-07-17 at 15:37 -0700, Todd Bailey wrote:<br>
&gt; Hi All,<br>
&gt;<br>
&gt;<br>
&gt; I&#39;m having issues getting a dial plan to work on FS and a Cisco SPA 3102<br>
&gt; router.<br>
&gt;<br>
&gt; when I dial 0, 1 or 9 plus a 10 number, I get to the router&#39;s dial tone<br>
&gt; but I have to reenter the number I want to connect to.<br>
&gt;<br>
&gt; The expected action is to only need to enter the number to dial one<br>
&gt;<br>
&gt; Can some one provide dial plan and/or other config file example on how<br>
&gt; to resolve this issue?<br>
&gt;<br>
&gt; here is what I have so far:<br>
&gt;<br>
&gt; /usr/local/freeswitch/conf/dialplan/default.xml<br>
&gt;<br>
&gt; &lt;!-- Dial any 10 digit number (2223334444) or 1+10 number (12223334444)<br>
&gt; or 9 + 10 number here --&gt;<br>
&gt;<br>
&gt;     &lt;extension name=&quot;external&quot;&gt;<br>
&gt;<br>
&gt;     &lt;condition field=&quot;destination_number&quot;<br>
&gt; expression=&quot;^(1{0,1,9}\d{10})$&quot;&gt;<br>
&gt;<br>
&gt;       &lt;action application=&quot;set&quot;<br>
&gt; data=&quot;effective_caller_id_number=12223334444&quot;/&gt;<br>
&gt;       &lt;!-- If your provider does not provide ringback (180 or 183) you<br>
&gt; may simulate ringback by uncommenting the following line. --&gt;<br>
&gt;       &lt;!-- action application=&quot;ringback&quot; /--&gt;<br>
&gt;       &lt;!-- &lt;action application=&quot;bridge&quot;<br>
&gt; data=&quot;sofia/gateway/voicepulse/$1&quot;/&gt; --&gt;<br>
&gt;       &lt;!-- &lt;action application=&quot;bridge&quot;<br>
&gt; data=&quot;sofia/internal/${<a href="http://destination_number%7D@192.168.1.5:5061" target="_blank">destination_number}@192.168.1.5:5061</a>&quot;/&gt;   --&gt;<br>
&gt;            &lt;action application=&quot;bridge&quot;<br>
&gt; data=&quot;sofia/internal/$<a href="http://1@192.168.1.5:5061" target="_blank">1@192.168.1.5:5061</a>&quot; /&gt;<br>
&gt;      &lt;/condition&gt;<br>
&gt;    &lt;/extension&gt;<br>
&gt;<br>
&gt;<br>
&gt; /usr/local/freeswitch/conf/dialplan/default/00_spa3102.xml<br>
&gt;<br>
&gt; &lt;include&gt;<br>
&gt;   &lt;extension name=&quot;To PSTN&quot;&gt;<br>
&gt;     &lt;condition field=&quot;destination_number&quot; expression=&quot;(.*)&quot;&gt;<br>
&gt;       &lt;action application=&quot;bridge&quot;<br>
&gt; data=&quot;sofia/internal/${<a href="http://destination_number%7D@192.168.1.5:5061" target="_blank">destination_number}@192.168.1.5:5061</a>&quot; /&gt;<br>
&gt;     &lt;/condition&gt;<br>
&gt;   &lt;/extension&gt;<br>
&gt; &lt;/include&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
</blockquote></div><br>