summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorJonathan Rose <jrose@digium.com>2011-12-16 22:00:37 +0000
committerJonathan Rose <jrose@digium.com>2011-12-16 22:00:37 +0000
commit1b0741c7db397114602da1e422125ad51d598b5c (patch)
tree99d387ec8549906e7d82fa87eaed6e1a4ec9ec73 /configs
parente71bad495894ec9dc8d041b9b4bbca75d35cf1a3 (diff)
Voicemail with the saycid option will now play a caller's name based on cid if available.
In order to check the availability of the caller's name, app_voicemail will check for an audio file in <astspooldir>/recordings/callerids/ This change sets a precedent for where to put recordings of names. Currently the idea is that recordings here could also be used for applications like confbridge and meetme to find recorded names in this folder from callerid (when another recording isn't available) (closes issue ASTERISK-18565) Reporter: Russell Brown Patches: r uploaded by Russel Brown (license 6182) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@348416 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs')
-rw-r--r--configs/voicemail.conf.sample5
1 files changed, 4 insertions, 1 deletions
diff --git a/configs/voicemail.conf.sample b/configs/voicemail.conf.sample
index 318f682b7..c2cbdf2e3 100644
--- a/configs/voicemail.conf.sample
+++ b/configs/voicemail.conf.sample
@@ -224,7 +224,10 @@ pagerdateformat=%A, %B %d, %Y at %r
; Useful if Windows users want wav49, but Linux users want gsm.
; [per-mailbox only]
; saycid=yes ; Say the caller id information before the message. If not described,
- ; or set to no, it will be in the envelope
+ ; or set to no, it will be in the envelope. When enabled, if a recorded file
+ ; with the same name as the caller id exists in
+ ; <astspooldir>/recordings/callerids, then that file will be played as a name
+ ; rather than saying each digit as a phone number.
; cidinternalcontexts=intern ; Internal Context for Name Playback instead of
; extension digits when saying caller id.
; sayduration=no ; Turn on/off the duration information before the message. [ON by default]