aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_voicemail.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-31Ensure line terminators in email are consistent.tilghman1-12/+29
2010-03-01Fix crash in app_voicemail related to message counting.seanbright1-1/+1
2010-02-24Make deletion of temporary greetings work properly with IMAP_STORAGEjpeeler1-4/+6
2010-02-01Backup and restore original textfile, for prosthesis (gerund of prepend).tilghman1-6/+30
2010-01-15Disallow leaving more than maxmsg voicemails.tilghman1-5/+72
2009-12-04document and rename strip_control() in app_voicemaildvossel1-3/+9
2009-12-03Deprecate "cz" in favor of "cs".tilghman1-63/+75
2009-11-30Remove duplicate entries from voicemail format lists. This prevents app_voice...mnicholson1-2/+11
2009-10-21Suffix is not needed for a matchtilghman1-16/+6
2009-09-22When IMAP variables were changed during a reload, Voicemail did not use the n...tilghman1-2/+22
2009-09-15If the user enters the same password as before, don't signal an error when th...tilghman1-8/+7
2009-09-14Don't say "Please try again" if we don't give the user another chance to try ...tilghman1-0/+6
2009-08-10AST-2009-005tilghman1-16/+16
2009-06-26Fixing voicemail's error in checking max silence vs min message lengthdbrooks1-1/+1
2009-05-19Ensure thread keys are initialized before attempting to access them.tilghman1-0/+3
2009-05-18Add a similar dependency on SMDI for voicemail as already exists for ADSI.tilghman1-0/+13
2009-05-12Avoid initializing routines if the authentication fails. Fixes a crash (RR) ...tilghman1-4/+7
2009-05-11Move 300 bytes around on the stack, to make more room for an extension buffer.tilghman1-3/+6
2009-05-02Fix a bug which resulted from the Hebrew voicemail commit.mmichelson1-37/+47
2009-04-16Umask should not be exported into global namespace.tilghman1-1/+1
2009-04-06Revert commit 186445 because it causes the build to fail when IMAP_STORAGE is...mmichelson1-1/+1
2009-04-03Found a conflict in the last commit, due to multiple targetstilghman1-1/+1
2009-04-03Distinguish in a sent email between simple sends and forwards.tilghman1-20/+94
2009-03-31Fix Russian voicemail intro to say the word "messages" properly.mmichelson1-6/+2
2009-03-06Make compilation succeed in dev-mode when IMAP storage is enabled.mmichelson1-1/+1
2009-03-05[IMAP] Fix message retrieval issues when identical mailbox names were defined...mmichelson1-0/+2
2009-03-05Fix broken mailbox parsing when searchcontexts option is enabled.mmichelson1-10/+18
2009-02-19Fix up potential crashes, by reducing the sharing between interactive and non...tilghman1-3/+42
2009-02-13Fix a potential crash situation when using IMAP voicemailmmichelson1-1/+2
2009-02-05Add new configuration option to make shared IMAP mailboxes function as expected.jpeeler1-2/+11
2009-01-16Fix the conjugation of Russian and Ukrainian languages.tilghman1-148/+98
2008-12-18Add mutexes around accesses to the IMAP library interface. This preventstilghman1-8/+42
2008-12-09Oops, should be "tz", not "zonetag".tilghman1-1/+1
2008-12-09We appear to have documented tz= in the [general] section of voicemail.conf,tilghman1-0/+5
2008-12-03Some compilers warn on null format strings; some don't (caught by buildbot)tilghman1-6/+6
2008-12-02Ensure that Asterisk builds with --enable-dev-mode, even on the latest gcctilghman1-1/+3
2008-11-14If the prompt to reenter a voicemail password timed out, itmmichelson1-1/+1
2008-11-03Attempting to expunge a mailbox when the mailstream is NULL will crash Asterisk.tilghman1-1/+1
2008-11-01fix a bunch of potential problems found by gcc 4.3.x, primarily bare strings ...kpfleming1-1/+3
2008-10-28Quoting in the wrong directiontilghman1-1/+1
2008-10-14Some compilers warn, some don't. Fixing.tilghman1-1/+1
2008-10-14Ensure that mail headers are 7-bit clean, even when UTF-8 characters are usedtilghman1-24/+136
2008-10-10User not notified of temporary greeting, if ODBC storage is in use.tilghman1-0/+4
2008-10-09When blank, callerid name and number should display "unknown caller" in voice...tilghman1-1/+2
2008-10-07Make 'imapsecret' an alias to 'imappassword' in voicemail.conf.seanbright1-2/+2
2008-09-25Backport Hebrew language to voicemail.tilghman1-4/+133
2008-09-17When callerid is blank, we want to use "unknown caller" in those cases, too.tilghman1-2/+2
2008-09-12Missing merge from 1.2 fixes errant exit on DTMF, only when language is Italiantilghman1-1/+1
2008-09-05Since greetings are not stored in IMAP, we shouldmmichelson1-1/+9
2008-09-03Fix voicemail forwarding when using ODBC storage.mmichelson1-2/+13