Variable originate timeout
From FreeSWITCH Wiki
originate_timeout
Determines how long a bridge or originate action action will stay in the "originate" state. In effect, it is a way to control the timeout for a bridge/originate consisting of multiple endpoints. Default value is 60.
Usage:
<action application="bridge" data="{originate_timeout=10}[leg_timeout=5]sofia/default/foo1@bar1|[leg_timeout=5]sofia/default/foo2@bar2"/>
WARNING: Beware that if you are not using {ignore_early_media=true} call_timeout is no longer applicable as soon as early media signal is received.
See also:
Implemented By:
| Module Name | Source File | Last Revised |
| core | switch_ivr_originate.c |

