Re: [Freeswitch-dev] FS Multi outbound

2009-03-26 Thread Dmitry Mordovin
Michael Taylor wrote: I should have read the Wiki a little more before answering. Quoting from: http://wiki.freeswitch.org/wiki/Channel_Variables call_timeout - Deprecated - Use originate_timeout or leg_timeout. under call_timeout it suggests data="{ignore_early_media=true}[leg_timeout=10]s

Re: [Freeswitch-dev] FS Multi outbound

2009-03-25 Thread Michael Taylor
I should have read the Wiki a little more before answering. Quoting from: http://wiki.freeswitch.org/wiki/Channel_Variables call_timeout - Deprecated - Use originate_timeout or leg_timeout. under call_timeout it suggests data="{ignore_early_media=true}[leg_timeout=10]sofia/gateway/Cisco/***#

Re: [Freeswitch-dev] FS Multi outbound

2009-03-25 Thread Michael Taylor
I tried this possibility: 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: Michael. Леш

Re: [Freeswitch-dev] FS Multi outbound

2009-03-25 Thread Леша . . .
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

Re: [Freeswitch-dev] FS Multi outbound

2009-03-25 Thread 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. data="{ignore_early_media=true}sofia/gateway/Cisco/***#1**|sofia/gateway/Cisco/***#2**"/>