[Freeswitch-users] multiple gateways not working?
Nandy Dagondon
gcd at i.ph
Thu Jun 25 23:49:26 PDT 2009
you can combine the 2 gateways into one bridge app. pls see
http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_bridgecall
/nandy
On Fri, Jun 26, 2009 at 1:48 PM, Edmar Cruz <darklion11 at yahoo.com> wrote:
>
> <include>
> <extension name="multiple">
> <condition field="destination_number" expression="^(\d+)$">
> <action application="set" data="gate_site_id=1"/>
> <action application="set"
> data="effective_caller_id_name=${effective_caller_id_name}"/>
> <action application="set"
> data="effective_caller_id_number=${effective_caller_id_number}"/>
> <action application="transfer" data="$ XML default"/>-->
> <action application="bridge" data="sofia/default/$1 at 116.80.80.101"/>
> </condition>
>
> <condition field="destination_number" expression="^(\d+)$">
> <action application="set" data="gate_site_id=1"/>
> <action application="set"
> data="effective_caller_id_name=${effective_caller_id_name}"/>
> <action application="set"
> data="effective_caller_id_number=${effective_caller_id_number}"/>
> <action application="transfer" data="$ XML default"/>-->
> <action application="bridge" data="sofia/default/$1 at 116.80.80.102"/>
> </condition>
>
> </extension>
> </include>
>
>
> Is this correct for multiple gateways? When I try this the first gateway
> works but the second gateway does not work?
>
>
> What is the solution for this can u help me?
>
>
> Thanks
>
> --
> View this message in context:
> http://www.nabble.com/multiple-gateways-not-working--tp24215324p24215324.html
> Sent from the Freeswitch-users mailing list archive at Nabble.com.
>
>
> _______________________________________________
> Freeswitch-users mailing list
> Freeswitch-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20090626/7b79db6e/attachment-0002.html
More information about the FreeSWITCH-users
mailing list