aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_voicemail.c
AgeCommit message (Expand)AuthorFilesLines
2008-10-14Merged revisions 148987 via svnmerge from tilghman1-1/+1
2008-10-14Merged revisions 148916 via svnmerge from tilghman1-20/+134
2008-10-14Merge realtime_update2 branch, which adds a new realtime API call namedtilghman1-10/+5
2008-10-10Merged revisions 148257 via svnmerge from tilghman1-1/+6
2008-10-10Don't include logger.h in asterisk.h by default as it is causing problems bui...seanbright1-8/+3
2008-10-09Read the callerid in the correct order and make sure tommichelson1-2/+4
2008-10-09Reverting format addition for nowtilghman1-16/+4
2008-10-09Fudges for wav16, just like wav49tilghman1-4/+16
2008-10-09Merged revisions 147997 via svnmerge from tilghman1-1/+2
2008-10-07This was flawed. The issue that I was trying to address was addressed byseanbright1-2/+0
2008-10-07Merged revisions 147193 via svnmerge from seanbright1-6/+2
2008-10-07Or not.seanbright1-2/+0
2008-10-07There was a boo-boo in TFOT that is causing some confusion on the mailing listsseanbright1-0/+6
2008-10-07If we encounter something in mailbox options that we don't grok, thenseanbright1-0/+2
2008-10-06All ODBC parts can now use either unixodbc or iodbc.mvanbaak1-1/+3
2008-09-17Merged revisions 143404 via svnmerge from tilghman1-2/+2
2008-09-12Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiatingtilghman1-9/+23
2008-09-12Merged revisions 142744 via svnmerge from tilghman1-1/+1
2008-09-03Fix compilationmmichelson1-5/+4
2008-09-03Merged revisions 140850 via svnmerge from mmichelson1-2/+12
2008-09-02Merged revisions 140751 via svnmerge from mmichelson1-0/+1
2008-08-29Merged revisions 140421 via svnmerge from mmichelson1-13/+16
2008-08-10Another batch of files from RSW. The remaining apps and a few moreseanbright1-91/+91
2008-08-08Fix compilation for ODBC voicemailmmichelson1-30/+28
2008-08-07Remove one last batch of debug messagesmmichelson1-3/+0
2008-08-07Fix build for non-IMAP storage and get rid of somemmichelson1-3/+3
2008-08-07Merging the imap_consistency_trunk branch tommichelson1-1765/+1507
2008-08-07fix some format strings to actually compile without errorskpfleming1-2/+2
2008-08-04Merged revisions 135479 via svnmerge from tilghman1-11/+32
2008-08-01IMAP-specific items must go in IMAP_STORAGE defines...mmichelson1-1/+2
2008-08-01IMAP storage functioned under the assumption that foldersmmichelson1-2/+12
2008-07-28Merged revisions 134161 via svnmerge from tilghman1-3/+9
2008-07-25Hebrew syntax for voicemail promptstilghman1-4/+128
2008-07-15Merged revisions 130959 via svnmerge from tilghman1-1/+1
2008-07-10Removed the fn2 field from the vm_state structure.mmichelson1-13/+7
2008-07-08Fix compilation error when IMAP storage is enabledmmichelson1-1/+1
2008-07-08Merged revisions 128856 via svnmerge from tilghman1-3/+7
2008-07-07Merged revisions 128812 via svnmerge from tilghman1-3/+3
2008-07-07Crapmmichelson1-1/+1
2008-07-07If imapfolder=foo were set in voicemail.conf, then when calling VoiceMailMain,mmichelson1-2/+6
2008-07-07Get app_voicemail compiling when IMAP storage is used.mmichelson1-12/+12
2008-07-02Oopstilghman1-1/+1
2008-07-02Keep ast_app_inboxcount API compatible with 1.6.0.tilghman1-19/+39
2008-07-02Fix some crashlike bugs because flag could be NULL in play_record_review().tilghman1-8/+14
2008-07-01Merged revisions 127244 via svnmerge from mmichelson1-2/+2
2008-06-30fix an uninitialized variablerizzo1-0/+1
2008-06-26Don't play "your message has been saved" twice.tilghman1-1/+5
2008-06-24Merged revisions 124910 via svnmerge from tilghman1-13/+38
2008-06-19Fix attachment behavior when using IMAP storage for voicemailsmmichelson1-4/+3
2008-06-19Older versions of GNU gcc do not allow 'NULL' as sentinel.mvanbaak1-17/+17