aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_queue.c
AgeCommit message (Expand)AuthorFilesLines
2006-12-17replace ast_build_string() with ast_str_*();rizzo1-103/+69
2006-12-06Resolve some pointer signedness compiler warnings in app_osplookup, andrussell1-3/+3
2006-11-17Add ability to add custom queue log via manager interface.qwell1-0/+23
2006-11-13Add 'loose' option to joinempty and leavewhenempty which is almost exactly li...file1-10/+34
2006-11-10Merged revisions 47433 via svnmerge from kpfleming1-2/+1
2006-11-10Merged revisions 47432 via svnmerge from kpfleming1-0/+6
2006-11-07%ld and time_t don't match, so cast the argument to longrizzo1-1/+1
2006-11-02Merged revisions 47051 via svnmerge from tilghman1-19/+10
2006-10-27 Let's make sure we hold the mutex lock before we go looking at values in the...bweschke1-1/+3
2006-10-27 * Added option to run macro when a queue member is connected to a caller,bweschke1-6/+171
2006-10-25Merged revisions 46249 via svnmerge from russell1-1/+1
2006-10-25Merged revisions 46200 via svnmerge from kpfleming1-17/+9
2006-10-04Merged revisions 44378 via svnmerge from kpfleming1-1/+1
2006-10-03Merged revisions 44298 via svnmerge from kpfleming1-3/+7
2006-10-03Strat becomes Strategy based on feedback from two nameless fellowsfile1-1/+1
2006-10-03Add 'Strat' manager field to QueueParams event. (issue #7704 reported by rene...file1-1/+2
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