aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_queue.c
AgeCommit message (Expand)AuthorFilesLines
2007-05-18Merged revisions 64868 via svnmerge from russell1-0/+1
2007-05-14Don't allow rounding seconds to weird values that may cause "unexpected" resu...qwell1-1/+3
2007-05-14Add 'c' option to app_queue which allows for continuing in the dialplan if th...qwell1-1/+11
2007-04-30This patch adds additional information to the EXITWITHKEY and EXITWITHTIMEOUTrussell1-19/+25
2007-04-27Add a min-announce-frequency option to queues.conf which allows you to contro...russell1-2/+9
2007-04-20Merged revisions 61694 via svnmerge from qwell1-1/+1
2007-04-09Merged revisions 61022 via svnmerge from qwell1-1/+1
2007-04-08Merged revisions 60762 via svnmerge from file1-1/+1
2007-03-06Send a manager AgentComplete event when the agent transfers the call, inrussell1-27/+45
2007-02-17Merged revisions 55219 via svnmerge from file1-1/+1
2007-02-17We want to skip the queue if the name doesn't match the specified one, not if...file1-1/+1
2007-02-17Increase "queue show" buffer size from 80 to 240. This should be more then en...file1-1/+1
2007-02-17Merged revisions 55129 via svnmerge from file1-1/+4
2007-02-13This introduces a new dialplan function, DEVSTATE, which allows you to do somerussell1-1/+1
2007-02-09Clean up documentation of Queue application. (issue #9022 reported by seanbri...file1-7/+7
2007-02-01Merged revisions 53081 via svnmerge from oej1-1/+1
2007-01-31Merged revisions 53046 via svnmerge from russell1-0/+1
2007-01-31Merged revisions 53037 via svnmerge from russell1-1/+2
2007-01-31Merged revisions 53035 via svnmerge from russell1-3/+12
2007-01-27Merged revisions 52416 via svnmerge from file1-4/+4
2007-01-05const-ify some more APIs, and fix rev 49710 from branch-1.4 in a better way herekpfleming1-4/+4
2007-01-05Merged revisions 49676 via svnmerge from kpfleming1-26/+26
2006-12-18convert the final clients of ast_build_string to use ast_str_*()rizzo1-2/+4
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