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"><<a href="mailto:toddb@toddbailey.net" target="_blank">toddb@toddbailey.net</a>></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>
> Hi All,<br>
><br>
><br>
> I'm having issues getting a dial plan to work on FS and a Cisco SPA 3102<br>
> router.<br>
><br>
> when I dial 0, 1 or 9 plus a 10 number, I get to the router's dial tone<br>
> but I have to reenter the number I want to connect to.<br>
><br>
> The expected action is to only need to enter the number to dial one<br>
><br>
> Can some one provide dial plan and/or other config file example on how<br>
> to resolve this issue?<br>
><br>
> here is what I have so far:<br>
><br>
> /usr/local/freeswitch/conf/dialplan/default.xml<br>
><br>
> <!-- Dial any 10 digit number (2223334444) or 1+10 number (12223334444)<br>
> or 9 + 10 number here --><br>
><br>
> <extension name="external"><br>
><br>
> <condition field="destination_number"<br>
> expression="^(1{0,1,9}\d{10})$"><br>
><br>
> <action application="set"<br>
> data="effective_caller_id_number=12223334444"/><br>
> <!-- If your provider does not provide ringback (180 or 183) you<br>
> may simulate ringback by uncommenting the following line. --><br>
> <!-- action application="ringback" /--><br>
> <!-- <action application="bridge"<br>
> data="sofia/gateway/voicepulse/$1"/> --><br>
> <!-- <action application="bridge"<br>
> data="sofia/internal/${<a href="http://destination_number%7D@192.168.1.5:5061" target="_blank">destination_number}@192.168.1.5:5061</a>"/> --><br>
> <action application="bridge"<br>
> data="sofia/internal/$<a href="http://1@192.168.1.5:5061" target="_blank">1@192.168.1.5:5061</a>" /><br>
> </condition><br>
> </extension><br>
><br>
><br>
> /usr/local/freeswitch/conf/dialplan/default/00_spa3102.xml<br>
><br>
> <include><br>
> <extension name="To PSTN"><br>
> <condition field="destination_number" expression="(.*)"><br>
> <action application="bridge"<br>
> data="sofia/internal/${<a href="http://destination_number%7D@192.168.1.5:5061" target="_blank">destination_number}@192.168.1.5:5061</a>" /><br>
> </condition><br>
> </extension><br>
> </include><br>
><br>
><br>
><br>
</blockquote></div><br>