aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_queue.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...kpfleming1-2/+2
2006-04-05Bug 6873 - Finish moving from the non-threadsafe (and poor randomness) rand()...tilghman1-2/+2
2006-04-04Issue #6882 oej1-25/+23
2006-03-29Normalize some cli completion code.rizzo1-41/+27
2006-03-25Add micro-http server and abstract manager interface, make snmp not die markster1-24/+56
2006-03-14Merged revisions 12925 via svnmerge from russell1-1/+1
2006-03-11Bug 6459 - tell manager when queue is abandonedtilghman1-0/+8
2006-02-15remove the uses of the deprecated STANDARD_LOCAL_USERrussell1-2/+0
2006-02-15add option to avoid calling members whose channels are 'in use' (issue #6315,...kpfleming1-1/+14
2006-02-15add channel's uniqueid to manager 'join' event (issue #6458)kpfleming1-2/+2
2006-02-14don't use localuser structure for outbound calls (issue #6216)kpfleming1-210/+148
2006-02-14Merged revisions 9961,9964,9990,10018 via svnmerge from kpfleming1-1/+0
2006-02-13remove LOCAL_USER_ACF_ADD since it is now the same as LOCAL_USER_ADDrussell1-2/+2
2006-02-12major dialplan functions updatekpfleming1-9/+8
2006-02-01use string fields for some stuff in ast_channelkpfleming1-3/+4
2006-01-23changed some settings to app_args and some codemogorman1-57/+54
2006-01-22fix memory leak from not freeing the list of queue members when freeing a queuerussell1-36/+32