<br><br><div class="gmail_quote">On Mon, Aug 31, 2009 at 6:11 AM, NOx-WHV <span dir="ltr">&lt;<a href="mailto:enno.egbert@googlemail.com">enno.egbert@googlemail.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>
Hello,<br>
<br>
i use a sip gateway witch is only be able to allocate one sip channel.  How<br>
can I bridge a call to a second gateway if the first gateway is in use.<br>
<br>
Now the dialplan look like this:<br>
<br>
  &lt;condition field=&quot;${toll_allow}&quot; expression=&quot;domestic&quot;/&gt;<br>
  &lt;condition field=&quot;destination_number&quot; expression=&quot;^04(\d+)$&quot;&gt;<br>
   &lt;action application=&quot;set&quot; data=&quot;effective_caller_id_number=300&quot;/&gt;<br>
   &lt;action application=&quot;set&quot; data=&quot;sip_secure_media=false&quot;/&gt;<br>
   &lt;action application=&quot;bridge&quot;<br>
data=&quot;sofia/gateway/mygateway/04$1@XXX.XXX.XXX.XXX&quot;/&gt;<br>
  &lt;/condition&gt;<br>
<br>
Thanks for help<br>
<br></blockquote><div><br>Try pipe-delimited list of dialstrings in your bridge:<br><br>&lt;action application=&quot;bridge&quot; 
data=&quot;sofia/gateway/mygateway/04$1@XXX.XXX.XXX.XXX|sofia/gateway/mygw2/foo@bar|sofia/gateway/mygw3/foo@bar&quot;/&gt;<br> <br>-MC<br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<br>
--<br>
View this message in context: <a href="http://www.nabble.com/external-Gateways-tp25223286p25223286.html" target="_blank">http://www.nabble.com/external-Gateways-tp25223286p25223286.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>