aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_queue.c
AgeCommit message (Expand)AuthorFilesLines
2008-11-21This change had somehow gotten reverted due to ammichelson1-2/+3
2008-10-29A little documentation cross-ref between features andmurf1-5/+15
2008-10-29The magic trick to avoid this crash is not tomurf1-4/+4
2008-10-14Update the queue with the correct number of calls andmmichelson1-3/+8
2008-08-29After working on the ao2_containers branch, I noticedmmichelson1-1/+1
2008-08-18Change the inequalities used in app_queue with regardsmmichelson1-9/+9
2008-08-07Update persistent state on all exit conditions.tilghman1-0/+2
2008-08-06We only need to unregister the QueueStatus managermmichelson1-1/+0
2008-07-31Add more timeout checks into app_queue, specificallymmichelson1-1/+43
2008-07-16Move the init_queue call back to where it used to be (changedmmichelson1-1/+1
2008-07-16Apparently, "thread safety" is important, whatevermmichelson1-3/+4
2008-07-16Make absolutely certain that the transfer datastoremmichelson1-1/+9
2008-06-26Add the interface of a queue member to the output of the "queue show" commandmmichelson1-1/+4
2008-06-26Backport of attended transfer queue_log patch from trunk.mmichelson1-38/+132
2008-06-26Prior to this patch, the "queue show" command used cachedmmichelson1-1/+11
2008-06-17davidw pointed out that the holdtime calculation used bymmichelson1-2/+2
2008-06-12Adds DAHDI support alongside Zaptel. DAHDI usage favored, but all Zap stuff s...jpeeler1-3/+2
2008-06-12Properly play a holdtime message if the announce-holdtime option ismmichelson1-2/+3
2008-06-04Make sure that the string we set will survive the unref ofmmichelson1-2/+2
2008-06-04Tab completion when removing a member should give the member's interface,mmichelson1-1/+1
2008-05-30When joinempty=strict, it only failed on join if there were busy members. Iftilghman1-1/+1
2008-05-05Don't consider a caller "handled" until the caller is bridged withmmichelson1-2/+1
2008-04-29Use the MACRO_CONTEXT and MACRO_EXTEN channel variables instead of the channe...mmichelson1-4/+9
2008-04-24Output of channel variables when eventwhencalled=vars was setmmichelson1-4/+4
2008-04-15Allow autofill to work in the general section of queues.conf.qwell1-2/+5
2008-04-14If the datastore has been moved to another channel due to a masquerade, thenmmichelson1-2/+7
2008-04-02Ensure that there is no timeout if none is specified.mmichelson1-1/+1
2008-03-18This patch makes it so that all queue member status changes are handled throu...mmichelson1-96/+56
2008-02-28When using autofill, members who are in use should be counted towards the mmichelson1-0/+4
2008-02-20Clear up confusion when viewing the QUEUE_WAITING_COUNT of a mmichelson1-0/+8
2008-02-08Prevent a potential three-thread deadlock. Also added a comment blockmmichelson1-7/+22
2008-01-30Fix a logic error with regards to autofill. Prior to this change, it was poss...mmichelson1-2/+3
2008-01-29Remove a memory leak from updating realtime queuesmmichelson1-2/+2
2008-01-29Fixing an erroneous return value returned when attempting to pause or unpause...mmichelson1-2/+2
2008-01-14Fixing another compilation error. I'm a bit off today :(mmichelson1-1/+1
2008-01-14Oops. Last commit had compilation error.mmichelson1-1/+1
2008-01-14Adding explicit defaults for missing options to init_queue. This is necessary...mmichelson1-0/+11
2008-01-09Part 2 of app_queue doxygen improvements. Some smaller functions this timemmichelson1-4/+11
2008-01-09use the \retval doxygen command properlymmichelson1-1/+2
2008-01-08Part 1 of N of adding doxygen comments to app_queue. I picked some of the mos...mmichelson1-3/+82
2008-01-08Some coding guidelines-related cleanupmmichelson1-11/+11
2008-01-08Make app_queue calls work with directed pickup.file1-0/+10
2008-01-02We need to reset the membername to NULL on each iteration of this loop, other...mmichelson1-0/+1
2008-01-02A change to improve the accuracy of queue logging in the case where a member ...mmichelson1-6/+23
2007-12-28I found a bug while browsing the queue code and managed to reproduce it in a ...mmichelson1-4/+2
2007-12-21Removing a debug message I accidentally just committedmmichelson1-1/+0
2007-12-21Fixing Portuguese syntax for saying dates and times. Also some coding guideli...mmichelson1-0/+1
2007-12-17Issue 11574: Add dependencies on res_monitor and res_features. oej1-0/+4
2007-12-12Removing an unused variable.mmichelson1-7/+0
2007-12-11Fixing autofill to be more accurate. Specifically, if calls ahead of the currentmmichelson1-1/+4