diff options
Diffstat (limited to 'asterisk-conf/voicemail.conf')
-rw-r--r-- | asterisk-conf/voicemail.conf | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/asterisk-conf/voicemail.conf b/asterisk-conf/voicemail.conf new file mode 100644 index 0000000..77b2202 --- /dev/null +++ b/asterisk-conf/voicemail.conf @@ -0,0 +1,52 @@ +[general] +format=wav49|gsm|wav +serveremail=asterisk@arf20.com +attach=yes +;maxmsg=100 +;maxsecs=180 +;minsecs=3 +;maxgreet=60 +skipms=3000 +maxsilence=10 +silencethreshold=128 +maxlogins=3 +;moveheard=yes +;forward_urgent_auto=no +;userscontext=default +aliasescontext=aliases +charset=UTF-8 +pbxskip=no +fromstring=ARFNET PBX +usedirectory=yes +;odbcstorage=asterisk +;odbctable=voicemessages +emaildateformat=%A, %d %B %Y at %H:%M:%S +pagerdateformat=%A, %B %d, %Y at %r +;mailcmd=/usr/sbin/sendmail -t +sendvoicemail=yes ; Allow the user to compose and send a voicemail while inside + +[zonemessages] +eastern=America/New_York|'vm-received' Q 'digits/at' IMp +central=America/Chicago|'vm-received' Q 'digits/at' IMp +central24=America/Chicago|'vm-received' q 'digits/at' H N 'hours' +military=Zulu|'vm-received' q 'digits/at' H N 'hours' 'phonetic/z_p' +european=Europe/Copenhagen|'vm-received' a d b 'digits/at' HM + +[default] +1000 => 1000,arf20,arf20@arf20.com + +[aliases] +1000 => 1000@default +1001 => 1000@default +1002 => 1000@default +1011 => 1000@default +1012 => 1000@default +1021 => 1000@default +1022 => 1000@default +1031 => 1000@default +1032 => 1000@default +1051 => 1000@default +1052 => 1000@default +1101 => 1000@default + + |