aboutsummaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2007-11-16Adding confirmation playback when forwarding voicemail messages. This will at...mmichelson1-0/+18
2007-11-16Merged revisions 89323 via svnmerge from mmichelson1-9/+4
2007-11-15Fix trunk breakage due to chan->lock being renamed.tilghman1-2/+2
2007-11-15Merged revisions 89296 via svnmerge from russell1-0/+23
2007-11-15access channel locks through ast_channel_lock/unlock/trylock and notrizzo3-5/+5
2007-11-14make the 'name' and 'value' fields in ast_variable const char *rizzo5-12/+13
2007-11-14Use BEGIN_OPTIONS / END_OPTIONS to make the syntax highlighting in my editor ...russell1-2/+2
2007-11-14Instead of reserving 800 bytes for periodic announcements, use an array ofrussell1-8/+24
2007-11-14Convert most of the strings in the call_queue struct to use stringfields.russell1-98/+117
2007-11-13Merged revisions 89241 via svnmerge from mmichelson1-2/+2
2007-11-13There is the potential to copy uninitialized memory into the mixmonitor->post...mmichelson1-1/+1
2007-11-13Merged revisions 89205 via svnmerge from mmichelson1-2/+2
2007-11-12Based on a note in asterisk-dev by Brian Capouch, I determined I too agressiv...murf3-0/+5
2007-11-08app_voicemail failed to build when compiling with IMAP_STORAGEmmichelson1-3/+2
2007-11-08Add the FILE() dialplan function and deprecate ReadFile.tilghman1-0/+4
2007-11-08use %f instead of %lf (the 'l' is ignored anyways).rizzo1-1/+1
2007-11-08improve linked-list macros in two ways:kpfleming4-23/+19
2007-11-07Merged revisions 89093 via svnmerge from tilghman1-0/+6
2007-11-07If imapfolder has been specified in voicemail.conf, we should not connect to ...mmichelson1-2/+2
2007-11-07Suppress erroneous warnings on load.tilghman1-4/+4
2007-11-06Added the ability to do "meetme concise" with the "meetme" CLI command.russell1-8/+21
2007-11-06Adding the queue strategy wrandommmichelson1-1/+6
2007-11-06Added the S() and L() options to the MeetMe application. These are prettyrussell1-7/+181
2007-11-06Added CLI and manager commands for changing a queue member's penaltymmichelson1-0/+267
2007-11-06"show application <foo>" changes for clarity.mmichelson26-96/+102
2007-11-04Simplify the implementation and the API for stringfields;rizzo1-2/+2
2007-11-01This commits the performance mods that give the priority processing engine in...murf8-21/+15
2007-11-01Merged revisions 88026 via svnmerge from file1-2/+2
2007-11-01Janitor: use ast_free to pair calls of ast_malloc and ast_calloctilghman1-1/+1
2007-11-01Merged revisions 87970 via svnmerge from file1-3/+3
2007-10-31Add volume adjustment in.file1-0/+5
2007-10-31Restore operation of the option that only writes when the channel is bridged.file1-17/+21
2007-10-31Add volume adjustment to spy audiohook in app_chanspy.file1-0/+13
2007-10-30If no '?' is found in the arguments, don't attempt to continue.tilghman1-0/+5
2007-10-29If a caller is listen-only, then don't bother with doing talker detection.russell1-2/+2
2007-10-29Adding the more flexible QUEUE_MEMBER function to replace the QUEUE_MEMBER_CO...mmichelson1-2/+80
2007-10-29Make sure we set flags to a 0 value before trying to use it. Pointed out by ...qwell1-1/+1
2007-10-29Remove duplicate stdlib.h include.file1-1/+0
2007-10-26Added queue strategy "linear". This strategy is useful for those who always w...mmichelson1-12/+71
2007-10-25Add support for a muted user to request to talk. The '2' option in the userrussell1-6/+46
2007-10-24Adding the general option "shared_lastcall" to queues so that a member's wrap...mmichelson1-5/+38
2007-10-22Convert some spaces to tabs and make it so the CLI command is only registeredrussell1-15/+10
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...qwell8-26/+26
2007-10-22Merged revisions 86754 via svnmerge from file1-1/+1
2007-10-22Merged revisions 86694 via svnmerge from mmichelson1-2/+2
2007-10-19Convert NEW_CLI to AST_CLI.qwell8-26/+26
2007-10-19Fixed a buffer size issue.transnexus1-2/+2
2007-10-18Merged revisions 86328 via svnmerge from mmichelson1-2/+2
2007-10-18Changed some spaces to tabsmmichelson1-4/+4
2007-10-17Merged revisions 86202 via svnmerge from mmichelson1-1/+1