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

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


</pre>= COMMIT LOG ===========================================================
<div class="highlight"><pre>committer: Anthony Minessale
comments: 
beat ray up for this one

<span style="color: #000080; font-weight: bold">diff --git a/src/mod/applications/mod_voicemail/mod_voicemail.c b/src/mod/applications/mod_voicemail/mod_voicemail.c</span>
<span style="color: #000080; font-weight: bold">index 2d98b75..5515f76 100644</span>
<span style="color: #A00000">--- a/src/mod/applications/mod_voicemail/mod_voicemail.c</span>
<span style="color: #00A000">+++ b/src/mod/applications/mod_voicemail/mod_voicemail.c</span>
<span style="color: #800080; font-weight: bold">@@ -1899,7 +1899,7 @@ static void voicemail_check_main(switch_core_session_t *session, vm_profile_t *p</span>
                                         cbt.type = play_msg_type;
                                         cbt.move = VM_MOVE_NEXT;
                                         vm_execute_sql_callback(profile, profile-&gt;mutex, sql, listen_callback, &amp;cbt);
<span style="color: #A00000">-                                        if (strcmp(cbt.uuid, uuid_in)) {</span>
<span style="color: #00A000">+                                        if (!zstr(uuid_in) &amp;&amp; strcmp(cbt.uuid, uuid_in)) {</span>
                                                 continue;
                                         }
                                         status = listen_file(session, profile, &amp;cbt);
</pre></div>
========================================================================<pre>

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