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

<h2>branch: master updated</h2>
<pre>
       via: a23b335b507568c0dc4a1005675a7fcbdf21ad9d (commit)
      from: 91a5e77650bcbb6c89439849c68eb2c47da523fc (commit)


</pre>= COMMIT LOG ===========================================================
<div class="highlight"><pre>committer: Anthony Minessale
comments: 
FS-3078 see wrapper function that should do the same thing this is called at the time when the sdp is created so if it still doesn&#39;t work it would suggest that you have this variable set passing in from the other leg in which case you need to set it explicitly because the mode of the inbound leg prevails over the profile default

<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 b2185a2..34ff243 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">@@ -826,6 +826,8 @@ void sofia_glue_attach_private(switch_core_session_t *session, sofia_profile_t *</span>
                 tech_pvt-&gt;recv_te = tech_pvt-&gt;te = profile-&gt;te;
         }
 
<span style="color: #00A000">+        sofia_glue_check_dtmf_type(tech_pvt);</span>
<span style="color: #00A000">+</span>
         if (!sofia_test_pflag(tech_pvt-&gt;profile, PFLAG_SUPPRESS_CNG)) {
                 if (tech_pvt-&gt;bcng_pt) {
                         tech_pvt-&gt;cng_pt = tech_pvt-&gt;bcng_pt;
</pre></div>
========================================================================<pre>

Summary of changes:
 src/mod/endpoints/mod_sofia/sofia_glue.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>