summaryrefslogtreecommitdiff
path: root/apps/app_queue.c
AgeCommit message (Expand)Author
2012-04-25Use the DEFINED value for musicclass length.Olle Johansson
2012-04-23Make app_dial and app_queue use new macro and gosub calls.Richard Mudgett
2012-04-11Change default value of 'ignorebusy' on Queue members so that behavior is mor...Jonathan Rose
2012-03-22Adds F option to Bridge applicationJonathan Rose
2012-03-15Add missing connected line macro calls to initial dial for Dial and Queue apps.Richard Mudgett
2012-03-13Finalize ast_channel opaquificationTerry Wilson
2012-03-08Resolve a few more cases of variable shadowing.Sean Bright
2012-03-02Adds a transfer callee on hangup option (like with Dial option F) to queues.Jonathan Rose
2012-03-01Opaquify ast_channel typedefs, fd arrays, and softhangup flagTerry Wilson
2012-02-29Opaquify ast_channel structs and listsTerry Wilson
2012-02-28Fix REF_DEBUG compile errors.Richard Mudgett
2012-02-27Deprecated macro usage for connected line, redirecting, and CCSSKinsey Moore
2012-02-20ast_channel opaquification of pointers and integral typesTerry Wilson
2012-02-13Opaquify char * and char[] in ast_channelTerry Wilson
2012-02-08Avoid cppcheck warnings; removing unused vars and a bit of cleanup.Walter Doekes
2012-01-27Audit of ao2_iterator_init() usage for v10. Missed one.Richard Mudgett
2012-01-27Audit of ao2_iterator_init() usage for v1.8.Richard Mudgett
2012-01-24Opaquify channel stringfieldsTerry Wilson
2012-01-13Realtime queues failed to load queue information without queue member tableMatthew Jordan
2012-01-09Replace direct access to channel name with accessor functionsTerry Wilson
2011-12-16Fix crash during CDR update.Richard Mudgett
2011-12-14Fixed Asterisk crash when function QUEUE_MEMBER receives invalid inputMatthew Jordan
2011-12-08Fix regressed behavior of queue set penalty to work without specifying 'in <q...Jonathan Rose
2011-11-14Make queue log indicate if ADDMEMBER is paused for AMI and realtime.Richard Mudgett
2011-11-10Fix potential deadlock calling ast_call() with channel locks held.Richard Mudgett
2011-11-10Make AMI event AgentCalled get CallerID/ConnectedLine info from the incoming ...Richard Mudgett
2011-10-25Use int for storing ao2_container_count instad of size_tTerry Wilson
2011-10-25Simplify queue membercount codeTerry Wilson
2011-10-25Properly update membercount for reloaded membersTerry Wilson
2011-10-24Fix use of OBJ_KEY in Queue application.Richard Mudgett
2011-10-24queues container needs locking when using the OBJ_NOLOCK flagGregory Nietsky
2011-10-23Remove some ref leaks and a return without unlock.Gregory Nietsky
2011-10-23Whitespace Fixups / Add BracesGregory Nietsky
2011-10-20Merged revisions 341580 via svnmerge from Gregory Nietsky
2011-10-19Merged revisions 341486 via svnmerge from Matthew Nicholson
2011-09-28Add autopausebusy and autopauseunavail queue optionsTerry Wilson
2011-09-23Merged revisions 337840 via svnmerge from Gregory Nietsky
2011-09-19Merged revisions 336717 via svnmerge from Jonathan Rose
2011-09-15Merged revisions 336094 via svnmerge from Gregory Nietsky
2011-09-07Merged revisions 334621 via svnmerge from Alec L Davis
2011-08-23Merged revisions 333011 via svnmerge from Richard Mudgett
2011-08-22Merged revisions 332875,332878 via svnmerge from Richard Mudgett
2011-08-12Merged revisions 331775 via svnmerge from Matthew Nicholson
2011-08-08Log queue member name when state_interface is set for ADDMEMBER and REMOVEMEM...Kinsey Moore
2011-08-08app_queue: Add StateInterface to output of "queue show" and "QueueStatus"Kinsey Moore
2011-07-15Merged revisions 328329 via svnmerge from Richard Mudgett
2011-07-14Merged revisions 328247 via svnmerge from Leif Madsen
2011-07-05Merged revisions 326411 via svnmerge from Tilghman Lesher
2011-06-29Merged revisions 325614 via svnmerge from Richard Mudgett
2011-06-29Merged revisions 325610 via svnmerge from Richard Mudgett