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"><<a href="mailto:darklion11@yahoo.com">darklion11@yahoo.com</a>></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>
<include><br>
<extension name="multiple"><br>
<condition field="destination_number" expression="^(\d+)$"><br>
<action application="set" data="gate_site_id=1"/><br>
<action application="set"<br>
data="effective_caller_id_name=${effective_caller_id_name}"/><br>
<action application="set"<br>
data="effective_caller_id_number=${effective_caller_id_number}"/><br>
<action application="transfer" data="$ XML default"/>--><br>
<action application="bridge" data="sofia/default/$<a href="mailto:1@116.80.80.101">1@116.80.80.101</a>"/><br>
</condition><br>
<br>
<condition field="destination_number" expression="^(\d+)$"><br>
<action application="set" data="gate_site_id=1"/><br>
<action application="set"<br>
data="effective_caller_id_name=${effective_caller_id_name}"/><br>
<action application="set"<br>
data="effective_caller_id_number=${effective_caller_id_number}"/><br>
<action application="transfer" data="$ XML default"/>--><br>
<action application="bridge" data="sofia/default/$<a href="mailto:1@116.80.80.102">1@116.80.80.102</a>"/><br>
</condition><br>
<br>
</extension><br>
</include><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>