summaryrefslogtreecommitdiff
path: root/apps/app_queue.c
AgeCommit message (Expand)Author
2006-05-25 Properly initialize destination variables before we send them into pbx_subst...BJ Weschke
2006-05-25 Making sure a char ptr is initialized before we strchr on it is a GOOD thing...BJ Weschke
2006-05-25 Doxygen comment for QwellBJ Weschke
2006-05-25 Make sure we catch all the instances where a member didn't answer the call s...BJ Weschke
2006-05-24Merged revisions 29971 via svnmerge from Kevin P. Fleming
2006-05-22 Add UniqueID to the leave manager event.BJ Weschke
2006-05-20Merged revisions 28968 via svnmerge from Kevin P. Fleming
2006-05-19Merged revisions 28627 via svnmerge from Joshua Colp
2006-05-17Remove needless check for autofill (issue #7180 reported by Marquis)Joshua Colp
2006-05-10remove almost all of the checks of the result from ast_strdupa() or alloca().Russell Bryant
2006-05-09put all the QUEUE_STRATEGY values in an enum, and use them in all of the placesRussell Bryant
2006-05-09 strategy "ringall" is really int value of 0, not 1.BJ Weschke
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-05 Integrate the MixMonitor functionality (introduced in 1.2) as an option for ...BJ Weschke
2006-05-05 Allow for the execution of an AGI to the caller's channel right before they ...BJ Weschke
2006-05-04Merged revisions 24706 via svnmerge from Tilghman Lesher
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-02 Record bridge channel unique id in "CONNECT" queue_log entry and the corresp...BJ Weschke
2006-04-26remove unused variableLuigi Rizzo
2006-04-26adds new function QUEUE_WAITING_COUNT and a fewMatt O'Gorman
2006-04-21more NULL "" equivalence,Luigi Rizzo
2006-04-14This rather large commit changes the way modules are loaded. Luigi Rizzo
2006-04-10remove support for BYEXTENSION (which nobody even knows about anymore)Kevin P. Fleming
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...Kevin P. Fleming
2006-04-05Bug 6873 - Finish moving from the non-threadsafe (and poor randomness) rand()...Tilghman Lesher
2006-04-04Issue #6882 Olle Johansson
2006-03-29Normalize some cli completion code.Luigi Rizzo
2006-03-25Add micro-http server and abstract manager interface, make snmp not die Mark Spencer
2006-03-14Merged revisions 12925 via svnmerge from Russell Bryant
2006-03-11Bug 6459 - tell manager when queue is abandonedTilghman Lesher
2006-02-15remove the uses of the deprecated STANDARD_LOCAL_USERRussell Bryant
2006-02-15add option to avoid calling members whose channels are 'in use' (issue #6315,...Kevin P. Fleming
2006-02-15add channel's uniqueid to manager 'join' event (issue #6458)Kevin P. Fleming
2006-02-14don't use localuser structure for outbound calls (issue #6216)Kevin P. Fleming
2006-02-14Merged revisions 9961,9964,9990,10018 via svnmerge from Kevin P. Fleming
2006-02-13remove LOCAL_USER_ACF_ADD since it is now the same as LOCAL_USER_ADDRussell Bryant
2006-02-12major dialplan functions updateKevin P. Fleming
2006-02-01use string fields for some stuff in ast_channelKevin P. Fleming
2006-01-23changed some settings to app_args and some codeMatt O'Gorman
2006-01-22fix memory leak from not freeing the list of queue members when freeing a queueRussell Bryant
2006-01-22Bug 6312 - Macro janitorTilghman Lesher
2006-01-21on this pass, only remove duplicate log messagesRussell Bryant
2006-01-21Bug 5936 - Cannot AddQueueMember on realtime queue, if queue not yet loaded (...Tilghman Lesher
2006-01-21revert my pass through the tree to remove checks of the result of ast_strdupaRussell Bryant