aboutsummaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2007-06-27Merged revisions 72328 via svnmerge from file1-0/+2
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-26Create directory if it does not exist.mmichelson1-2/+8
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-24Conversions to ast_debug()russell5-8/+10
2007-06-24Issue 9970 - Ensure directory exists before trying to write an output filetilghman1-1/+6
2007-06-22Code cleanupstilghman1-344/+345
2007-06-22Merged revisions 71068 via svnmerge from qwell1-2/+1
2007-06-22Issue 9990 - New API ast_mkdir, which creates parent directories as necessary...tilghman6-59/+24
2007-06-21Merged revisions 70899 via svnmerge from file1-1/+1
2007-06-21Merged revisions 70808 via svnmerge from mmichelson1-11/+15
2007-06-21Merge changes from team/russell/sla_reloadrussell1-9/+103
2007-06-21Merged revisions 70726 via svnmerge from russell1-2/+0
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-20Fix trunk brokenness; also, optimize application registrationtilghman1-1/+1
2007-06-20Cleaning up a small disaster I created earliermurf2-24/+2
2007-06-20As per 9228, now app_queue should have the proper machinery to do gosubs.murf2-9/+50
2007-06-20Main fix: Fixing a bug which caused VoiceMailMain to always report that mmichelson1-15/+34
2007-06-20Merged revisions 70445 via svnmerge from tilghman1-1/+1
2007-06-20Merge work to make U(...) option work for Dialtilghman1-7/+56
2007-06-20Oops, shouldn't have taken that last shortcut (also add some checks)tilghman1-27/+37
2007-06-20Another method of doing local variables, hopefully a little closer to what co...tilghman1-15/+20
2007-06-20Local variables for codefreezetilghman1-2/+88
2007-06-19Via bug9228, no way to create macros via AEL, and some of the apps allow you ...murf3-11/+254
2007-06-19Merged revisions 69895 via svnmerge from file1-2/+4
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-18Fixed issue where 'stop gracfeully' was hanging ...bbryant1-2/+5
2007-06-18Janitor for ast_localtimetilghman1-1/+1
2007-06-18Merged revisions 69702 via svnmerge from russell1-0/+1
2007-06-15Merged revisions 69558 via svnmerge from file1-1/+9
2007-06-15Merged revisions 69518 via svnmerge from russell1-4/+23
2007-06-14Convert uses of strdup() to ast_strdup()russell4-10/+10
2007-06-14Merged revisions 69392 via svnmerge from kpfleming2-4/+5
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.russell28-1062/+576
2007-06-13Merged revisions 69181 via svnmerge from mmichelson1-4/+4
2007-06-13Merged revisions 69144 via svnmerge from file1-0/+4
2007-06-12Completely remove all of the code related to jumping to priority n + 101. yay!russell15-251/+26
2007-06-11Issue 8971 - Allow DISA input to be ended with a '#'.tilghman1-44/+60