aboutsummaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2007-07-06Merged revisions 73727 via svnmerge from mmichelson1-2/+18
2007-07-05Add the ability to play an announcement to queue caller just before bridgingqwell1-0/+11
2007-07-05Remove directory creation of directories we've never used.tilghman1-12/+2
2007-07-05Merged revisions 73400 via svnmerge from mmichelson1-1/+8
2007-07-05Merged revisions 73355 via svnmerge from file1-1/+2
2007-07-05Merged revisions 73316 via svnmerge from file1-2/+1
2007-07-03mkstemp doesn't specify a file mode, so we should chmod it to VOICEMAIL_FILE_...qwell1-0/+5
2007-07-03Fix a build warning, and potential issue if option p is not set at all.qwell1-2/+2
2007-07-03Add support for changing the exit key from # to any DTMF.qwell1-7/+27
2007-07-03Fix up the device state processing thread in app_queue so that it's notrussell1-2/+4
2007-07-03Merged revisions 73053 via svnmerge from tilghman1-2/+2
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-28move variable declarations to the beginning of a block.rizzo1-2/+4
2007-06-28move variable declarations to the beginning of a block.rizzo1-3/+3
2007-06-27Merged revisions 72381 via svnmerge from file1-2/+2
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