]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
FS-7780 add new channel variable max_session_transfers. If set, this variable is...
authorChris Rienzo <chris.rienzo@citrix.com>
Mon, 6 Jul 2015 19:26:56 +0000 (15:26 -0400)
committerChris Rienzo <chris.rienzo@citrix.com>
Mon, 6 Jul 2015 19:26:56 +0000 (15:26 -0400)
commit05cc8bb37d4ec19446943c98cfb6e21cd6aaf9e9
tree6abcefc7a6e5a1a8fccfd31c9a3b413dfdba1f61
parent08c7a1de344fbe7b061c9da06754a6ed60b3aa66
FS-7780 add new channel variable max_session_transfers.  If set, this variable is used to count
the number of session transfers allowed instead of the max_forwards variable.  If not set, the existing
behavior is preserved.
src/include/switch_types.h
src/switch_ivr.c