]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Added support for all slin formats to app_originate
authorMatthew Jordan <mjordan@digium.com>
Wed, 14 Dec 2011 22:34:51 +0000 (22:34 +0000)
committerMatthew Jordan <mjordan@digium.com>
Wed, 14 Dec 2011 22:34:51 +0000 (22:34 +0000)
commita3ac30d14c28b1e78f5a1ddd0a69e154992f2e95
tree8fd93889bb9f3701e02aa476439d8836dfc69df5
parentd4345a06839f53e22f91a6e3b8b2925840046fd7
Added support for all slin formats to app_originate

Previously, app_originate could not originate a call into a non-8kHz conference
bridge as the formats for non-8kHz slin codecs were not applied to the created
channel.  This patch adds all of the formats by default, such that if a created
channel has a codec that supports a higher sampling rate, a translation path
can be built between it and other channels.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@348265 65c4cc65-6c06-0410-ace0-fbb531ad65f3
apps/app_originate.c