<h1>Project "FreeSWITCH Source" received a push.</h1>
<h2>branch: master updated</h2>
<pre>
via: 9a7dbfbafed9dc5a9347021c56fa4ada3e182a9f (commit)
from: f398dc1f3a0d387837572f76810ec22b484955fb (commit)
</pre>= COMMIT LOG ===========================================================
<div class="highlight"><pre>committer: Anthony Minessale
comments:
revert
<span style="color: #000080; font-weight: bold">diff --git a/src/switch_core_io.c b/src/switch_core_io.c</span>
<span style="color: #000080; font-weight: bold">index d79c550..4e1c707 100644</span>
<span style="color: #A00000">--- a/src/switch_core_io.c</span>
<span style="color: #00A000">+++ b/src/switch_core_io.c</span>
<span style="color: #800080; font-weight: bold">@@ -360,12 +360,10 @@ SWITCH_DECLARE(switch_status_t) switch_core_session_read_frame(switch_core_sessi</span>
                                        }
                                
                                        if (session->plc) {
<span style="color: #A00000">-                                                if (switch_test_flag(read_frame, SFF_PLC) || 1) {</span>
<span style="color: #00A000">+                                                if (switch_test_flag(read_frame, SFF_PLC)) {</span>
                                                        plc_fillin(session->plc, session->raw_read_frame.data, session->raw_read_frame.datalen / 2);
                                                        switch_clear_flag(read_frame, SFF_PLC);
<span style="color: #A00000">-                                                        printf("SHIT %d %s\n", switch_test_flag(read_frame, SFF_CNG), switch_core_session_get_name(session));</span>
                                                } else {
<span style="color: #A00000">-                                                        printf("ASS\n");</span>
                                                        plc_rx(session->plc, session->raw_read_frame.data, session->raw_read_frame.datalen / 2);
                                                }
                                        }
<span style="color: #000080; font-weight: bold">diff --git a/src/switch_ivr_bridge.c b/src/switch_ivr_bridge.c</span>
<span style="color: #000080; font-weight: bold">index 61ddc9e..88c72bf 100644</span>
<span style="color: #A00000">--- a/src/switch_ivr_bridge.c</span>
<span style="color: #00A000">+++ b/src/switch_ivr_bridge.c</span>
<span style="color: #800080; font-weight: bold">@@ -477,7 +477,6 @@ static void *audio_bridge_thread(switch_thread_t *thread, void *obj)</span>
                if (SWITCH_READ_ACCEPTABLE(status)) {
                        read_frame_count++;
                        if (switch_test_flag(read_frame, SFF_CNG)) {
<span style="color: #A00000">-                                printf("FUCK YOU %s\n", switch_channel_get_name(chan_a));</span>
                                if (silence_val) {
                                        switch_generate_sln_silence((int16_t *) silence_frame.data, silence_frame.samples, silence_val);
                                        read_frame = &silence_frame;
</pre></div>
========================================================================<pre>
Summary of changes:
src/switch_core_io.c | 4 +---
src/switch_ivr_bridge.c | 1 -
2 files changed, 1 insertions(+), 4 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>