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

<h2>branch: master updated</h2>
<pre>
       via: 4b5bcba09483d43df901815db74a21e7408726d2 (commit)
      from: ed7e1f3954853f1a7005f08de2967b38d3e164fb (commit)


</pre>= COMMIT LOG ===========================================================
<div class="highlight"><pre>committer: Mathieu Rene
comments: 
mod_conference: don&#39;t switch to CS_SOFT_EXECUTE before setting the current extension

<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 8ef72a4..5eeae5c 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">@@ -4876,7 +4876,6 @@ static switch_status_t conference_outcall(conference_obj_t *conference,</span>
 
         rdlock = 1;
         peer_channel = switch_core_session_get_channel(peer_session);
<span style="color: #A00000">-        switch_channel_set_state(peer_channel, CS_SOFT_EXECUTE);</span>
 
         /* make sure the conference still exists */
         if (!switch_test_flag(conference, CFLAG_RUNNING)) {
</pre></div>
========================================================================<pre>

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