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
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/***#
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.
Леш
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
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**"/>