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

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


</pre>= COMMIT LOG ===========================================================
<div class="highlight"><pre>committer: Anthony Minessale
comments: 
vm-skip-instructions param in xml directory to disable instructions how to record a file

<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 ef843f6..2d98b75 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">@@ -3019,6 +3019,8 @@ static switch_status_t voicemail_leave_main(switch_core_session_t *session, vm_p</span>
                                                 vm_email = switch_core_session_strdup(session, val);
                                         } else if (!strcasecmp(var, &quot;vm-notify-mailto&quot;)) {
                                                 vm_notify_email = switch_core_session_strdup(session, val);
<span style="color: #00A000">+                                        } else if (!strcasecmp(var, &quot;vm-skip-instructions&quot;)) {</span>
<span style="color: #00A000">+                                                skip_instructions = switch_true(val);</span>
                                         } else if (!strcasecmp(var, &quot;email-addr&quot;)) {
                                                 email_addr = switch_core_session_strdup(session, val);
                                         } else if (!strcasecmp(var, &quot;vm-email-all-messages&quot;) &amp;&amp; (send_main = switch_true(val))) {
</pre></div>
========================================================================<pre>

Summary of changes:
 src/mod/applications/mod_voicemail/mod_voicemail.c |    2 ++
 1 files changed, 2 insertions(+), 0 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>