[Pkg-voip-commits] [asterisk] 01/01: provide a usable sounds/priv-callerintros
tzafrir at debian.org
tzafrir at debian.org
Sun Jun 19 15:48:31 UTC 2016
This is an automated email from the git hooks/post-receive script.
tzafrir pushed a commit to branch master
in repository asterisk.
commit 57f65afcfe1565b7a863f996cde3ee5430551284
Author: Tzafrir Cohen <tzafrir at debian.org>
Date: Sun Jun 19 18:28:47 2016 +0300
provide a usable sounds/priv-callerintros
The call-screening feature ontionally allows recording sounds under
sounds/priv-callerintros (the option P of dial). This requires writing
files under the sounds directory, which should be read-only in Debian.
Symlink that directory to under /var/lib/asterisk .
See upstream bug https://issues.asterisk.org/jira/browse/ASTERISK-26123
---
debian/asterisk.dirs | 1 +
debian/asterisk.links | 1 +
2 files changed, 2 insertions(+)
diff --git a/debian/asterisk.dirs b/debian/asterisk.dirs
index 173d297..fd29578 100644
--- a/debian/asterisk.dirs
+++ b/debian/asterisk.dirs
@@ -10,6 +10,7 @@ usr/share/asterisk/agi-bin
var/lib/asterisk/moh
var/lib/asterisk/sounds/custom
+var/lib/asterisk/priv-callerintros
var/log/asterisk/cdr-csv
var/log/asterisk/cdr-custom
var/spool/asterisk/dictate
diff --git a/debian/asterisk.links b/debian/asterisk.links
index a613890..d0ae099 100644
--- a/debian/asterisk.links
+++ b/debian/asterisk.links
@@ -1,3 +1,4 @@
usr/share/man/man8/asterisk.8 usr/share/man/man8/rasterisk.8
usr/local/share/asterisk/sounds usr/share/asterisk/sounds/custom
var/lib/asterisk/sounds/custom usr/share/asterisk/sounds/recordings
+var/lib/asterisk/priv-callerintros usr/share/asterisk/sounds/priv-callerintros
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/asterisk.git
More information about the Pkg-voip-commits
mailing list