diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-06-03 06:39:21 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-06-03 06:39:21 +0000 |
commit | 9888d63ca2af39216808f5000fa4c9fea24fa901 (patch) | |
tree | bcff6ddad28aca8cda1ae67d4e9ed683f74f273b /openwrt/package/asterisk/ipkg | |
parent | d316bf3bfde447bfc6696b9bd85da270c68f3155 (diff) | |
download | mtk-20170518-9888d63ca2af39216808f5000fa4c9fea24fa901.zip mtk-20170518-9888d63ca2af39216808f5000fa4c9fea24fa901.tar.gz mtk-20170518-9888d63ca2af39216808f5000fa4c9fea24fa901.tar.bz2 |
Add pbx_dundi patch (thanks Greg Boehnlein). Move "not recommended" codecs into subpackages.
SVN-Revision: 1138
Diffstat (limited to 'openwrt/package/asterisk/ipkg')
4 files changed, 22 insertions, 0 deletions
diff --git a/openwrt/package/asterisk/ipkg/asterisk-codec-ilbc.control b/openwrt/package/asterisk/ipkg/asterisk-codec-ilbc.control new file mode 100644 index 0000000..cc0dd61 --- /dev/null +++ b/openwrt/package/asterisk/ipkg/asterisk-codec-ilbc.control @@ -0,0 +1,7 @@ +Package: asterisk-codec-ilbc +Priority: optional +Section: net +Maintainer: Felix Fietkau <nbd@vd-s.ath.cx> +Source: buildroot internal +Description: an Internet Low Bitrate Codec (ILBC) Translator for Asterisk +Depends: asterisk diff --git a/openwrt/package/asterisk/ipkg/asterisk-codec-lpc10.control b/openwrt/package/asterisk/ipkg/asterisk-codec-lpc10.control new file mode 100644 index 0000000..fa7146e --- /dev/null +++ b/openwrt/package/asterisk/ipkg/asterisk-codec-lpc10.control @@ -0,0 +1,7 @@ +Package: asterisk-codec-lpc10 +Priority: optional +Section: net +Maintainer: Felix Fietkau <nbd@vd-s.ath.cx> +Source: buildroot internal +Description: an LPC10 (Linear Predictor Code) 2.4kbps Voice Coder for Asterisk +Depends: asterisk diff --git a/openwrt/package/asterisk/ipkg/asterisk-pbx-dundi.conffiles b/openwrt/package/asterisk/ipkg/asterisk-pbx-dundi.conffiles new file mode 100644 index 0000000..ab116b5 --- /dev/null +++ b/openwrt/package/asterisk/ipkg/asterisk-pbx-dundi.conffiles @@ -0,0 +1 @@ +/etc/asterisk/dundi.conf diff --git a/openwrt/package/asterisk/ipkg/asterisk-pbx-dundi.control b/openwrt/package/asterisk/ipkg/asterisk-pbx-dundi.control new file mode 100644 index 0000000..1575b29 --- /dev/null +++ b/openwrt/package/asterisk/ipkg/asterisk-pbx-dundi.control @@ -0,0 +1,7 @@ +Package: asterisk-pbx-dundi +Priority: optional +Section: net +Maintainer: Felix Fietkau <nbd@vd-s.ath.cx> +Source: buildroot internal +Description: Distributed Universal Number Discovery (DUNDi) support for Asterisk +Depends: asterisk |