you can combine the 2 gateways into one bridge app. pls see <a href="http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_bridgecall">http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_bridgecall</a><br>
<br>/nandy<br><br><div class="gmail_quote">On Fri, Jun 26, 2009 at 1:48 PM, Edmar Cruz <span dir="ltr">&lt;<a href="mailto:darklion11@yahoo.com">darklion11@yahoo.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;">
<br>
&lt;include&gt;<br>
  &lt;extension name=&quot;multiple&quot;&gt;<br>
    &lt;condition field=&quot;destination_number&quot; expression=&quot;^(\d+)$&quot;&gt;<br>
      &lt;action application=&quot;set&quot; data=&quot;gate_site_id=1&quot;/&gt;<br>
      &lt;action application=&quot;set&quot;<br>
data=&quot;effective_caller_id_name=${effective_caller_id_name}&quot;/&gt;<br>
      &lt;action application=&quot;set&quot;<br>
data=&quot;effective_caller_id_number=${effective_caller_id_number}&quot;/&gt;<br>
      &lt;action application=&quot;transfer&quot; data=&quot;$ XML default&quot;/&gt;--&gt;<br>
      &lt;action application=&quot;bridge&quot; data=&quot;sofia/default/$<a href="mailto:1@116.80.80.101">1@116.80.80.101</a>&quot;/&gt;<br>
    &lt;/condition&gt;<br>
<br>
     &lt;condition field=&quot;destination_number&quot; expression=&quot;^(\d+)$&quot;&gt;<br>
      &lt;action application=&quot;set&quot; data=&quot;gate_site_id=1&quot;/&gt;<br>
      &lt;action application=&quot;set&quot;<br>
data=&quot;effective_caller_id_name=${effective_caller_id_name}&quot;/&gt;<br>
      &lt;action application=&quot;set&quot;<br>
data=&quot;effective_caller_id_number=${effective_caller_id_number}&quot;/&gt;<br>
      &lt;action application=&quot;transfer&quot; data=&quot;$ XML default&quot;/&gt;--&gt;<br>
      &lt;action application=&quot;bridge&quot; data=&quot;sofia/default/$<a href="mailto:1@116.80.80.102">1@116.80.80.102</a>&quot;/&gt;<br>
    &lt;/condition&gt;<br>
<br>
  &lt;/extension&gt;<br>
&lt;/include&gt;<br>
<br>
<br>
Is this correct for multiple gateways? When I try this the first gateway<br>
works but the second gateway does not work?<br>
<br>
<br>
What is the solution for this can u help me?<br>
<br>
<br>
Thanks<br>
<br>
--<br>
View this message in context: <a href="http://www.nabble.com/multiple-gateways-not-working--tp24215324p24215324.html" target="_blank">http://www.nabble.com/multiple-gateways-not-working--tp24215324p24215324.html</a><br>
Sent from the Freeswitch-users mailing list archive at Nabble.com.<br>
<br>
<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>
</blockquote></div><br>