summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)Author
2006-05-08 Make QueueStatusComplete manager event thread safe by wrapping it inside the...BJ Weschke
2006-05-08Merged revisions 25520 via svnmerge from BJ Weschke
2006-05-08Merged revisions 25518 via svnmerge from BJ Weschke
2006-05-08 Fix situation for when there is no monitor_option defined, but there is a mo...BJ Weschke
2006-05-08use ast_channel_(un)lockRussell Bryant
2006-05-08added managerevent meetmemute with status on or off.Matt O'Gorman
2006-05-08remove a check of the result from ast_mutex_lockRussell Bryant
2006-05-07Merged revisions 25322 via svnmerge from BJ Weschke
2006-05-07Minor AJAM fixupsMark Spencer
2006-05-06add Polish language support to Voicemail, with some minor modifications thatRussell Bryant
2006-05-05modify the handling of the new temporary greeting reminder feature so thatRussell Bryant
2006-05-05 Integrate the MixMonitor functionality (introduced in 1.2) as an option for ...BJ Weschke
2006-05-05add support for having the user reminded that their temporary greetingRussell Bryant
2006-05-05 Allow for the execution of an AGI to the caller's channel right before they ...BJ Weschke
2006-05-05move ExecIf from app_while.c to app_exec.c (issue #7094, north)Russell Bryant
2006-05-05 Fix 4 bugs in voicemail. #7064 ( supczinskib and jcollie ) BJ Weschke
2006-05-05constify the argument to pbx_checkconditionRussell Bryant
2006-05-05oops :)Russell Bryant
2006-05-05Merged revisions 24837 via svnmerge from Russell Bryant
2006-05-05- formatting fixesRussell Bryant
2006-05-04 New manager action SendDTMF #6682 (squinky86)BJ Weschke
2006-05-04Merged revisions 24706 via svnmerge from Tilghman Lesher
2006-05-04Merged revisions 24669 via svnmerge from BJ Weschke
2006-05-03Bug 6989 - updates to the ODBC storage mechanism for compatibility with the n...Tilghman Lesher
2006-05-03 Documentation / whitespace fix.BJ Weschke
2006-05-03 Optionally record audio of the page command for re-pages/playback. #6827 (Je...BJ Weschke
2006-05-03Allow channels in ChanSpy to belong to mutiple spygroups #7072 (anthm)BJ Weschke
2006-05-03Merged revisions 24567 via svnmerge from BJ Weschke
2006-05-03 Make sure that callers kicked from queue because of joinempty and leavewhene...BJ Weschke
2006-05-03 Log hold time and talktime in queue_log when blind transfers are made by que...BJ Weschke
2006-05-03 Implement and document RINGNOANSWER queue logging functionality to "tattle" ...BJ Weschke
2006-05-03 Fix autofill behavior in app_queue and document it's functionality in queues...BJ Weschke
2006-05-02Introducing the REALTIME() dialplan functionBJ Weschke
2006-05-02 Record bridge channel unique id in "CONNECT" queue_log entry and the corresp...BJ Weschke
2006-05-02Merged revisions 24097 via svnmerge from Tilghman Lesher
2006-05-01Merged revisions 24019 via svnmerge from Tilghman Lesher
2006-05-01Merged revisions 23988 via svnmerge from BJ Weschke
2006-05-01Merged revisions 23985 via svnmerge from BJ Weschke
2006-05-01remove \n from the end of a couple of synopsis fieldsRussell Bryant
2006-05-01remove an extra newline, none of the other synopsis fields for apps have oneRussell Bryant
2006-04-30fix up the app_rpt.o target. oops! (Thanks to Denis Smirnov on the -dev list)Russell Bryant
2006-04-29revert the last change to this Makefile which removed the rules to buildRussell Bryant
2006-04-29remove now useless rule for app_rpt (bug 7059)Luigi Rizzo
2006-04-29- convert the list of zones to use the list macros, and add locking (issue #7...Russell Bryant
2006-04-28minor cleanupLuigi Rizzo
2006-04-27Add option 'I' which allows you to record your name, but not review it. This ...Joshua Colp
2006-04-26remove unused variableLuigi Rizzo
2006-04-26adds new function QUEUE_WAITING_COUNT and a fewMatt O'Gorman
2006-04-26Merged revisions 22596 via svnmerge from Matt O'Gorman
2006-04-26adds two new applications, exitwhile, and continuewhileMatt O'Gorman