diff options
author | Florian Fainelli <florian@openwrt.org> | 2006-03-22 10:46:56 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2006-03-22 10:46:56 +0000 |
commit | d1c034d8ab9da5e45f34f9964e1b70e4f2b4e703 (patch) | |
tree | 5c703a747d3eb90e36d10b1a6491ce8d4a4215e3 /openwrt/package/asterisk/ipkg | |
parent | 656470c08e82d80423b7cd0fd42af103727a01f5 (diff) | |
download | mtk-20170518-d1c034d8ab9da5e45f34f9964e1b70e4f2b4e703.zip mtk-20170518-d1c034d8ab9da5e45f34f9964e1b70e4f2b4e703.tar.gz mtk-20170518-d1c034d8ab9da5e45f34f9964e1b70e4f2b4e703.tar.bz2 |
Add chan_h323 support for asterisk, closes #122
SVN-Revision: 3447
Diffstat (limited to 'openwrt/package/asterisk/ipkg')
-rw-r--r-- | openwrt/package/asterisk/ipkg/asterisk-chan-h323.conffiles | 1 | ||||
-rw-r--r-- | openwrt/package/asterisk/ipkg/asterisk-chan-h323.control | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/openwrt/package/asterisk/ipkg/asterisk-chan-h323.conffiles b/openwrt/package/asterisk/ipkg/asterisk-chan-h323.conffiles new file mode 100644 index 0000000..fc0858a --- /dev/null +++ b/openwrt/package/asterisk/ipkg/asterisk-chan-h323.conffiles @@ -0,0 +1 @@ +/etc/asterisk/h323.conf diff --git a/openwrt/package/asterisk/ipkg/asterisk-chan-h323.control b/openwrt/package/asterisk/ipkg/asterisk-chan-h323.control new file mode 100644 index 0000000..55af6f1 --- /dev/null +++ b/openwrt/package/asterisk/ipkg/asterisk-chan-h323.control @@ -0,0 +1,5 @@ +Package: asterisk-chan-h323 +Priority: optional +Section: net +Description: H.323 support for Asterisk +Depends: asterisk, openh323 |