<br><br><div class="gmail_quote">On Thu, Dec 10, 2009 at 8:42 AM, Otis <span dir="ltr">&lt;<a href="mailto:abeka@greatiam.com">abeka@greatiam.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I have 2 FS servers FS1 (aka medion) and FS3 (callweaver). These are set<br>
as gateways and register with each other. I wanted all users on FS1 to<br>
dial those on FS3 with  prefix 33  ie extn 1001 on FS3 will be dialed as<br>
331001 on FS1.<br>
<br>
I have a dialplan as follows in .../dialplan/default/ callweaver.xml<br>
<br>
&gt; &lt;extension name=&quot;callweaver&quot;&gt;<br>
&gt; &lt;condition field=&quot;destination_number&quot; expression=&quot;^33(\d+)$&quot;&gt;<br>
&gt; &lt;action application=&quot;bridge&quot; data=&quot;sofia/profilename/$<a href="mailto:1@192.168.1.110">1@192.168.1.110</a>&quot;/&gt;<br>
&gt; &lt;/condition&gt;<br>
&gt; &lt;/extension&gt;<br>
<br>
I have also used<br>
<br>
&lt;extension name=&quot;callweaver&quot;&gt;<br>
  &lt;condition field=&quot;destination_number&quot; value=&quot;^33(.*)$&quot;&gt;<br>
    &lt;action application=&quot;bridge&quot; data=&quot;sofia/profilename/$<a href="mailto:1@192.168.1.110">1@192.168.1.110</a>&quot;/&gt;<br>
  &lt;/condition&gt;<br>
&lt;/extension&gt;<br>
<br>
I have also used the line &lt;action application=&quot;bridge&quot;<br>
data=&quot;sofia/gateway/outbound.callweaver/$1&quot;/&gt;<br>
in place of &lt;action application=&quot;bridge&quot;<br>
data=&quot;sofia/profilename/$<a href="mailto:1@192.168.1.110">1@192.168.1.110</a>&quot;/&gt;<br>
without any joy.<br>
<br>
I am getting error  Not - found from the client.  I am registered as<br>
1001 on FS1.<br></blockquote><div><br>Otis,<br><br>I would recommend that you turn on debugging and capture the console output. Put it in a pastebin and then respond to this thread with a link to the pastebin URL. FYI, here&#39;s a handy page that will give you some nice pointers on how to gather information when you&#39;re doing troubleshooting:<br>
<br><a href="http://wiki.freeswitch.org/wiki/Reporting_Bugs">http://wiki.freeswitch.org/wiki/Reporting_Bugs</a><br><br>It has detailed instructions on getting console output, dumping to pastebin, etc. If you want to get really fancy you can also try Tony&#39;s handy-dandy debug Perl script: libs/esl/perl/<a href="http://logger.pl">logger.pl</a> under the FS source directory. Run the script, make your call, then hit ctrl-C. The script will upload the log to pastebin for you and tell you the URL. :)<br>
<br>-MC<br></div></div><br>