]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
FS-7138 - new mod_callcenter param: reserve-agents
authorItalo Rossi <italorossib@gmail.com>
Sun, 3 May 2015 04:10:02 +0000 (01:10 -0300)
committerItalo Rossi <italorossib@gmail.com>
Mon, 8 Jun 2015 17:38:51 +0000 (14:38 -0300)
commitbebd4c4e3e0975fb507370212abe02364f52f6cf
tree1fece1332da873d287ae2c1f9ea27e786706da15
parent6fe3cfa343df41f901c6086d00d4fa39acd4260a
FS-7138 - new mod_callcenter param: reserve-agents

Sets the agent state to Reserved before calling him. In this case,
the Agent is first updated to state Reserved ONLY if his previous
state was Waiting and status was Available/Available (On Demand).
The purpose is to avoid possible race conditions when external
applications are manipulating `agents` table.

Disabled by default.
src/mod/applications/mod_callcenter/conf/autoload_configs/callcenter.conf.xml
src/mod/applications/mod_callcenter/mod_callcenter.c