]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
[core] Add global/leg variable to originate: group_confirm_timeout
authorSeven Du <dujinfang@gmail.com>
Mon, 6 Jan 2020 12:25:44 +0000 (20:25 +0800)
committerAndrey Volk <andywolk@gmail.com>
Thu, 7 May 2020 17:29:21 +0000 (21:29 +0400)
commitb6451b590c386e3851612fbca9666ffa79e40bf3
tree8b16795cd23ed03a19658ff07113f2268c0c7686
parent1f9dcf22b21932da4088e898954e14b4137be30e
[core] Add global/leg variable to originate: group_confirm_timeout

group_confirm_timeout is a value in seconds for the maximum time to wait for group confirmation to finish.  This variable replaces group_confirm_cancel_timeout which has been deprecated.  Set group_confirm_timeout=0 to disable leg_timeout during group confirm.
src/switch_ivr_originate.c
tests/unit/switch_ivr_originate.c