aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_queue.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-15Previously, app_queue created a thread to handle every single device staterussell1-14/+68
2007-10-04Don't allocate space for queue members unless it's needed. You end up deletin...mmichelson1-1/+2
2007-10-04Create a duplicate of the channel's member name as the tab completion stuff w...file1-1/+1
2007-09-19Protect the CDR record from modification by pbx_exec so that the application ...file1-1/+5
2007-09-18Initialize a variable to NULL to make the world happy.file1-1/+1
2007-09-18Moving the logic for handling an empty membername to the create_member functi...mmichelson1-15/+8
2007-09-18there is no need for conditional logic to select ->interface or ->membername,...kpfleming1-11/+5
2007-09-17fix a couple of places where a logical member name (if specified) was not use...kpfleming1-5/+11
2007-09-14Crap, I broke the build. Fixed.mmichelson1-1/+1
2007-09-14Adding member name field to manager events where they were missing beforemmichelson1-2/+4
2007-09-13Preemptively fixing a possible segfault. It is possible that queuename is NULL mmichelson1-1/+1
2007-09-13Added logic to handle the unlikely case that someone has two queues with the ...mmichelson1-1/+13
2007-09-12We should only initialize a realtime queue when it is allocated, not every ti...mmichelson1-2/+1
2007-09-11Fix incorrect uses of ao2_find(). Every one of these calls was reading bogusrussell1-8/+16
2007-09-11Fix another missing unref of member objects. This one was pointed out by Marta.russell1-0/+2
2007-09-11All instances of ao2_iterators which were just named 'i' have been renamedmmichelson1-50/+51
2007-09-11Add a couple more missing unrefs of queue member objectsrussell1-0/+2
2007-09-11Add a missing unref of a queue member in an error handling blockrussell1-0/+1
2007-09-11Document why membercount can not simply be replaced by ao2_container_count()russell1-1/+6
2007-09-10Convert struct member to use refcounts (closes issue #10199)tilghman1-159/+180
2007-09-07Allow the MEMBERINTERFACE variable to be used as the mixmonitor filename.qwell1-2/+4
2007-09-06Fixes an issue where valid DTMF had to be pressed twice to exit a queue if a ...mmichelson1-3/+2
2007-09-05Fixing the build...mmichelson1-0/+1
2007-09-05Reverting behavior of QUEUE_MEMBER_COUNT to only count members who are logged inmmichelson1-1/+6