From 7c8a43586273306af4b88ad1133cc360eefbc2e3 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 12 May 2005 19:01:04 +0000 Subject: fix asterisk -- copied a directory over, but forgot to remove the CVS/ dir. cvs doesn't like that SVN-Revision: 842 --- openwrt/package/asterisk/control/asterisk-mysql.conffiles | 1 - openwrt/package/asterisk/control/asterisk-pgsql.conffiles | 1 - openwrt/package/asterisk/control/asterisk-voicemail.conffiles | 1 - openwrt/package/asterisk/ipkg/asterisk-codec-speex.control | 7 +++++++ openwrt/package/asterisk/ipkg/asterisk-mysql.conffiles | 1 + openwrt/package/asterisk/ipkg/asterisk-mysql.control | 7 +++++++ openwrt/package/asterisk/ipkg/asterisk-pgsql.conffiles | 1 + openwrt/package/asterisk/ipkg/asterisk-pgsql.control | 7 +++++++ openwrt/package/asterisk/ipkg/asterisk-sounds.control | 7 +++++++ openwrt/package/asterisk/ipkg/asterisk-voicemail.conffiles | 1 + openwrt/package/asterisk/ipkg/asterisk-voicemail.control | 7 +++++++ openwrt/package/asterisk/ipkg/asterisk.control | 6 ++++++ 12 files changed, 44 insertions(+), 3 deletions(-) delete mode 100644 openwrt/package/asterisk/control/asterisk-mysql.conffiles delete mode 100644 openwrt/package/asterisk/control/asterisk-pgsql.conffiles delete mode 100644 openwrt/package/asterisk/control/asterisk-voicemail.conffiles create mode 100644 openwrt/package/asterisk/ipkg/asterisk-codec-speex.control create mode 100644 openwrt/package/asterisk/ipkg/asterisk-mysql.conffiles create mode 100644 openwrt/package/asterisk/ipkg/asterisk-mysql.control create mode 100644 openwrt/package/asterisk/ipkg/asterisk-pgsql.conffiles create mode 100644 openwrt/package/asterisk/ipkg/asterisk-pgsql.control create mode 100644 openwrt/package/asterisk/ipkg/asterisk-sounds.control create mode 100644 openwrt/package/asterisk/ipkg/asterisk-voicemail.conffiles create mode 100644 openwrt/package/asterisk/ipkg/asterisk-voicemail.control create mode 100644 openwrt/package/asterisk/ipkg/asterisk.control (limited to 'openwrt') diff --git a/openwrt/package/asterisk/control/asterisk-mysql.conffiles b/openwrt/package/asterisk/control/asterisk-mysql.conffiles deleted file mode 100644 index 2ff3491..0000000 --- a/openwrt/package/asterisk/control/asterisk-mysql.conffiles +++ /dev/null @@ -1 +0,0 @@ -/etc/asterisk/cdr_mysql.conf diff --git a/openwrt/package/asterisk/control/asterisk-pgsql.conffiles b/openwrt/package/asterisk/control/asterisk-pgsql.conffiles deleted file mode 100644 index 8b5cffe..0000000 --- a/openwrt/package/asterisk/control/asterisk-pgsql.conffiles +++ /dev/null @@ -1 +0,0 @@ -/etc/asterisk/cdr_pgsql.conf diff --git a/openwrt/package/asterisk/control/asterisk-voicemail.conffiles b/openwrt/package/asterisk/control/asterisk-voicemail.conffiles deleted file mode 100644 index 1c80f05..0000000 --- a/openwrt/package/asterisk/control/asterisk-voicemail.conffiles +++ /dev/null @@ -1 +0,0 @@ -/etc/asterisk/voicemail.conf diff --git a/openwrt/package/asterisk/ipkg/asterisk-codec-speex.control b/openwrt/package/asterisk/ipkg/asterisk-codec-speex.control new file mode 100644 index 0000000..24ef1c7 --- /dev/null +++ b/openwrt/package/asterisk/ipkg/asterisk-codec-speex.control @@ -0,0 +1,7 @@ +Package: asterisk-codec-speex +Priority: optional +Section: net +Maintainer: Felix Fietkau +Source: buildroot internal +Description: a Speex/PCM16 Codec Translator for Asterisk +Depends: asterisk, libspeex diff --git a/openwrt/package/asterisk/ipkg/asterisk-mysql.conffiles b/openwrt/package/asterisk/ipkg/asterisk-mysql.conffiles new file mode 100644 index 0000000..2ff3491 --- /dev/null +++ b/openwrt/package/asterisk/ipkg/asterisk-mysql.conffiles @@ -0,0 +1 @@ +/etc/asterisk/cdr_mysql.conf diff --git a/openwrt/package/asterisk/ipkg/asterisk-mysql.control b/openwrt/package/asterisk/ipkg/asterisk-mysql.control new file mode 100644 index 0000000..0eaa471 --- /dev/null +++ b/openwrt/package/asterisk/ipkg/asterisk-mysql.control @@ -0,0 +1,7 @@ +Package: asterisk-mysql +Priority: optional +Section: net +Maintainer: Felix Fietkau +Source: buildroot internal +Description: MySQL modules for Asterisk +Depends: asterisk, libmysqlclient, zlib diff --git a/openwrt/package/asterisk/ipkg/asterisk-pgsql.conffiles b/openwrt/package/asterisk/ipkg/asterisk-pgsql.conffiles new file mode 100644 index 0000000..8b5cffe --- /dev/null +++ b/openwrt/package/asterisk/ipkg/asterisk-pgsql.conffiles @@ -0,0 +1 @@ +/etc/asterisk/cdr_pgsql.conf diff --git a/openwrt/package/asterisk/ipkg/asterisk-pgsql.control b/openwrt/package/asterisk/ipkg/asterisk-pgsql.control new file mode 100644 index 0000000..907d30a --- /dev/null +++ b/openwrt/package/asterisk/ipkg/asterisk-pgsql.control @@ -0,0 +1,7 @@ +Package: asterisk-pgsql +Priority: optional +Section: net +Maintainer: Felix Fietkau +Source: buildroot internal +Description: PostgreSQL modules for Asterisk +Depends: asterisk, libpq, zlib diff --git a/openwrt/package/asterisk/ipkg/asterisk-sounds.control b/openwrt/package/asterisk/ipkg/asterisk-sounds.control new file mode 100644 index 0000000..e297e58 --- /dev/null +++ b/openwrt/package/asterisk/ipkg/asterisk-sounds.control @@ -0,0 +1,7 @@ +Package: asterisk-sounds +Priority: optional +Section: net +Maintainer: Felix Fietkau +Source: buildroot internal +Description: a sounds collection for Asterisk +Depends: asterisk diff --git a/openwrt/package/asterisk/ipkg/asterisk-voicemail.conffiles b/openwrt/package/asterisk/ipkg/asterisk-voicemail.conffiles new file mode 100644 index 0000000..1c80f05 --- /dev/null +++ b/openwrt/package/asterisk/ipkg/asterisk-voicemail.conffiles @@ -0,0 +1 @@ +/etc/asterisk/voicemail.conf diff --git a/openwrt/package/asterisk/ipkg/asterisk-voicemail.control b/openwrt/package/asterisk/ipkg/asterisk-voicemail.control new file mode 100644 index 0000000..7614e89 --- /dev/null +++ b/openwrt/package/asterisk/ipkg/asterisk-voicemail.control @@ -0,0 +1,7 @@ +Package: asterisk-voicemail +Priority: optional +Section: net +Maintainer: Felix Fietkau +Source: buildroot internal +Description: VoiceMail related modules for Asterisk +Depends: asterisk diff --git a/openwrt/package/asterisk/ipkg/asterisk.control b/openwrt/package/asterisk/ipkg/asterisk.control new file mode 100644 index 0000000..ac2bf39 --- /dev/null +++ b/openwrt/package/asterisk/ipkg/asterisk.control @@ -0,0 +1,6 @@ +Package: asterisk +Priority: optional +Section: net +Maintainer: Felix Fietkau +Source: buildroot internal +Description: An open source PBX -- cgit v1.1