]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
FS-10237 [mod_callcenter] Do not kick member out on timeout if originating to an...
authorItalo Rossi <italorossib@gmail.com>
Tue, 13 Jun 2017 03:12:15 +0000 (00:12 -0300)
committerItalo Rossi <italorossib@gmail.com>
Tue, 13 Jun 2017 03:12:15 +0000 (00:12 -0300)
commitb4ada1b849d526e3d808fd22626b7d618289c537
tree9861405c68af94165733f2bb4b6eb4a6c4e89aef
parent11d98e4fb200e97a7f61f4725c173251ea911126
FS-10237 [mod_callcenter] Do not kick member out on timeout if originating to an agent

Now we're passing member_session as session parameter to switch_ivr_originate, this will make
the cc_export_vars no longer needed in the future as now all the variables previously
exported will be seen by switch_ivr_originate because member_session is the ORIGINATOR.

cc_export_vars still works.
src/mod/applications/mod_callcenter/mod_callcenter.c