aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_voicemail.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-09-02After adding the context checking to app_voicemailmmichelson1-0/+1
2008-08-29Add context checking when retrieving a vm_state.mmichelson1-12/+15
2008-08-07work around a bug in gcc-4.2.3 that incorrectly ignores the casting away of '...kpfleming1-2/+2
2008-08-04Memory leak on unloadtilghman1-10/+21
2008-07-29Merging the imap_consistency branch.mmichelson1-1553/+1223
2008-07-28Detect when sox fails to raise the volume, because sox can't read the file.tilghman1-4/+11
2008-07-25Remove unnecessary mmap flagtilghman1-1/+1
2008-07-08Backport TCP-related timeouts to IMAP voicemail in 1.4mmichelson1-1/+32
2008-07-08Check for non-NULL before stripping characters.tilghman1-3/+7
2008-07-07Stop using deprecated method, as requested by Kevin.tilghman1-54/+93
2008-07-01Add error message to failed open(2) calls inside the copy() function ofmmichelson1-2/+2
2008-06-24Occasionally control characters find their way into CallerID. These need totilghman1-12/+37
2008-06-19Fix IMAP forwarding so that messages are sent to the proper mailbox.mmichelson1-0/+25
2008-05-27small update to the g() option of app_voicemail tomvanbaak1-0/+1
2008-04-28When modules are embedded, they take on a different name, without the ".so"tilghman1-2/+7
2008-04-10Forgot the 1.4 branch for russian language fix.file1-2/+2
2008-03-31Fix a silly infinite loop when choosing an invalid option.qwell1-0/+1
2008-03-26This code change is made just for clarification. It does exactlymmichelson1-1/+1
2008-03-26Add a lock to the vm_state structure and use the lock around mail_open callsmmichelson1-0/+7
2008-03-11Add a newline on a logqwell1-1/+1
2008-03-07Warn the user when a temporary greeting existstilghman1-1/+5
2008-03-07Safely use the strncat() function.tilghman1-2/+2
2008-02-29If the message file does not exist, just return harmlessly, instead of crashing.tilghman1-1/+3
2008-02-29Bump up the size of the uniqueid variable.file1-1/+1