<h1>Project "FreeSWITCH Source" received a push.</h1>
<h2>branch: master updated</h2>
<pre>
via: 316548273d2446f12f2914059c8aa151d2889ef7 (commit)
from: 446cedd31ff2e33c6a1e232f76290c97cad0af0e (commit)
</pre>= COMMIT LOG ===========================================================
<div class="highlight"><pre>committer: Mathieu Parent
comments:
Sofia: use const for variable name SWITCH_R_SDP_VARIABLE
<span style="color: #000080; font-weight: bold">diff --git a/src/mod/endpoints/mod_sofia/sofia_glue.c b/src/mod/endpoints/mod_sofia/sofia_glue.c</span>
<span style="color: #000080; font-weight: bold">index 76feba8..2f626f4 100644</span>
<span style="color: #A00000">--- a/src/mod/endpoints/mod_sofia/sofia_glue.c</span>
<span style="color: #00A000">+++ b/src/mod/endpoints/mod_sofia/sofia_glue.c</span>
<span style="color: #800080; font-weight: bold">@@ -5188,7 +5188,7 @@ static int recover_callback(void *pArg, int argc, char **argv, char **columnName</span>
                tech_pvt->local_sdp_str = switch_core_session_strdup(session, tmp);
        }
<span style="color: #A00000">-        if ((tmp = switch_channel_get_variable(channel, "switch_r_sdp"))) {</span>
<span style="color: #00A000">+        if ((tmp = switch_channel_get_variable(channel, SWITCH_R_SDP_VARIABLE))) {</span>
                tech_pvt->remote_sdp_str = switch_core_session_strdup(session, tmp);
        }
</pre></div>
========================================================================<pre>
Summary of changes:
src/mod/endpoints/mod_sofia/sofia_glue.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>