<h1>Project "FreeSWITCH Source" received a push.</h1>

<h2>branch: master updated</h2>
<pre>
       via: 2e399b0baf871b82e8b1bd553fce16b54abe6d7b (commit)
      from: cd1982ceb7c7a7df598adea002cea51d040a3f62 (commit)


</pre>= COMMIT LOG ===========================================================
<div class="highlight"><pre>committer: Marc Olivier Chouinard
comments: 
mod_callcenter: force loopback_bowout=false on originate.  This will need to be reworked, but should fix basic issues call to an agent using loopback

<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 a06520f..9d9feed 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">@@ -1384,6 +1384,8 @@ static void *SWITCH_THREAD_FUNC outbound_agent_thread_run(switch_thread_t *threa</span>
                 switch_event_add_header(ovars, SWITCH_STACK_BOTTOM, &quot;cc_agent&quot;, &quot;%s&quot;, h-&gt;agent_name);
                 switch_event_add_header(ovars, SWITCH_STACK_BOTTOM, &quot;cc_agent_type&quot;, &quot;%s&quot;, h-&gt;agent_type);
                 switch_event_add_header(ovars, SWITCH_STACK_BOTTOM, &quot;ignore_early_media&quot;, &quot;true&quot;);
<span style="color: #00A000">+                /* Force loopback to remain live, if not, the loop will detect the actual channel to gone */</span>
<span style="color: #00A000">+                switch_event_add_header(ovars, SWITCH_STACK_BOTTOM, &quot;loopback_bowout&quot;, &quot;false&quot;);</span>
 
                 t_agent_called = switch_epoch_time_now(NULL);
                 dialstr = switch_mprintf(&quot;%s&quot;, h-&gt;originate_string);
</pre></div>
========================================================================<pre>

Summary of changes:
 .../applications/mod_callcenter/mod_callcenter.c   |    2 ++
 1 files changed, 2 insertions(+), 0 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>