aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_voicemail.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-06-19Merged revisions 124112 via svnmerge from mmichelson1-1/+27
2008-06-19Forwarding non-urgent IMAP messages could inadvertently cause the messagesmmichelson1-5/+9
2008-06-09Expand RQ_INTEGER type out to multiple types, one for each precisiontilghman1-2/+2
2008-06-05Merge the adaptive realtime branch, which will make adding new required fieldstilghman1-0/+10
2008-05-27Zap is now DAHDI, mkaymvanbaak1-1/+1
2008-05-27small update to the g() option of app_voicemail tomvanbaak1-0/+1
2008-05-23Get rid of warnings for those silly compilers which warn when freeingmmichelson1-2/+2
2008-05-23Use a deep copy on strings that come from ast_events. Otherwise it ismmichelson1-2/+4
2008-05-15When counting urgent messages when using IMAP storage, take into account thatmmichelson1-4/+10
2008-05-15Modify externnotify to take the number of urgent voicemails as a final argume...mmichelson1-1/+1
2008-05-15Prevent crashes from occurring due to a strcmp of a NULL pointer.mmichelson1-4/+4
2008-05-14Voicemail "* exit" should not require an exitcontext to be specified.qwell1-1/+1
2008-05-09Remove a debug linemmichelson1-1/+0
2008-05-09Adding support for "urgent" voicemail messages. Messages which aremmichelson1-576/+896
2008-05-09Allow a password change to be validated by an external script.tilghman1-13/+127
2008-05-03app_voicemail uses a taskprocessor for mwi notification subscriptionsdhubbard1-36/+74
2008-05-02Add attributes to various API calls, to help track down bugs (and remove a de...tilghman1-63/+95
2008-04-30Lock around variables retrieved, and copy the values, if they stay persistent,tilghman1-2/+12
2008-04-29Since there is now a globally available function for saying someone's name, a...mmichelson1-4/+1
2008-04-28Adding a new option 'n' to app_chanspy. This option allows for the name of th...mmichelson1-1/+18
2008-04-28Fix breakage caused by #12028. (Closes issue #12535)tilghman1-1/+1
2008-04-25This patch allows for forwarding a message with a "comment" attachmentmmichelson1-81/+177
2008-04-25Fix a memory leak and protect against potential dereferences of a NULLmmichelson1-6/+7
2008-04-23Round 2 of IMAP_STORAGE app_voicemail.c fixes:mmichelson1-201/+201
2008-04-23Round 1 of IMAP_STORAGE-related app_voicemail changesmmichelson1-0/+6
2008-04-10Don't hardcode ru into the digits filename so that languageprefix can work.file1-2/+2
2008-04-09Permit message wrap-around during message retrieval.tilghman1-25/+48
2008-04-07This is a "fix" for something that's been bugging the crap out of me for a wh...mmichelson1-8/+8
2008-04-01Minor formatting cleanup.qwell1-6/+16
2008-04-01More voicemail doxygen additions/cleanup.qwell1-17/+475
2008-03-31Merged revisions 112068 via svnmerge from qwell1-0/+1
2008-03-28Replace magic number size from msgArray array with a define.qwell1-4/+6
2008-03-28Add a bit of doxygen documentation for app_voicemail.qwell1-13/+150