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

<h2>branch: master updated</h2>
<pre>
       via: 8037b69f40413784631c59942b5d4fc856cff845 (commit)
      from: 67edc7c3215f6476452f3ff7ee82ba559c39656f (commit)


</pre>= COMMIT LOG ===========================================================
<div class="highlight"><pre>committer: Christopher Rienzo
comments: 
FS-3043 break during mod_unimrcp can hang session

<span style="color: #000080; font-weight: bold">diff --git a/src/mod/asr_tts/mod_unimrcp/mod_unimrcp.c b/src/mod/asr_tts/mod_unimrcp/mod_unimrcp.c</span>
<span style="color: #000080; font-weight: bold">index 734ef21..d5bac5f 100644</span>
<span style="color: #A00000">--- a/src/mod/asr_tts/mod_unimrcp/mod_unimrcp.c</span>
<span style="color: #00A000">+++ b/src/mod/asr_tts/mod_unimrcp/mod_unimrcp.c</span>
<span style="color: #800080; font-weight: bold">@@ -1363,7 +1363,7 @@ static switch_status_t speech_channel_stop(speech_channel_t *schannel)</span>
                 }
                 switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, &quot;(%s) %s stopped\n&quot;, schannel-&gt;name, speech_channel_type_to_string(schannel-&gt;type));
         } else if (schannel-&gt;state == SPEECH_CHANNEL_DONE) {
<span style="color: #A00000">-                speech_channel_set_state(schannel, SPEECH_CHANNEL_READY);</span>
<span style="color: #00A000">+                speech_channel_set_state_unlocked(schannel, SPEECH_CHANNEL_READY);</span>
         }
 
   done:
</pre></div>
========================================================================<pre>

Summary of changes:
 src/mod/asr_tts/mod_unimrcp/mod_unimrcp.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>