mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-04 18:27:36 +00:00
FS-3067 segfault using busy-delay-time parameter
This commit is contained in:
parent
a5779d5431
commit
c6f044d5a1
@ -1223,7 +1223,7 @@ static switch_status_t load_agent(const char *agent_name)
|
|||||||
cc_agent_update("reject_delay_time", reject_delay_time, agent_name);
|
cc_agent_update("reject_delay_time", reject_delay_time, agent_name);
|
||||||
}
|
}
|
||||||
if (busy_delay_time) {
|
if (busy_delay_time) {
|
||||||
cc_agent_update("busy_delay_time", reject_delay_time, agent_name);
|
cc_agent_update("busy_delay_time", busy_delay_time, agent_name);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (type && res == CC_STATUS_AGENT_ALREADY_EXIST) {
|
if (type && res == CC_STATUS_AGENT_ALREADY_EXIST) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user