<h1>Project "FreeSWITCH Source" received a push.</h1>
<h2>branch: master updated</h2>
<pre>
via: 446cedd31ff2e33c6a1e232f76290c97cad0af0e (commit)
from: 53fc3f7f78355e4ba574468fc5f351848273b6ae (commit)
</pre>= COMMIT LOG ===========================================================
<div class="highlight"><pre>committer: Anthony Minessale
comments:
update
<span style="color: #000080; font-weight: bold">diff --git a/src/switch_core_session.c b/src/switch_core_session.c</span>
<span style="color: #000080; font-weight: bold">index dfe419e..2080c0b 100644</span>
<span style="color: #A00000">--- a/src/switch_core_session.c</span>
<span style="color: #00A000">+++ b/src/switch_core_session.c</span>
<span style="color: #800080; font-weight: bold">@@ -1947,7 +1947,7 @@ SWITCH_DECLARE(switch_status_t) switch_core_session_execute_application_get_flag</span>
                        do {
                                sanity--;
<span style="color: #A00000">-                                ready = switch_channel_media_ready(session->channel);</span>
<span style="color: #00A000">+                                ready = switch_channel_media_up(session->channel);</span>
                                switch_cond_next();
                        } while(!ready && sanity);
</pre></div>
========================================================================<pre>
Summary of changes:
src/switch_core_session.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>