aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_queue.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-07-27the time must be initialized for the 'n' option to actually work (bug #4834)russell1-1/+1
2005-07-26make queue and interface name matching case-insensitive (bug #4815)kpfleming1-2/+2
2005-07-20add English device state output (bug #4733, with minor mod)kpfleming1-3/+1
2005-07-13add QueueStatusComplete event (bug #4694 with minor mods)kpfleming1-2/+9
2005-07-12add support for multiple-digit extensions in queue exit contexts (bug #4690)kpfleming1-14/+77
2005-07-11fix off by one errors in calls to ast_copy_string (bug #4600)russell1-1/+1
2005-07-10define an AST_MAX_CONTEXT for use instead of AST_MAX_EXTENSIONrussell1-3/+3
2005-07-08queue device state changes and handle them serially in a background threadkpfleming1-0/+1
2005-07-07ensure that "completed calls" counter is updated properly (bug #4575)kpfleming1-1/+0
2005-07-05ensure that abandoned calls are recorded that way (bug #4644)kpfleming1-3/+11
2005-06-09ensure CLI commands produce proper terminating output when used with manager ...kpfleming1-2/+6
2005-06-06the last round of file version tagskpfleming1-11/+14
2005-06-06major Makefile and build process improvements, including removal of all hardc...kpfleming1-1/+1
2005-06-02add realtime support to app_queue for static members/agents (bug #4037)kpfleming1-221/+452
2005-06-02add missing if statement in say_position (bug #4435)kpfleming1-0/+1
2005-05-30Fix memory leak and remove useless coe (bug #4318, with mods)markster1-2/+7
2005-05-15allow caller to exit during position announcement by pressing valid exit key ...kpfleming1-93/+125
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...kpfleming1-19/+19
2005-04-13add missing newlines, fix misspelling of nonexistent (bug #4027)russell1-1/+1