<h1>Project "FreeSWITCH Source" received a push.</h1>
<h2>branch: master updated</h2>
<pre>
via: cb6f1ed61da20672600db792d3a86e051fa484c5 (commit)
from: b53a68484361c9581a26f6b090a58b0803bd412d (commit)
</pre>= COMMIT LOG ===========================================================
<div class="highlight"><pre>committer: Mathieu Rene
comments:
Fix storage class for 'cause' in user_outgoing_channel() so that each call has its very own hangup cause
<span style="color: #000080; font-weight: bold">diff --git a/src/mod/applications/mod_dptools/mod_dptools.c b/src/mod/applications/mod_dptools/mod_dptools.c</span>
<span style="color: #000080; font-weight: bold">index 9a1258a..346cdaa 100755</span>
<span style="color: #A00000">--- a/src/mod/applications/mod_dptools/mod_dptools.c</span>
<span style="color: #00A000">+++ b/src/mod/applications/mod_dptools/mod_dptools.c</span>
<span style="color: #800080; font-weight: bold">@@ -2893,7 +2893,7 @@ static switch_call_cause_t user_outgoing_channel(switch_core_session_t *session,</span>
        switch_xml_t x_domain = NULL, xml = NULL, x_user = NULL, x_group = NULL, x_param, x_params;
        char *user = NULL, *domain = NULL, *dup_domain = NULL;
        const char *dest = NULL;
<span style="color: #A00000">-        static switch_call_cause_t cause = SWITCH_CAUSE_NONE;</span>
<span style="color: #00A000">+        switch_call_cause_t cause = SWITCH_CAUSE_NONE;</span>
        unsigned int timelimit = 60;
        switch_channel_t *new_channel = NULL;
        switch_event_t *params = NULL, *var_event_orig = var_event;
</pre></div>
========================================================================<pre>
Summary of changes:
src/mod/applications/mod_dptools/mod_dptools.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>