originate_timeout
Created by Ryan Harris, last modified by livem Chan on 2020.07.29
originate_timeout
integer Determines how long FreeSWITCH is going to wait for a response from the invite message sent to the gateway. In effect, it is a way to control the timeout for a bridge/originate consisting of multiple endpoints.
Default Value: 60
Usage
Useful if you are using multiple gateways. In this example, FreeSWITCH will wait 2 seconds for 192.168.1.4
to respond to the invite message before trying the next gateway:
<action application="set" data="originate_timeout=2"/>
<action application="bridge" data="sofia/default/$1@192.168.1.4|sofia/default/$1@192.168.1.5"/>
<action application="bridge" data="{originate_timeout=10}[leg_timeout=5]sofia/default/foo1@bar1|[leg_timeout=5]sofia/default/foo2@bar2"/>
<action application="bridge" data="{originate_timeout=24}${group_call(sales@$${domain})}"/>