[Freeswitch-dev] FS Multi outbound

Michael Taylor michael at omniscient.com.au
Wed Mar 25 22:49:56 PDT 2009


I tried this possibility:
   <action application="bridge" 
data="{ignore_early_media=true}[call_timeout=10]sofia/gateway/Cisco/***#1**********|[call_timeout=30]sofia/gateway/Cisco/***#2**********"/>
but the [call_timeout=10] channel variables did not take affect

Perhaps you need something simpler:

   <action application="set" data="call_timeout=10"/>
   <action application="bridge" data="sofia/gateway/Cisco/***#1**********"/>
   <action application="set" data="call_timeout=30"/>
   <action application="bridge" data="sofia/gateway/Cisco/***#2**********"/>

Michael.

Леша... wrote:
> Michael, Im noobie)
> Sorry, a saw this in wiki, but didn't note that it could work!)
> 
> Next stage is how to make different timeouts for each call? Is it possible with dialplan? 
> I still think that I should script this all in Lua)
> 
> Michael Taylor пишет:
>> The Wiki states:
>>   If you have a problem with one of the destinations causing the others to stop ringing, insert this into the bridge application: {ignore_early_media=true} like so:
>>
>> i.e.
>>   <action application="bridge" data="{ignore_early_media=true}sofia/gateway/Cisco/***#1**********|sofia/gateway/Cisco/***#2**********"/>
>>
>> Michael.
>>
> 
> 
> _______________________________________________
> Freeswitch-dev mailing list
> Freeswitch-dev at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev
> http://www.freeswitch.org

-- 
Omniscient Australia Pty Ltd
http://www.omniscient.com.au
1300 660 152
GPO Box 2705 MELBOURNE 3001

-------------- next part --------------
A non-text attachment was scrubbed...
Name: michael.vcf
Type: text/x-vcard
Size: 290 bytes
Desc: not available
Url : http://lists.freeswitch.org/pipermail/freeswitch-dev/attachments/20090326/2b78160f/attachment.vcf 


More information about the Freeswitch-dev mailing list