summaryrefslogtreecommitdiff
path: root/apps/app_queue.c
AgeCommit message (Expand)Author
2008-04-24Merged revisions 114628 via svnmerge from Mark Michelson
2008-04-22Allow setqueuevar=yes (et al) to work, after changes to pbx_builtin_setvar()Jason Parker
2008-04-15Merged revisions 114133 via svnmerge from Jason Parker
2008-04-14Merged revisions 114112 via svnmerge from Mark Michelson
2008-04-09Fix a crash that happened due to accessing free'd memoryMark Michelson
2008-04-02Merged revisions 112393 via svnmerge from Mark Michelson
2008-03-28Forgetting to unregister a manager action is bad, mmmk?Joshua Colp
2008-03-28Fix a crash that would happen when attempting to unload the app_queue module.Mark Michelson
2008-03-18Merged revisions 109713 via svnmerge from Mark Michelson
2008-03-18Add option 'randomperiodicannounce' to queues.conf. Setting this willMark Michelson
2008-03-18Go through and fix a bunch of places where character strings were being inter...Terry Wilson
2008-03-10app_queue has now been doxygenified thanks to snuffy! The ony thing I changedMark Michelson
2008-03-07(closes issue #6002)Steve Murphy
2008-03-05 - simplify a few statements with ARRAY_LEN()Russell Bryant
2008-03-04Fix minor misuses of snprintfTilghman Lesher
2008-02-28Merged revisions 105059 via svnmerge from Mark Michelson
2008-02-20Merged revisions 103956 via svnmerge from Mark Michelson
2008-02-15Fix up some doxygen issues.Jason Parker
2008-02-14Change the queue holdtime announcement to happen at any interval (not just gr...Mark Michelson
2008-02-11Fix improper indentation. Thanks again to snuffy for pointing it out.Mark Michelson
2008-02-11Add a couple of comments to clarify the unreffing of queues.Mark Michelson
2008-02-08Forgot that AST_LIST_REMOVE_CURRENT takes different arguments in trunk than 1.4.Mark Michelson
2008-02-08Merged revisions 103120 via svnmerge from Mark Michelson
2008-02-06Add the channel's unique id to the AgentCalled manager event to make it more ...Mark Michelson
2008-02-06Remove an extra debug message I left inMark Michelson
2008-01-31Forgot an !Mark Michelson
2008-01-31A change I made to accommodate the "linear" strategy in trunk caused queue st...Mark Michelson
2008-01-31Handle the case of a NULL state_interface when checking a realtime member.Mark Michelson
2008-01-30Merged revisions 101216 via svnmerge from Mark Michelson
2008-01-29Merged revisions 101035 via svnmerge from Mark Michelson
2008-01-29Merged revisions 100973 via svnmerge from Mark Michelson
2008-01-25Insure that we are not going to pass a NULL pointer to add_to_interfaces.Mark Michelson
2008-01-21Adding the QUEUENAME variable to the variables set using the setqueuevar option Mark Michelson
2008-01-17state_interface could be NULL, so use the never-NULL cur->state_interface for...Mark Michelson
2008-01-17Get the device state of the state interface instead of the interface when cre...Mark Michelson
2008-01-14Merged revisions 98737 via svnmerge from Mark Michelson
2008-01-14Merged revisions 98733 via svnmerge from Mark Michelson
2008-01-09Merged revisions 97575 via svnmerge from Mark Michelson
2008-01-09Merged revisions 97308 via svnmerge from Mark Michelson
2008-01-08Merged revisions 97304 via svnmerge from Mark Michelson
2008-01-08Initialize new variable to NULLTerry Wilson
2008-01-08Adding the option of specifying a second interface in a member definition for...Mark Michelson
2008-01-08Merged revisions 97093 via svnmerge from Joshua Colp
2008-01-02Merged revisions 96102 via svnmerge from Mark Michelson
2008-01-02Since ',' is the standard argument separator in trunk, change app_queueMark Michelson
2008-01-02Merged revisions 95890 via svnmerge from Mark Michelson
2007-12-28The diff for this change looks really bad, but all I did here was decrease th...Mark Michelson
2007-12-28Merged revisions 95095 via svnmerge from Mark Michelson
2007-12-27NULL does not need to be cast to (char *)Luigi Rizzo
2007-12-21Fix a memory leak when reloading queue rules.Mark Michelson