aboutsummaryrefslogtreecommitdiffstats
path: root/configs/voicemail.conf.sample
AgeCommit message (Collapse)AuthorFilesLines
2010-07-14Update documentation for voicemail.conf externpass option.lmadsen1-1/+2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@276267 f38db490-d61c-443f-a65b-d21fe96a405b
2010-06-15Move information about zonemessages into the [zonemessages] section.lmadsen1-33/+32
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@270442 f38db490-d61c-443f-a65b-d21fe96a405b
2010-06-05Rest In Peacetilghman1-1/+1
http://www.outandaboutnewspaper.com/article/4061 git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@268320 f38db490-d61c-443f-a65b-d21fe96a405b
2009-04-03Distinguish in a sent email between simple sends and forwards.tilghman1-0/+9
(closes issue #11678) Reported by: jamessan Patches: 20090330__bug11678.diff.txt uploaded by tilghman (license 14) Tested by: tilghman, lmadsen git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@186415 f38db490-d61c-443f-a65b-d21fe96a405b
2009-03-24Additionally note that the operator option needs an 'o' extension.tilghman1-2/+4
(Related to issue #14731) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@183913 f38db490-d61c-443f-a65b-d21fe96a405b
2009-03-05Fix broken mailbox parsing when searchcontexts option is enabled.mmichelson1-0/+3
When using the searchcontexts option in voicemail.conf, the code made the assumption that all mailbox names defined were unique across all contexts. However, the code did nothing to actually enforce this assumption, nor did it do anything to alert a user that he may have created an ambiguity in his voicemail.conf file by defining the same mailbox name in multiple contexts. With this change, we now will issue a nice long warning if searchcontexts is on and we encounter the same mailbox name in multiple contexts and ignore any duplicates after the first box. Whether searchcontexts is enabled or not, if we come across a duplicate mailbox in the same context, then we will issue a warning and ignore the duplicated mailbox. I have also added a small note to voicemail.conf.sample in the explanation for searchcontexts explaining that you cannot define the same mailbox in multiple contexts if you have enabled the option. (closes issue #14599) Reported by: lmadsen Patches: 14599.patch uploaded by mmichelson (license 60) (with slight modification) Tested by: lmadsen git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@180380 f38db490-d61c-443f-a65b-d21fe96a405b
2008-11-06The documentation listed the ability to set 'maxmsg' permmichelson1-2/+0
context. The truth is that you can only set this in the general section or per mailbox. Thus I am updating the sample config file to be more accurate. Thanks to sasargen on IRC for bringing up this issue. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@155011 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-14Document exitcontext in app_voicemail sample configqwell1-0/+2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@116409 f38db490-d61c-443f-a65b-d21fe96a405b
2007-11-27Add a note to the sample voicemail config noting that when using IMAP storage,russell1-1/+2
only the first format specified will be attached to the message. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@89634 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-06Clarify the documentation of the dialout and sendvoicemail options.russell1-5/+6
(issue #9000, caio1982 and serge-v) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@58119 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-12Update documentation to state that you shouldn't use realtime static with ↵qwell1-1/+2
voicemail.conf git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@50647 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-04Add documentation to voicemail.conf.sample for ODBC storage.qwell1-0/+6
Issue 8499 - patch by blitzrage. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48230 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-16merge markster's usersconf branch with some slight changeskpfleming1-1/+6
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43052 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-11Merged revisions 42716 via svnmerge from tilghman1-5/+5
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r42716 | tilghman | 2006-09-11 11:39:06 -0500 (Mon, 11 Sep 2006) | 2 lines Spelling/grammar fixes (Issue 7929) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@42717 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-11Merged revisions 42697 via svnmerge from tilghman1-2/+2
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r42697 | tilghman | 2006-09-11 09:40:13 -0500 (Mon, 11 Sep 2006) | 2 lines Two grammar issues (bug 7927) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@42698 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-08Clarify volgain option a bit, it needs sox to work.file1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@39333 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-08Bug 6237 - add volgain parameter, such that voicemail messages may be ↵tilghman1-0/+3
amplified after recording git-svn-id: http://svn.digium.com/svn/asterisk/trunk@39332 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-30fix various typos and other bits (from Ian Kinner)kpfleming1-9/+11
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@30800 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-05add support for having the user reminded that their temporary greetingrussell1-1/+1
is still set (issue #6120, khaefner) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25057 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-15Allow the attachment format to be specified differently for different ↵file1-0/+5
mailboxes (issue #6961 reported by the ever fabulous Corydon76) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@20357 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-06Formatting fixesoej1-3/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@17864 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-10Add smdi support for asterisk (see doc/smdi.txt for config info) (#5945)mattf1-5/+11
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9423 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-09- Adding example on using european time zones in voicemail.conf oej1-5/+7
- Moving the timezone section to below the documentation section Example written and contributed by Henrik Olsen, Astricon Training student. Thanks! git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9292 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-12Merged revisions 7999 via svnmerge fromtilghman1-0/+1
/branches/1.2 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8000 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-02Merged revisions 7265-7266,7268-7275 via svnmerge from kpfleming1-0/+3
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r7265 | oej | 2005-12-01 17:18:14 -0600 (Thu, 01 Dec 2005) | 2 lines Changing bug report address to the Asterisk issue tracker ........ r7266 | kpfleming | 2005-12-01 17:18:29 -0600 (Thu, 01 Dec 2005) | 3 lines Makefile 'update' target now supports updating from Subversion repositories (issue #5875) remove support for 'patches' subdirectory, it's no longer useful ........ r7268 | kpfleming | 2005-12-01 17:34:58 -0600 (Thu, 01 Dec 2005) | 2 lines ensure channel's scheduling context is freed (issue #5788) ........ r7269 | kpfleming | 2005-12-01 17:49:44 -0600 (Thu, 01 Dec 2005) | 2 lines don't block waiting for the Festival server forever when it goes away (issue #5882) ........ r7270 | kpfleming | 2005-12-01 18:26:12 -0600 (Thu, 01 Dec 2005) | 2 lines allow variables to exist on both 'halves' of the Local channel (issue #5810) ........ r7271 | kpfleming | 2005-12-01 18:28:48 -0600 (Thu, 01 Dec 2005) | 2 lines protect agent_bridgedchannel() from segfaulting when there is no bridged channel (issue #5879) ........ r7272 | kpfleming | 2005-12-01 18:39:00 -0600 (Thu, 01 Dec 2005) | 3 lines properly handle password changes when mailbox is last line of config file and not followed by a newline (issue #5870) reformat password changing code to conform to coding guidelines (issue #5870) ........ r7273 | kpfleming | 2005-12-01 18:42:40 -0600 (Thu, 01 Dec 2005) | 2 lines allow previous context-searching behavior to be used if desired (issue #5899) ........ r7274 | kpfleming | 2005-12-01 18:51:15 -0600 (Thu, 01 Dec 2005) | 2 lines inherit channel variables into channels created by Page() application (issue #5888) ........ r7275 | oej | 2005-12-01 18:52:13 -0600 (Thu, 01 Dec 2005) | 2 lines Bug #5907. Improve SIP INFO DTMF debugging output. (1.2 & Trunk) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7276 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 ↵kpfleming1-0/+0
f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-23issue #5828russell1-0/+7
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7192 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-11issue #5689kpfleming1-0/+14
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7059 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-04make sample config files easier to ready (issue #5371)kpfleming1-20/+27
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6720 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-01clarify option description (issue #5351)russell1-1/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6705 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-22make pager messages configurable (issue #4829)kpfleming1-5/+8
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6361 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-12support a configurable number of mailboxes per folder (bug #4229)kpfleming1-1/+7
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6099 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-12support military-style time announcing ('hundred' instead of 'o-clock') (bug ↵kpfleming1-2/+4
#4605) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6098 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-07allow user-configurable date formats in voicemail message body (bug #4554)kpfleming1-0/+6
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6050 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-06re-implement realtime support in app_directorykpfleming1-1/+3
add support for hiding entries from app_directory using new hidefromdir= option (bug #3950) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5429 f38db490-d61c-443f-a65b-d21fe96a405b
2005-01-20Fix some typos in the voicemail config (bug #3384)markster1-2/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4852 f38db490-d61c-443f-a65b-d21fe96a405b
2005-01-20Fix small typo (bug #3382)markster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4847 f38db490-d61c-443f-a65b-d21fe96a405b
2005-01-20Add extra variables to voicemail (bug #3382)markster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4846 f38db490-d61c-443f-a65b-d21fe96a405b
2004-11-19Add option to use directory for forward/compose (bug #2025)markster1-0/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4294 f38db490-d61c-443f-a65b-d21fe96a405b
2004-10-30Add voicemail to say # of minutes remaining (bug #2302)markster1-1/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4130 f38db490-d61c-443f-a65b-d21fe96a405b
2004-10-09fix voicemail account setup (bug #2077)russell1-1/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3961 f38db490-d61c-443f-a65b-d21fe96a405b
2004-10-02Implement voicemail force account setup (bug #2077)markster1-1/+8
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3880 f38db490-d61c-443f-a65b-d21fe96a405b
2004-09-15Make ADSI in voicemail configurable (bug #2209)markster1-0/+6
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3788 f38db490-d61c-443f-a65b-d21fe96a405b
2004-09-06Allow "-" in password to make it unchangable (bug #2386)markster1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3729 f38db490-d61c-443f-a65b-d21fe96a405b
2004-09-03Allow external program to be used to change password (bug #2357)markster1-0/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3717 f38db490-d61c-443f-a65b-d21fe96a405b
2004-08-16Merge MOG's first serious patch (new message patch) (bug #2071)markster1-0/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3612 f38db490-d61c-443f-a65b-d21fe96a405b
2004-08-06Fix pager voicemail notification from string (bug #2142), MOG's first patch!markster1-0/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3585 f38db490-d61c-443f-a65b-d21fe96a405b
2004-07-17Update documentaion to be clearermarkster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3462 f38db490-d61c-443f-a65b-d21fe96a405b
2004-07-09Add "skipaftercmd" option to voicemail to move to the next message ↵markster1-0/+2
automatically (bug #1984) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3407 f38db490-d61c-443f-a65b-d21fe96a405b
2004-06-23Merge Tilghman's voicemail broadcast improvements (thanks!)markster1-2/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3287 f38db490-d61c-443f-a65b-d21fe96a405b