aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_queue.c
AgeCommit message (Expand)AuthorFilesLines
2006-10-03bug #8076 check option_debug before printing to debug channel.mogorman1-10/+20
2006-10-02Expand setinterfacevar option to also set a variable, MEMBERNAME, which conta...file1-1/+3
2006-10-02Make callerid fields in Manager events more consistent. CallerIDNum for numbe...file1-2/+2
2006-10-02Add option 'keepstats' which will keep queue statistics during a reload. (iss...file1-1/+8
2006-09-28Merged revisions 43944 via svnmerge from qwell1-1/+1
2006-09-28Merged revisions 43919 via svnmerge from kpfleming1-16/+13
2006-09-28Merged revisions 43899 via svnmerge from bweschke1-2/+16
2006-09-28Merged revisions 43873 via svnmerge from bweschke1-1/+4
2006-09-28Merged revisions 43864 via svnmerge from bweschke1-2/+4
2006-09-26Add QueueSummary manager action.qwell1-1/+61
2006-09-21Remove deprecated CLI apps from the coretilghman1-54/+4
2006-09-21Remove deprecated apps and funcstilghman1-12/+0
2006-09-20Constify the result of a config retrieval function, to avoid mutilation (issu...tilghman1-3/+3
2006-09-20Fix a segfault that was reported by jcmoore in #asterisk-bugs on IRC.qwell1-1/+1
2006-09-20We need to persist the member name alsoqwell1-2/+2
2006-09-20Add a "member name" to queue members.qwell1-60/+117
2006-09-19similar patch for verbose vs debug with minor changesmogorman1-1/+1
2006-09-18merge qwell's CLI verbification workkpfleming1-43/+60
2006-09-03 This was added to app_dial a while back, and now it's in app_queue as well. ...bweschke1-4/+14
2006-09-03Merged revisions 41882 via svnmerge from bweschke1-0/+1
2006-09-03 Don't keep trying the same member in certain strategies when members of the ...bweschke1-0/+5
2006-09-03Merged revisions 41827 via svnmerge from bweschke1-1/+1
2006-09-02 With the somewhat recent addition (from one of the Astridevcon Europe sessio...bweschke1-1/+1
2006-08-31everything that loads a config that needs a config file to runmogorman1-9/+7
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