aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_queue.c
AgeCommit message (Expand)AuthorFilesLines
2007-01-31Fix a bunch of places where pthread_attr_init() was called, butrussell1-0/+1
2007-01-27Make COMPLETECALLER and COMPLETEAGENT output to queue_log follow documentatio...file1-3/+3
2006-10-03fix a logic error in my previous fix to the queue reload codekpfleming1-3/+7
2006-09-28fix buggy (and overly complex) loop used during reload of app_queue for stati...kpfleming1-17/+15
2006-09-28 app_queue is comparing the device names incorrectly while checking their sta...bweschke1-2/+16
2006-09-28 Fix race condion crash with get_member_status (#7864 - tim_ringenbach report...bweschke1-1/+4
2006-09-19fixes some verbose vs debug issues. patch from bug 2617mogorman1-1/+1
2006-09-03 Make sure the forwarded channel inherits variables appropriately when we rec...bweschke1-0/+1
2006-09-03 Don't keep trying the same member in certain strategies when members of the ...bweschke1-0/+5
2006-09-03 Setting a retry of 0 is generally not a good idea and shouldn't be allowed. ...bweschke1-1/+1
2006-08-05remove duplicate queue log entry when the caller exits on a timeoutrussell1-1/+0
2006-06-23 We should lock the queue before we go making changes to member interface sta...bweschke1-0/+2
2006-06-15don't use prefixed structure names for internal structureskpfleming1-50/+50
2006-06-14coding style cleanups on queue interface handling code that was committed for...kpfleming1-74/+71
2006-06-04return bridge exit logic to what it was before i broke it :-(kpfleming1-1/+1
2006-05-30 Fix infinite loop scenario and add some sanity checking to prevent segfault ...bweschke1-0/+10
2006-05-26 A new way to try and deal with deadlocks that occur in app_queue at present....bweschke1-29/+146
2006-05-25 Oops.bweschke1-1/+1
2006-05-24fix various bugs related to exiting from queue via keypress and moh handling ...kpfleming1-26/+24
2006-05-20don't allow queue member devices to ring longer than the total queue timeout ...kpfleming1-4/+4
2006-05-19Treat paused queue members as unreachable (issue #7127 reported by peterh)file1-0/+2
2006-05-08 Make QueueStatusComplete event thread safe by wrapping it inside the queue l...bweschke1-1/+1
2006-05-08 Oops. :(bweschke1-1/+1
2006-05-08 Don't recheck valid_exit() after getting the result from say_position (which...bweschke1-2/+4
2006-05-04Bug 7023 - reload should not unpause memberstilghman1-15/+47
2006-04-27Queue(somequeue,,,,) -> interpreted as Queue(somequeue,,,,0) (issue #7044 rep...file1-1/+1
2006-04-04Issue #6882 - move "res=-1" out of verbosity block, minor code cleanups (casper)oej1-25/+23
2006-03-14fix a problem with not loading realtime queue members by always reloading a russell1-1/+1
2006-02-14don't double-increment abandon counter for calls that are hung up while diali...kpfleming1-2/+1
2006-01-22fix memory leak from not freeing the queue member list when freeing an old queuerussell1-44/+45
2006-01-21Bug 5936 - AddQueueMember fails on realtime queue, if queue not yet loadedtilghman1-60/+91
2006-01-20fix invalid value of prev_q (issue #6302)russell1-5/+2
2005-12-26cast time_t to an int in printf/scanf (issue #5635)russell1-8/+8
2005-12-05don't delete dynamic queue members when reloading the static members from a r...russell1-2/+3
2005-12-01fix queue weight feature - compare member interfaces instead of pointers torussell1-1/+1
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7221 f38db490-d61...kpfleming1-0/+0
2005-11-10issue #5707kpfleming1-2/+2
2005-11-08make app_queue 1.2 jump compliant (issue #5580)russell1-107/+164
2005-11-08issue #5648kpfleming1-2/+2
2005-11-07application doc updatekpfleming1-7/+4
2005-11-06issue #5605russell1-73/+80
2005-11-06alphabetize option listsrussell1-4/+4
2005-10-26remove unnecessary checks before calls to ast_strlen_zerorussell1-8/+8
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-7/+5
2005-10-19Massive cleanups to applications for LOCAL_USER handling and some other things.russell1-17/+29
2005-10-18it's a good idea to unregister everything before calling STANDARD_HANGUP_LOCA...russell1-36/+42
2005-10-18Fix segfault in app queue when no cdr exists for the calling channel (bug #5462)markster1-1/+7
2005-10-17Fix queue, iax and sip formatting issues (bug #5449)markster1-17/+18
2005-10-13add auto-monitor support (issue #5411)kpfleming1-0/+8
2005-10-13Log timeouts in queues when the call timeout is set from the dialplan (Bug #5...twisted1-0/+3