aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_queue.c
AgeCommit message (Expand)AuthorFilesLines
2006-02-15remove the uses of the deprecated STANDARD_LOCAL_USERrussell1-2/+0
2006-02-15add option to avoid calling members whose channels are 'in use' (issue #6315,...kpfleming1-1/+14
2006-02-15add channel's uniqueid to manager 'join' event (issue #6458)kpfleming1-2/+2
2006-02-14don't use localuser structure for outbound calls (issue #6216)kpfleming1-210/+148
2006-02-14Merged revisions 9961,9964,9990,10018 via svnmerge from kpfleming1-1/+0
2006-02-13remove LOCAL_USER_ACF_ADD since it is now the same as LOCAL_USER_ADDrussell1-2/+2
2006-02-12major dialplan functions updatekpfleming1-9/+8
2006-02-01use string fields for some stuff in ast_channelkpfleming1-3/+4
2006-01-23changed some settings to app_args and some codemogorman1-57/+54
2006-01-22fix memory leak from not freeing the list of queue members when freeing a queuerussell1-36/+32
2006-01-22Bug 6312 - Macro janitortilghman1-103/+66
2006-01-21on this pass, only remove duplicate log messagesrussell1-3/+0
2006-01-21Bug 5936 - Cannot AddQueueMember on realtime queue, if queue not yet loaded (...tilghman1-59/+90
2006-01-21revert my pass through the tree to remove checks of the result of ast_strduparussell1-8/+16
2006-01-21remove lots of useless checks of the result of ast_strduparussell1-15/+3
2006-01-20Merged revisions 8347 via svnmerge from russell1-5/+2
2006-01-18constify arguments in more places where strings should not be modified (issue...russell1-3/+3
2006-01-17oops all better now.mogorman1-1/+1
2006-01-17allow for multiple periodic announcementsmogorman1-5/+39
2006-01-16 Spelling corrections (mostly in comments and doxygen areas) #6249 bweschke1-7/+7
2006-01-13Added QUEUE_MEMBER_COUNT and QUEUE_MEMBER_LIST mogorman1-1/+79
2006-01-13Various cleanups from comments in an email from Luigi Rizzo. Thank you!russell1-2/+1
2006-01-13added two new features to meetme, autofill and mogorman1-17/+38
2006-01-13 More memory wrapper and cleanup work. #6226 w/one very minor compile fix mod...bweschke1-20/+12
2006-01-12 Remove an unneccessary unlock and do away with the error msg about not being...bweschke1-1/+0
2006-01-12 More new memory wrapper work and initializing some memory allocations to zer...bweschke1-9/+6
2006-01-06allow limiting of queue members who will be delivered a given caller's call b...kpfleming1-15/+43
2005-12-30update doxygen docs to specify authorsrussell1-0/+2
2005-12-29avoid multiple strlen calls in complete_queuerussell1-4/+9
2005-12-26Merged revisions 7634 via svnmerge from russell1-8/+8
2005-12-06Clarify purpose of function, by renamingtilghman1-3/+3
2005-12-05Merged revisions 7337 via svnmerge from russell1-2/+3
2005-12-04convert most of the option_*'s to a single ast_flags structure. Also, fix somerussell1-4/+4
2005-12-03Bug 5858 - Make the chanvars.c functions return a 'const char *'tilghman1-3/+2
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/trunk@7221 f38db490-d61c-443f-...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