<br><br><div class="gmail_quote">On Mon, Aug 31, 2009 at 6:11 AM, NOx-WHV <span dir="ltr"><<a href="mailto:enno.egbert@googlemail.com">enno.egbert@googlemail.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>
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>
<condition field="${toll_allow}" expression="domestic"/><br>
<condition field="destination_number" expression="^04(\d+)$"><br>
<action application="set" data="effective_caller_id_number=300"/><br>
<action application="set" data="sip_secure_media=false"/><br>
<action application="bridge"<br>
data="sofia/gateway/mygateway/04$1@XXX.XXX.XXX.XXX"/><br>
</condition><br>
<br>
Thanks for help<br>
<br></blockquote><div><br>Try pipe-delimited list of dialstrings in your bridge:<br><br><action application="bridge"
data="sofia/gateway/mygateway/04$1@XXX.XXX.XXX.XXX|sofia/gateway/mygw2/foo@bar|sofia/gateway/mygw3/foo@bar"/><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>