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

<h2>branch: master updated</h2>
<pre>
       via: 69d1d984feff8bf616ba8a0c7c921ccfe07d3b16 (commit)
      from: 62d000ed20305dcccefd5ac8b9ddbb40016e879b (commit)


</pre>= COMMIT LOG ===========================================================
<div class="highlight"><pre>committer: Anthony Minessale
comments: 
sleep 2 seconds on confernece outcall at the end to prevent auto-answer race

<span style="color: #000080; font-weight: bold">diff --git a/src/mod/applications/mod_conference/mod_conference.c b/src/mod/applications/mod_conference/mod_conference.c</span>
<span style="color: #000080; font-weight: bold">index 71ed1ed..35412af 100644</span>
<span style="color: #A00000">--- a/src/mod/applications/mod_conference/mod_conference.c</span>
<span style="color: #00A000">+++ b/src/mod/applications/mod_conference/mod_conference.c</span>
<span style="color: #800080; font-weight: bold">@@ -1396,6 +1396,7 @@ static void *SWITCH_THREAD_FUNC conference_thread_run(switch_thread_t *thread, v</span>
 
         if (switch_test_flag(conference, CFLAG_OUTCALL)) {
                 conference-&gt;cancel_cause = SWITCH_CAUSE_ORIGINATOR_CANCEL;
<span style="color: #00A000">+                switch_yield(2000000);</span>
                 switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_NOTICE, &quot;Ending pending outcall channels for Conference: &#39;%s&#39;\n&quot;, conference-&gt;name);
                 while(conference-&gt;originating) {
                         switch_yield(200000);
</pre></div>
========================================================================<pre>

Summary of changes:
 .../applications/mod_conference/mod_conference.c   |    1 +
 1 files changed, 1 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>