aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_voicemail.c
AgeCommit message (Expand)AuthorFilesLines
2007-07-23Merge the dialplan_aesthetics branch. Most of this patch simply converts app...tilghman1-3/+3
2007-07-19After some study, thought, comparing, etc. I've backed out the previous unive...murf1-3/+3
2007-07-18Merged revisions 75749 via svnmerge from tilghman1-1/+8
2007-07-18Merge in ast_strftime branch, which changes timestamps to be accurate to the ...tilghman1-14/+12
2007-07-18This corrects the problem with flags and %lld formats on 64-bit machines, whe...murf1-1/+1
2007-07-18Minor code tweaks. Variables were being checked wrong in some situations and ...file1-9/+6
2007-07-17via 10206, I have added an option (e) to Dial to allow the h exten to get run...murf1-3/+3
2007-07-16Applications no longer need to call ast_module_user_add and ast_module_user_r...file1-30/+5
2007-07-16It is no longer required for each module that deals with a channel to call as...file1-2/+0
2007-07-10Merged revisions 74476 via svnmerge from mmichelson1-1/+14
2007-07-10Merged revisions 74317 via svnmerge from qwell1-1/+1
2007-07-09Merged revisions 74047 via svnmerge from mmichelson1-1/+1
2007-07-09Merged revisions 73985 via svnmerge from tilghman1-1/+1
2007-07-06Merged revisions 73727 via svnmerge from mmichelson1-2/+18
2007-07-05Remove directory creation of directories we've never used.tilghman1-12/+2
2007-07-03mkstemp doesn't specify a file mode, so we should chmod it to VOICEMAIL_FILE_...qwell1-0/+5
2007-07-03Typo (closes issue 10105)tilghman1-1/+1
2007-06-29Found a grievous logical error in get_vm_state_by_imapuser.mmichelson1-11/+9
2007-06-27Added ability to customize which buttons control forward, reverse, pause, and...mmichelson1-1/+53
2007-06-27Adding feature to support the storage and retrieval of voicemail greetings us...mmichelson1-33/+222
2007-06-27Merged revisions 72182 via svnmerge from qwell1-4/+4
2007-06-26Merged revisions 71953 via svnmerge from mmichelson1-1/+0
2007-06-26The variable msgnum was being overwritten if IMAP storage was enabled.mmichelson1-0/+2
2007-06-26Merged revisions 71877 via svnmerge from mmichelson1-21/+25
2007-06-26Merged revisions 71796 via svnmerge from mmichelson1-2/+2
2007-06-26Merged revisions 71751 via svnmerge from tilghman1-0/+5
2007-06-25In my commit earlier today, I accidentally left a prototype that isn't defined.mmichelson1-1/+0
2007-06-25Allow compilation off app_voicemail with IMAP_STORAE against a system installedrussell1-1/+11
2007-06-25Using inboxcount instead of countmessages.mmichelson1-2/+11
2007-06-22Issue 9990 - New API ast_mkdir, which creates parent directories as necessary...tilghman1-22/+8
2007-06-21Merged revisions 70899 via svnmerge from file1-1/+1
2007-06-21Merged revisions 70808 via svnmerge from mmichelson1-11/+15
2007-06-21Merged revisions 70677 via svnmerge from file1-2/+2
2007-06-20Removed an extraneous debug message I'd left in my previous commitmmichelson1-1/+0
2007-06-20Main fix: Fixing a bug which caused VoiceMailMain to always report that mmichelson1-15/+34
2007-06-18Undoing my last commit. I misread the code before.mmichelson1-2/+3
2007-06-18Cleaned up a section where there were two consecutive identical if statements. mmichelson1-3/+2
2007-06-18Merged revisions 69702 via svnmerge from russell1-0/+1
2007-06-14Merged revisions 69392 via svnmerge from kpfleming1-3/+3
2007-06-14Add support for the tw language in voicemailrussell1-1/+114
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.russell1-219/+118
2007-06-13Merged revisions 69181 via svnmerge from mmichelson1-4/+4
2007-06-12Completely remove all of the code related to jumping to priority n + 101. yay!russell1-20/+3
2007-06-08Add an option for ControlPlayback to be able to start at an offset fromrussell1-1/+1
2007-06-07Merged revisions 68326 via svnmerge from qwell1-3/+3
2007-06-07Merged revisions 68211 via svnmerge from qwell1-8/+19
2007-06-07Merged revisions 68198 via svnmerge from mmichelson1-2/+5
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...tilghman1-11/+10
2007-06-06Please forgive this flood of tiny changes ... this will be cool when it worksrussell1-1/+1
2007-06-06Merged revisions 67804 via svnmerge from mmichelson1-5/+7