<h1>Project "FreeSWITCH Source" received a push.</h1>
<h2>branch: master updated</h2>
<pre>
via: c6f044d5a105d11d5495884d164b36b47cae4afe (commit)
from: a5779d5431db01d55df338c11f83aaf87511af1e (commit)
</pre>= COMMIT LOG ===========================================================
<div class="highlight"><pre>committer: Jeff Lenk
comments:
FS-3067 segfault using busy-delay-time parameter
<span style="color: #000080; font-weight: bold">diff --git a/src/mod/applications/mod_callcenter/mod_callcenter.c b/src/mod/applications/mod_callcenter/mod_callcenter.c</span>
<span style="color: #000080; font-weight: bold">index 9d9feed..12e1960 100644</span>
<span style="color: #A00000">--- a/src/mod/applications/mod_callcenter/mod_callcenter.c</span>
<span style="color: #00A000">+++ b/src/mod/applications/mod_callcenter/mod_callcenter.c</span>
<span style="color: #800080; font-weight: bold">@@ -1223,7 +1223,7 @@ static switch_status_t load_agent(const char *agent_name)</span>
                                        cc_agent_update("reject_delay_time", reject_delay_time, agent_name);
                                }
                                if (busy_delay_time) {
<span style="color: #A00000">-                                        cc_agent_update("busy_delay_time", reject_delay_time, agent_name);</span>
<span style="color: #00A000">+                                        cc_agent_update("busy_delay_time", busy_delay_time, agent_name);</span>
                                }
                                if (type && res == CC_STATUS_AGENT_ALREADY_EXIST) {
</pre></div>
========================================================================<pre>
Summary of changes:
.../applications/mod_callcenter/mod_callcenter.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
</pre>
<p>this email was generated because of /git/your-repo.git/hooks/post-receive by the file /git-core/contrib/hooks/post-receive-email<br />
For more info, see <a href="http://blog.chomperstomp.com/?p=630">http://blog.chomperstomp.com/?p=630</a>
-- <br />
FreeSWITCH Source</p>