summaryrefslogtreecommitdiff
path: root/apps/app_voicemail.c
AgeCommit message (Expand)Author
2008-09-03Fix compilationMark Michelson
2008-09-03Merged revisions 140850 via svnmerge from Mark Michelson
2008-09-02Merged revisions 140751 via svnmerge from Mark Michelson
2008-08-29Merged revisions 140421 via svnmerge from Mark Michelson
2008-08-10Another batch of files from RSW. The remaining apps and a few moreSean Bright
2008-08-08Fix compilation for ODBC voicemailMark Michelson
2008-08-07Remove one last batch of debug messagesMark Michelson
2008-08-07Fix build for non-IMAP storage and get rid of someMark Michelson
2008-08-07Merging the imap_consistency_trunk branch toMark Michelson
2008-08-07fix some format strings to actually compile without errorsKevin P. Fleming
2008-08-04Merged revisions 135479 via svnmerge from Tilghman Lesher
2008-08-01IMAP-specific items must go in IMAP_STORAGE defines...Mark Michelson
2008-08-01IMAP storage functioned under the assumption that foldersMark Michelson
2008-07-28Merged revisions 134161 via svnmerge from Tilghman Lesher
2008-07-25Hebrew syntax for voicemail promptsTilghman Lesher
2008-07-15Merged revisions 130959 via svnmerge from Tilghman Lesher
2008-07-10Removed the fn2 field from the vm_state structure.Mark Michelson
2008-07-08Fix compilation error when IMAP storage is enabledMark Michelson
2008-07-08Merged revisions 128856 via svnmerge from Tilghman Lesher
2008-07-07Merged revisions 128812 via svnmerge from Tilghman Lesher
2008-07-07CrapMark Michelson
2008-07-07If imapfolder=foo were set in voicemail.conf, then when calling VoiceMailMain,Mark Michelson
2008-07-07Get app_voicemail compiling when IMAP storage is used.Mark Michelson
2008-07-02OopsTilghman Lesher
2008-07-02Keep ast_app_inboxcount API compatible with 1.6.0.Tilghman Lesher
2008-07-02Fix some crashlike bugs because flag could be NULL in play_record_review().Tilghman Lesher
2008-07-01Merged revisions 127244 via svnmerge from Mark Michelson
2008-06-30fix an uninitialized variableLuigi Rizzo
2008-06-26Don't play "your message has been saved" twice.Tilghman Lesher
2008-06-24Merged revisions 124910 via svnmerge from Tilghman Lesher
2008-06-19Fix attachment behavior when using IMAP storage for voicemailsMark Michelson
2008-06-19Older versions of GNU gcc do not allow 'NULL' as sentinel.Michiel van Baak
2008-06-19Merged revisions 124112 via svnmerge from Mark Michelson
2008-06-19Forwarding non-urgent IMAP messages could inadvertently cause the messagesMark Michelson
2008-06-09Expand RQ_INTEGER type out to multiple types, one for each precisionTilghman Lesher
2008-06-05Merge the adaptive realtime branch, which will make adding new required fieldsTilghman Lesher
2008-05-27Zap is now DAHDI, mkayMichiel van Baak
2008-05-27small update to the g() option of app_voicemail toMichiel van Baak
2008-05-23Get rid of warnings for those silly compilers which warn when freeingMark Michelson
2008-05-23Use a deep copy on strings that come from ast_events. Otherwise it isMark Michelson
2008-05-15When counting urgent messages when using IMAP storage, take into account thatMark Michelson
2008-05-15Modify externnotify to take the number of urgent voicemails as a final argume...Mark Michelson
2008-05-15Prevent crashes from occurring due to a strcmp of a NULL pointer.Mark Michelson
2008-05-14Voicemail "* exit" should not require an exitcontext to be specified.Jason Parker
2008-05-09Remove a debug lineMark Michelson
2008-05-09Adding support for "urgent" voicemail messages. Messages which areMark Michelson
2008-05-09Allow a password change to be validated by an external script.Tilghman Lesher
2008-05-03app_voicemail uses a taskprocessor for mwi notification subscriptionsDwayne M. Hubbard
2008-05-02Add attributes to various API calls, to help track down bugs (and remove a de...Tilghman Lesher
2008-04-30Lock around variables retrieved, and copy the values, if they stay persistent,Tilghman Lesher