aboutsummaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2007-07-16Applications no longer need to call ast_module_user_add and ast_module_user_r...file68-709/+46
2007-07-16It is no longer required for each module that deals with a channel to call as...file63-329/+42
2007-07-13Merged revisions 75078 via svnmerge from mmichelson1-2/+4
2007-07-11Use the linkedlists.h AST_LIST_NEXT macro for modifying the list of results.file1-5/+2
2007-07-11Allow the native formats of a channel to influence the audio that is going to...file1-2/+2
2007-07-10Merged revisions 74476 via svnmerge from mmichelson1-1/+14
2007-07-10Merged revisions 74428 via svnmerge from qwell1-10/+14
2007-07-10Merged revisions 74317 via svnmerge from qwell1-1/+1
2007-07-10Fix building that was broken by recent monitor.h changes. Thanks Russell for...qwell1-3/+3
2007-07-09Merged revisions 74120 via svnmerge from mmichelson1-13/+13
2007-07-09Add Queue and DestinationChannel headers to the AgentCalled manager eventrussell1-1/+3
2007-07-09Merged revisions 74047 via svnmerge from mmichelson1-1/+1
2007-07-09Implementation of a feature that will disable "missed calls" counters on SIP ...oej1-5/+13
2007-07-09Merged revisions 73985 via svnmerge from tilghman1-1/+1
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