Merged revisions 43650 via svnmerge from
authorJason Parker <jparker@digium.com>
Tue, 26 Sep 2006 15:35:37 +0000 (15:35 +0000)
committerJason Parker <jparker@digium.com>
Tue, 26 Sep 2006 15:35:37 +0000 (15:35 +0000)
commit8b42bb0f3a20198ad94d97cd66c47b95d24cc894
treec9c31e967e6eab5cc68b18c474fb3c00a6d951ab
parent5a15d3ed5a4c97b91442b0703e09a30c9865d049
Merged revisions 43650 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r43650 | qwell | 2006-09-26 08:33:47 -0700 (Tue, 26 Sep 2006) | 11 lines

Add proper codec support to chan_skinny.  Works with at least ulaw, alaw, and g729a.

This is technically a "new feature", but there are justifications for it.

I found a bug with the recent rtp packetization changes, which caused the media setup to
fail under certain circumstances, particularly when using allow=all, or having no allow=
statements (globally or on the device).

I could have either removed the rtp packetization features, or I could add proper codec
support (which, without, I think most people would consider to be a bug anyways).

........

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43651 65c4cc65-6c06-0410-ace0-fbb531ad65f3
channels/chan_skinny.c