aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_queue.c
AgeCommit message (Expand)AuthorFilesLines
2007-08-08Changing a bit of logic so that someone will NEVER exit the queue on timeout ...mmichelson1-11/+8
2007-08-01Fixes an issue I introduced to queues wherein a queue with joinempty=yes woul...mmichelson1-0/+5
2007-08-01If a queue uses dynamic realtime members, then the member list should be upda...mmichelson1-0/+54
2007-07-24Added a membercount variable to call_queue struct which keeps track of the nu...mmichelson1-11/+19
2007-07-20Move makeannouncement variable declaration to proper place.file1-2/+2
2007-07-19The diff on this looks pretty big but all I did was remove a pointless if sta...mmichelson1-81/+78
2007-07-19Changes in handling return values of several functions in app_queue. This all...mmichelson1-96/+70
2007-07-18Merged revisions 75657 via svnmerge from dhubbard1-1/+1
2007-07-10Merged revisions 74427 via svnmerge from qwell1-10/+13
2007-07-09Forgot to get rid of an extraneous debug message.mmichelson1-1/+0
2007-07-09The n option for Queue should make the queue exit immediately after failure t...mmichelson1-12/+14
2007-07-05Correcting a minor CLI bug I found. When issuing the queue show command, if y...mmichelson1-2/+9
2007-07-05Merged revisions 73315 via svnmerge from file1-2/+1
2007-06-27Merged revisions 72327 via svnmerge from file1-0/+2
2007-06-07Fix loading persistent queue members when using realtime configuration for qu...russell1-1/+5
2007-05-22Merged revisions 65389 via svnmerge from russell1-0/+2
2007-05-18Fix a small bug I noticed while working on something else. app_queue did notrussell1-0/+1
2007-04-20Merged revisions 61692 via svnmerge from qwell1-1/+1
2007-04-09Use the appropriate interface name with COMPLETECALLER.qwell1-1/+1
2007-04-08Allow app_queue to use MONITOR_EXEC even if MONITOR_OPTIONS is not set. (issu...file1-1/+1
2007-02-17Add missing membername option to AddQueueMember documentation. (issue #9088 r...file1-1/+1
2007-02-17Make the 'i' option of Queue actually work. (issue #8986 reported by utis)file1-1/+4
2007-02-02 I'm baaaaaaaaaack. :)bweschke1-0/+4
2007-02-01Change debug level for state change message that is not really informative wh...oej1-1/+1
2007-01-31Merged revisions 53045 via svnmerge from russell1-0/+1
2007-01-31Only changed the paused status in an existing queue member if the pausedrussell1-1/+2
2007-01-31Instead of always creating a realtime queue member as unpaused, read therussell1-3/+12
2007-01-27Merged revisions 52415 via svnmerge from file1-4/+4
2007-01-05reduce stack consumption for AMI and AMI/HTTP requests by nearly 20K in most ...kpfleming1-21/+21
2006-11-10if adding a queue member is LOG_NOTICE, then removing them should be LOG_NOTI...kpfleming1-1/+1
2006-11-10reflect addition/removal of dynamic queue members in queue_log, so that peopl...kpfleming1-0/+6
2006-11-02More changes making the CLI more consistent with "category verb arguments" (c...tilghman1-5/+5
2006-11-02Reverse change of "show" to "list" and make several other commands more consi...tilghman1-20/+11
2006-10-25update warning message to include "agi" option (issue #8225, jmls)russell1-1/+1
2006-10-25apparently developers are still not aware that they should be use ast_copy_st...kpfleming1-17/+9
2006-10-04update thread creation code a bitkpfleming1-1/+1
2006-10-03Merged revisions 44296 via svnmerge from kpfleming1-3/+7
2006-09-28Fix incorrect argument order for member names, on persisted members.qwell1-1/+1
2006-09-28Merged revisions 43916 via svnmerge from kpfleming1-16/+13
2006-09-28Merged revisions 43897 via svnmerge from bweschke1-2/+16
2006-09-28Merged revisions 43871 via svnmerge from bweschke1-1/+4
2006-09-28 Autopause not working for queue members. (#8042 - jmls reported and patch)bweschke1-2/+4
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