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

<h2>branch: master updated</h2>
<pre>
       via: 1932b3fe3bc8de85098eaf9b810da9d3b027d865 (commit)
      from: a382990d9f23096d04812cea6d66f6c3f3994e89 (commit)


</pre>= COMMIT LOG ===========================================================
<div class="highlight"><pre>committer: Konrad Hammel
comments: 
chlog: freetdm: ss7 - update for new licensing, will not work with old licenses                         contact Sangoma (techdesk@sangoma.com) to obtain a new license

<span style="color: #000080; font-weight: bold">diff --git a/libs/freetdm/src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cfg.c b/libs/freetdm/src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cfg.c</span>
<span style="color: #000080; font-weight: bold">index 42b95a1..15fc1ef 100644</span>
<span style="color: #A00000">--- a/libs/freetdm/src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cfg.c</span>
<span style="color: #00A000">+++ b/libs/freetdm/src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cfg.c</span>
<span style="color: #800080; font-weight: bold">@@ -80,8 +80,7 @@ int  ft_to_sngss7_cfg_all(void)</span>
 
                 /* start of by checking if the license and sig file are valid */
                 if (sng_validate_license(g_ftdm_sngss7_data.cfg.license,
<span style="color: #A00000">-                                                                 g_ftdm_sngss7_data.cfg.signature,</span>
<span style="color: #A00000">-                                                                 g_ftdm_sngss7_data.cfg.spc)) {</span>
<span style="color: #00A000">+                                                                 g_ftdm_sngss7_data.cfg.signature)) {</span>
 
                         SS7_CRITICAL(&quot;License verification failed..ending!\n&quot;);
                         return 1;
<span style="color: #000080; font-weight: bold">diff --git a/libs/freetdm/src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_logger.c b/libs/freetdm/src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_logger.c</span>
<span style="color: #000080; font-weight: bold">index 1dfcab4..f4143fc 100644</span>
<span style="color: #A00000">--- a/libs/freetdm/src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_logger.c</span>
<span style="color: #00A000">+++ b/libs/freetdm/src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_logger.c</span>
<span style="color: #800080; font-weight: bold">@@ -79,8 +79,8 @@ void handle_sng_log(uint8_t level, char *fmt,...)</span>
                 ftdm_log(FTDM_LOG_INFO, &quot;sng_ss7-&gt;%s&quot;, data);
                 break;
         /**************************************************************************/
<span style="color: #A00000">-        case SNG_LOGLEVEL_STATS:</span>
<span style="color: #A00000">-                ftdm_log(FTDM_LOG_INFO, &quot;sng_ss7-&gt;%s&quot;, data);</span>
<span style="color: #00A000">+        case SNG_LOGLEVEL_NOTICE:</span>
<span style="color: #00A000">+                ftdm_log(FTDM_LOG_NOTICE, &quot;sng_ss7-&gt;%s&quot;, data);</span>
                 break;
         /**************************************************************************/
         case SNG_LOGLEVEL_ERROR:
</pre></div>
========================================================================<pre>

Summary of changes:
 .../ftmod_sangoma_ss7/ftmod_sangoma_ss7_cfg.c      |    3 +--
 .../ftmod_sangoma_ss7/ftmod_sangoma_ss7_logger.c   |    4 ++--
 2 files changed, 3 insertions(+), 4 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>