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

<h2>branch: master updated</h2>
<pre>
  discards  ae4b2873b0e56090658953f503157166825b66bc (commit)
       via: 57b0710bacb7cc58dee4262fe0c915048e47b7bc (commit)

This update added new revisions after undoing existing revisions.  That is
to say, the old revision is not a strict subset of the new revision.  This
situation occurs when you --force push a change and generate a repository
containing something like this:

 * -- * -- B -- O -- O -- O (ae4b2873b0e56090658953f503157166825b66bc)
            \
             N -- N -- N (57b0710bacb7cc58dee4262fe0c915048e47b7bc)

When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.


</pre>= COMMIT LOG ===========================================================
<div class="highlight"><pre>committer: David Yat Sin
comments: 
freetdm: Fix for typo in print

<span style="color: #000080; font-weight: bold">diff --git a/libs/freetdm/mod_freetdm/mod_freetdm.c b/libs/freetdm/mod_freetdm/mod_freetdm.c</span>
<span style="color: #000080; font-weight: bold">index 92cf9e5..563a203 100755</span>
<span style="color: #A00000">--- a/libs/freetdm/mod_freetdm/mod_freetdm.c</span>
<span style="color: #00A000">+++ b/libs/freetdm/mod_freetdm/mod_freetdm.c</span>
<span style="color: #800080; font-weight: bold">@@ -1570,8 +1570,8 @@ ftdm_status_t ftdm_channel_from_event(ftdm_sigmsg_t *sigmsg, switch_core_session</span>
                 switch_channel_set_variable_printf(channel, &quot;sip_h_X-FreeTDM-ANI2&quot;, &quot;%s&quot;, channel_caller_data-&gt;aniII);
                 
                 switch_channel_set_variable_printf(channel, &quot;sip_h_X-FreeTDM-DNIS&quot;, &quot;%s&quot;, channel_caller_data-&gt;dnis.digits);
<span style="color: #A00000">-                switch_channel_set_variable_printf(channel, &quot;sip_h_X-FreeTDM-DNIS-TON&quot;, &quot;%s&quot;, channel_caller_data-&gt;dnis.type);</span>
<span style="color: #A00000">-                switch_channel_set_variable_printf(channel, &quot;sip_h_X-FreeTDM-DNIS-Plan&quot;, &quot;%s&quot;, channel_caller_data-&gt;dnis.plan);</span>
<span style="color: #00A000">+                switch_channel_set_variable_printf(channel, &quot;sip_h_X-FreeTDM-DNIS-TON&quot;, &quot;%d&quot;, channel_caller_data-&gt;dnis.type);</span>
<span style="color: #00A000">+                switch_channel_set_variable_printf(channel, &quot;sip_h_X-FreeTDM-DNIS-Plan&quot;, &quot;%d&quot;, channel_caller_data-&gt;dnis.plan);</span>
 
                 switch_channel_set_variable_printf(channel, &quot;sip_h_X-FreeTDM-RDNIS&quot;, &quot;%s&quot;, channel_caller_data-&gt;rdnis.digits);
                 switch_channel_set_variable_printf(channel, &quot;sip_h_X-FreeTDM-RDNIS-TON&quot;, &quot;%d&quot;, channel_caller_data-&gt;rdnis.type);
</pre></div>
========================================================================<pre>

Summary of changes:
 libs/freetdm/mod_freetdm/mod_freetdm.c             |    4 ++--
 .../ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn.c  |   11 +----------
 2 files changed, 3 insertions(+), 12 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>