aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_queue.c
AgeCommit message (Expand)AuthorFilesLines
2006-04-21more NULL "" equivalence,rizzo1-17/+14
2006-04-14This rather large commit changes the way modules are loaded. rizzo1-13/+8
2006-04-10remove support for BYEXTENSION (which nobody even knows about anymore)kpfleming1-10/+0
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...kpfleming1-2/+2
2006-04-05Bug 6873 - Finish moving from the non-threadsafe (and poor randomness) rand()...tilghman1-2/+2
2006-04-04Issue #6882 oej1-25/+23
2006-03-29Normalize some cli completion code.rizzo1-41/+27
2006-03-25Add micro-http server and abstract manager interface, make snmp not die markster1-24/+56
2006-03-14Merged revisions 12925 via svnmerge from russell1-1/+1
2006-03-11Bug 6459 - tell manager when queue is abandonedtilghman1-0/+8
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