aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_queue.c
AgeCommit message (Expand)AuthorFilesLines
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-53/+44
2006-08-11 Increase the size of the variable space for writing/reading persistent queue...bweschke1-1/+1
2006-08-05Merged revisions 38972 via svnmerge from russell1-1/+0
2006-07-26Typo found on the -dev listtilghman1-1/+1
2006-07-19merge Russell's 'hold_handling' branch, finally implementing music-on-hold ha...kpfleming1-4/+5
2006-07-16add a QueueLog application that allows for custom entries in the queue_logrussell1-9/+57
2006-07-14Whitespace fixtilghman1-247/+247
2006-07-13only compare the queue entry's max penalty to the member's penalty when the q...kpfleming1-1/+1
2006-07-05Change superfluous messages to DEBUG and remove dead codetilghman1-5/+2
2006-06-23Merged revisions 35669 via svnmerge from bweschke1-0/+2
2006-06-22Bug 6589 - option to display channel variables in queue eventstilghman1-49/+99
2006-06-21Actually allow realtime queue members to be added (issue #7408 reported by tg...file1-3/+2
2006-06-15Merged revisions 34274 via svnmerge from kpfleming1-50/+50
2006-06-14use the proper named constants for checking device state, and don't treat UNK...kpfleming1-4/+6
2006-06-14various coding style cleanup and minor fixeskpfleming1-285/+262
2006-06-14Merged revisions 34159-34160 via svnmerge from kpfleming1-71/+73
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-4/+4
2006-06-04Merged revisions 31921 via svnmerge from kpfleming1-1/+1
2006-05-30officially deprecate the 'roundrobin' queue strategy in favor of 'rrmemory'kpfleming1-0/+16
2006-05-25 A new way to try and deal with deadlocks that occur in app_queue at present...bweschke1-31/+145
2006-05-25Merged revisions 30424 via svnmerge from bweschke1-1/+1
2006-05-25 Properly initialize destination variables before we send them into pbx_subst...bweschke1-0/+3
2006-05-25 Making sure a char ptr is initialized before we strchr on it is a GOOD thing...bweschke1-2/+3
2006-05-25 Doxygen comment for Qwellbweschke1-0/+1
2006-05-25 Make sure we catch all the instances where a member didn't answer the call s...bweschke1-14/+32
2006-05-24Merged revisions 29971 via svnmerge from kpfleming1-26/+24
2006-05-22 Add UniqueID to the leave manager event.bweschke1-2/+2
2006-05-20Merged revisions 28968 via svnmerge from kpfleming1-1/+4
2006-05-19Merged revisions 28627 via svnmerge from file1-0/+2
2006-05-17Remove needless check for autofill (issue #7180 reported by Marquis)file1-2/+1
2006-05-10remove almost all of the checks of the result from ast_strdupa() or alloca().russell1-12/+4
2006-05-09put all the QUEUE_STRATEGY values in an enum, and use them in all of the placesrussell1-13/+15
2006-05-09 strategy "ringall" is really int value of 0, not 1.bweschke1-1/+1
2006-05-08 Make QueueStatusComplete manager event thread safe by wrapping it inside the...bweschke1-1/+2
2006-05-08Merged revisions 25520 via svnmerge from bweschke1-1/+1
2006-05-08Merged revisions 25518 via svnmerge from bweschke1-2/+4
2006-05-08 Fix situation for when there is no monitor_option defined, but there is a mo...bweschke1-3/+4
2006-05-05 Integrate the MixMonitor functionality (introduced in 1.2) as an option for ...bweschke1-19/+105
2006-05-05 Allow for the execution of an AGI to the caller's channel right before they ...bweschke1-3/+25
2006-05-04Merged revisions 24706 via svnmerge from tilghman1-14/+47
2006-05-03 Make sure that callers kicked from queue because of joinempty and leavewhene...bweschke1-1/+3
2006-05-03 Log hold time and talktime in queue_log when blind transfers are made by que...bweschke1-1/+2
2006-05-03 Implement and document RINGNOANSWER queue logging functionality to "tattle" ...bweschke1-0/+1
2006-05-03 Fix autofill behavior in app_queue and document it's functionality in queues...bweschke1-9/+66
2006-05-02 Record bridge channel unique id in "CONNECT" queue_log entry and the corresp...bweschke1-3/+4
2006-04-26remove unused variablerizzo1-1/+0
2006-04-26adds new function QUEUE_WAITING_COUNT and a fewmogorman1-1/+53
2006-04-21more NULL "" equivalence,rizzo1-17/+14
2006-04-14This rather large commit changes the way modules are loaded. rizzo1-13/+8
2006-04-10remove support for BYEXTENSION (which nobody even knows about anymore)kpfleming1-10/+0