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

<h2>branch: master updated</h2>
<pre>
       via: fd7bbc0b3ca806126a3665cc5341b2f6091cec5d (commit)
      from: d86388dbf7ce78ad26b754bd7e8cb38178cc7b2d (commit)


</pre>= COMMIT LOG ===========================================================
<div class="highlight"><pre>committer: Mathieu Parent
comments: 
Skinny: use IANA names for G729 codecs

<span style="color: #000080; font-weight: bold">diff --git a/src/mod/endpoints/mod_skinny/skinny_protocol.c b/src/mod/endpoints/mod_skinny/skinny_protocol.c</span>
<span style="color: #000080; font-weight: bold">index 743514d..4c09c70 100644</span>
<span style="color: #A00000">--- a/src/mod/endpoints/mod_skinny/skinny_protocol.c</span>
<span style="color: #00A000">+++ b/src/mod/endpoints/mod_skinny/skinny_protocol.c</span>
<span style="color: #800080; font-weight: bold">@@ -43,10 +43,10 @@ char* skinny_codec2string(enum skinny_codecs skinnycodec)</span>
         switch (skinnycodec) {
                 case SKINNY_CODEC_ALAW_64K:
                 case SKINNY_CODEC_ALAW_56K:
<span style="color: #A00000">-                        return &quot;ALAW&quot;;</span>
<span style="color: #00A000">+                        return &quot;PCMA&quot;;</span>
                 case SKINNY_CODEC_ULAW_64K:
                 case SKINNY_CODEC_ULAW_56K:
<span style="color: #A00000">-                        return &quot;ULAW&quot;;</span>
<span style="color: #00A000">+                        return &quot;PCMU&quot;;</span>
                 case SKINNY_CODEC_G722_64K:
                 case SKINNY_CODEC_G722_56K:
                 case SKINNY_CODEC_G722_48K:
</pre></div>
========================================================================<pre>

Summary of changes:
 src/mod/endpoints/mod_skinny/skinny_protocol.c |    4 ++--
 1 files changed, 2 insertions(+), 2 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>