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

<h2>branch: master updated</h2>
<pre>
       via: 22b3d34d559635485054e8d4b3f0d7cc28e0abec (commit)
      from: b8531ea8730364d520b719f339baf61b8117aa3c (commit)


</pre>= COMMIT LOG ===========================================================
<div class="highlight"><pre>committer: Anthony Minessale
comments: 
tweak agc

<span style="color: #000080; font-weight: bold">diff --git a/src/mod/applications/mod_conference/mod_conference.c b/src/mod/applications/mod_conference/mod_conference.c</span>
<span style="color: #000080; font-weight: bold">index 8c9530a..8ef72a4 100644</span>
<span style="color: #A00000">--- a/src/mod/applications/mod_conference/mod_conference.c</span>
<span style="color: #00A000">+++ b/src/mod/applications/mod_conference/mod_conference.c</span>
<span style="color: #800080; font-weight: bold">@@ -6390,16 +6390,30 @@ static conference_obj_t *conference_new(char *name, conf_xml_cfg_t cfg, switch_c</span>
 
         if (!zstr(auto_gain_level)) {
                 int level = 0;
<span style="color: #00A000">+                int energy_level = 100;</span>
 
                 if (switch_true(auto_gain_level)) {
<span style="color: #A00000">-                        level = 2000;</span>
<span style="color: #00A000">+                        level = 650;</span>
                 } else {
<span style="color: #00A000">+                        char *p;</span>
<span style="color: #00A000">+                        int tmp = 0;</span>
<span style="color: #00A000">+</span>
                         level = atoi(auto_gain_level);
<span style="color: #00A000">+                        if ((p = strchr(auto_gain_level, &#39;:&#39;))) {</span>
<span style="color: #00A000">+                                p++;</span>
<span style="color: #00A000">+                                if (p) tmp = atoi(p);</span>
<span style="color: #00A000">+                                if (tmp &gt; 0) {</span>
<span style="color: #00A000">+                                        energy_level = tmp;</span>
<span style="color: #00A000">+                                }</span>
<span style="color: #00A000">+                        }</span>
                 }
 
                 if (level &gt; 0 &amp;&amp; level &gt; conference-&gt;energy_level) {
                         conference-&gt;agc_level = level;
                 }
<span style="color: #00A000">+</span>
<span style="color: #00A000">+                conference-&gt;agc_energy_level = energy_level;</span>
<span style="color: #00A000">+                </span>
         }
 
         if (!zstr(maxmember_sound)) {
</pre></div>
========================================================================<pre>

Summary of changes:
 .../applications/mod_conference/mod_conference.c   |   16 +++++++++++++++-
 1 files changed, 15 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>