summaryrefslogtreecommitdiff
path: root/apps/app_queue.c
AgeCommit message (Expand)Author
2006-09-20Constify the result of a config retrieval function, to avoid mutilation (issu...Tilghman Lesher
2006-09-20Fix a segfault that was reported by jcmoore in #asterisk-bugs on IRC.Jason Parker
2006-09-20We need to persist the member name alsoJason Parker
2006-09-20Add a "member name" to queue members.Jason Parker
2006-09-19similar patch for verbose vs debug with minor changesMatt O'Gorman
2006-09-18merge qwell's CLI verbification workKevin P. Fleming
2006-09-03 This was added to app_dial a while back, and now it's in app_queue as well. ...BJ Weschke
2006-09-03Merged revisions 41882 via svnmerge from BJ Weschke
2006-09-03 Don't keep trying the same member in certain strategies when members of the ...BJ Weschke
2006-09-03Merged revisions 41827 via svnmerge from BJ Weschke
2006-09-02 With the somewhat recent addition (from one of the Astridevcon Europe sessio...BJ Weschke
2006-08-31everything that loads a config that needs a config file to runMatt O'Gorman
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming
2006-08-11 Increase the size of the variable space for writing/reading persistent queue...BJ Weschke
2006-08-05Merged revisions 38972 via svnmerge from Russell Bryant
2006-07-26Typo found on the -dev listTilghman Lesher
2006-07-19merge Russell's 'hold_handling' branch, finally implementing music-on-hold ha...Kevin P. Fleming
2006-07-16add a QueueLog application that allows for custom entries in the queue_logRussell Bryant
2006-07-14Whitespace fixTilghman Lesher
2006-07-13only compare the queue entry's max penalty to the member's penalty when the q...Kevin P. Fleming
2006-07-05Change superfluous messages to DEBUG and remove dead codeTilghman Lesher
2006-06-23Merged revisions 35669 via svnmerge from BJ Weschke
2006-06-22Bug 6589 - option to display channel variables in queue eventsTilghman Lesher
2006-06-21Actually allow realtime queue members to be added (issue #7408 reported by tg...Joshua Colp
2006-06-15Merged revisions 34274 via svnmerge from Kevin P. Fleming
2006-06-14use the proper named constants for checking device state, and don't treat UNK...Kevin P. Fleming
2006-06-14various coding style cleanup and minor fixesKevin P. Fleming
2006-06-14Merged revisions 34159-34160 via svnmerge from Kevin P. Fleming
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...Kevin P. Fleming
2006-06-04Merged revisions 31921 via svnmerge from Kevin P. Fleming
2006-05-30officially deprecate the 'roundrobin' queue strategy in favor of 'rrmemory'Kevin P. Fleming
2006-05-25 A new way to try and deal with deadlocks that occur in app_queue at present...BJ Weschke
2006-05-25Merged revisions 30424 via svnmerge from BJ Weschke
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