aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_queue.c
AgeCommit message (Expand)AuthorFilesLines
2006-06-23automerge commitroot1-0/+2
2006-06-15automerge commitroot1-50/+50
2006-06-14automerge commitroot1-74/+71
2006-06-04automerge commitroot1-1/+1
2006-05-30automerge commitroot1-0/+10
2006-05-26automerge commitroot1-29/+146
2006-05-25automerge commitroot1-1/+1
2006-05-24automerge commitroot1-26/+24
2006-05-20automerge commitroot1-4/+4
2006-05-19automerge commitroot1-0/+2
2006-05-08automerge commitroot1-3/+5
2006-05-04automerge commitroot1-15/+47
2006-04-27automerge commitroot1-1/+1
2006-04-04automerge commitroot1-25/+23
2006-03-14automerge commitroot1-1/+1
2006-02-14automerge commitroot1-2/+1
2006-01-22automerge commitroot1-44/+45
2006-01-21automerge commitroot1-60/+91
2006-01-20automerge commitroot1-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
2005-09-30fix queues properly (issue #5300, take two)kpfleming1-6/+8
2005-09-29ensure that app_queue won't crash if no members are defined via Realtime (iss...kpfleming1-0/+5
2005-09-28fix logic error that breaks queue exit (issue #5312)russell1-1/+2
2005-09-26don't drop the caller just because it's not time to play an announcement (iss...kpfleming1-3/+3
2005-09-15more license/copyright header updates (thanks Ian!)kpfleming1-4/+18
2005-09-07convert a bunch of apps to use ast_goto_if_exists() (issue #5138)kpfleming1-14/+5
2005-09-01fix stupid thinko (thanks velter!)kpfleming1-2/+2
2005-08-31don't duplicate devicestate-to-string function (issue #5078)kpfleming1-44/+21
2005-08-14Make sure "now" is initialized (bug #4961)markster1-0/+1
2005-08-07Don't record all calls as abandoned (bug #4575) (fixes damage inadvertently a...markster1-6/+7
2005-08-03Remove queue/session co-locking until deadlocks are properly resolvedmarkster1-4/+0
2005-07-31Add periodic announcement (bug #4677 with mods)markster1-8/+89
2005-07-27remove useless call to time() and an extra variable when we can just use therussell1-2/+0