aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_queue.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-12-10If there are no members in a queue, then the loop where the datastore for det...mmichelson1-2/+4
2007-12-07* Add channel locking around datastore operations that expect the channelrussell1-17/+39
2007-12-07Allow dialing local channels from Queue() and Dial() again. There was a slightrussell1-3/+2
2007-12-07Fix in an issue in the call forwarding handling code that was causing crashesrussell1-1/+2
2007-12-03A big one...mmichelson1-1/+51
2007-12-02The other day when I went through making changes as a result of the ao2_link()russell1-2/+3
2007-11-30Change the behavior of ao2_link(). Previously, in inherited a reference.russell1-0/+6
2007-11-29This patch handles the case where a queue member with a negative penalty is a...mmichelson1-1/+1
2007-11-28Fix a few memory leaks.file1-0/+1
2007-11-27Instead of depending on the return value of ast_true(), explicitly set therussell1-1/+1
2007-11-27Two changes with regards to the 'eventwhencalled' option of queues.confmmichelson1-3/+3
2007-11-21Fix a small error I made in my previous commitmmichelson1-1/+1
2007-11-21Changing an inaccurate debug message to be less inaccurate. Under the circums...mmichelson1-1/+1
2007-11-16Make realtime queues accessible from the QUEUE_MEMBER_COUNT function.mmichelson1-10/+2
2007-11-07The member refcount must be incremented, to avoid using it after deallocation.tilghman1-0/+6
2007-10-18If a non-existent file is specified to be played either as a periodic announc...mmichelson1-2/+2
2007-10-17Changing the strategy field of the call_queue struct to be signed instead of ...mmichelson1-1/+1
2007-10-16Adding deprecated warning to monitor-join option, since the plan is tommichelson1-0/+10
2007-10-16Trying to remove a non-dynamic queue member via dynamic means can lead to somemmichelson1-1/+21
2007-10-16Fixing a double free which happens in the statechange thread.mmichelson1-4/+0
2007-10-15Ensure that no pending state changes are leaked when the device state changerussell1-2/+9