aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_queue.c
AgeCommit message (Expand)AuthorFilesLines
2008-05-28Update to the janitor project for making sure to be thread-safe whenmmichelson1-61/+71
2008-05-22- revert change to ast_queue_hangup and create ast_queue_hangup_with_causemvanbaak1-2/+3
2008-05-22Committing a fix pointed out by Atis Lezdins on the asterisk-dev list. Thanks!mmichelson1-3/+6
2008-05-21Add a new manager event, AgentRingNoAnswer tommichelson1-0/+14
2008-05-21Optimize the update_realtime_member_field function by not havingmmichelson1-35/+55
2008-05-12Correctly document state interface for AddQueueMember. Discovered while look...qwell1-2/+2
2008-05-05Merged revisions 115320 via svnmerge from mmichelson1-2/+1
2008-05-03app_queue uses a taskprocessor for device state changesdhubbard1-89/+27
2008-05-01Modify TIMEOUT() to be accurate down to the millisecond.tilghman1-1/+1
2008-04-30Adding new configuration options to app_queue. This adds two new valuesmmichelson1-19/+72
2008-04-29Merged revisions 114848 via svnmerge from mmichelson1-4/+9
2008-04-25Whitespace changes onlytilghman1-26/+29
2008-04-24Pass the hangup cause all the way to the calling app/channel.mvanbaak1-0/+2
2008-04-24Merged revisions 114628 via svnmerge from mmichelson1-4/+4
2008-04-22Allow setqueuevar=yes (et al) to work, after changes to pbx_builtin_setvar()qwell1-8/+8
2008-04-15Merged revisions 114133 via svnmerge from qwell1-2/+5
2008-04-14Merged revisions 114112 via svnmerge from mmichelson1-2/+7
2008-04-09Fix a crash that happened due to accessing free'd memorymmichelson1-1/+0
2008-04-02Merged revisions 112393 via svnmerge from mmichelson1-1/+1
2008-03-28Forgetting to unregister a manager action is bad, mmmk?file1-1/+1
2008-03-28Fix a crash that would happen when attempting to unload the app_queue module.mmichelson1-2/+7
2008-03-18Merged revisions 109713 via svnmerge from mmichelson1-95/+55
2008-03-18Add option 'randomperiodicannounce' to queues.conf. Setting this willmmichelson1-5/+15
2008-03-18Go through and fix a bunch of places where character strings were being inter...twilson1-2/+2
2008-03-10app_queue has now been doxygenified thanks to snuffy! The ony thing I changedmmichelson1-71/+189
2008-03-07(closes issue #6002)murf1-3/+1
2008-03-05 - simplify a few statements with ARRAY_LEN()russell1-7/+6
2008-03-04Fix minor misuses of snprintftilghman1-6/+6
2008-02-28Merged revisions 105059 via svnmerge from mmichelson1-0/+4
2008-02-20Merged revisions 103956 via svnmerge from mmichelson1-0/+8
2008-02-15Fix up some doxygen issues.qwell1-0/+1
2008-02-14Change the queue holdtime announcement to happen at any interval (not just gr...mmichelson1-27/+29
2008-02-11Fix improper indentation. Thanks again to snuffy for pointing it out.mmichelson1-9/+9
2008-02-11Add a couple of comments to clarify the unreffing of queues.mmichelson1-0/+2
2008-02-08Forgot that AST_LIST_REMOVE_CURRENT takes different arguments in trunk than 1.4.mmichelson1-1/+1
2008-02-08Merged revisions 103120 via svnmerge from mmichelson1-5/+20
2008-02-06Add the channel's unique id to the AgentCalled manager event to make it more ...mmichelson1-1/+2
2008-02-06Remove an extra debug message I left inmmichelson1-1/+0
2008-01-31Forgot an !mmichelson1-1/+1
2008-01-31A change I made to accommodate the "linear" strategy in trunk caused queue st...mmichelson1-5/+24
2008-01-31Handle the case of a NULL state_interface when checking a realtime member.mmichelson1-1/+1
2008-01-30Merged revisions 101216 via svnmerge from mmichelson1-2/+3
2008-01-29Merged revisions 101035 via svnmerge from mmichelson1-2/+2
2008-01-29Merged revisions 100973 via svnmerge from mmichelson1-2/+2
2008-01-25Insure that we are not going to pass a NULL pointer to add_to_interfaces.mmichelson1-2/+2
2008-01-21Adding the QUEUENAME variable to the variables set using the setqueuevar option mmichelson1-2/+2
2008-01-17state_interface could be NULL, so use the never-NULL cur->state_interface for...mmichelson1-1/+1
2008-01-17Get the device state of the state interface instead of the interface when cre...mmichelson1-1/+1
2008-01-14Merged revisions 98737 via svnmerge from mmichelson1-1/+0
2008-01-14Merged revisions 98733 via svnmerge from mmichelson1-0/+11