summaryrefslogtreecommitdiff
path: root/apps/app_directed_pickup.c
AgeCommit message (Expand)Author
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2013-11-22PickupChan: Add ability to specify channel uniqueids as well as channel names.Richard Mudgett
2013-11-14Pickup: Pickup() and PickupChan() parameter parsing improvements.Richard Mudgett
2013-11-14Pickup: Ensure using PICKUPMARK never considers the picking channel.Richard Mudgett
2013-08-02Remove dead code from features.c; refactor pickup code into pickup.cMatthew Jordan
2013-07-20Add transfer support to CELKinsey Moore
2012-09-20Named call pickup groups. Fixes, missing functionality, and improvements.Richard Mudgett
2012-07-31Clean up and ensure proper usage of alloca()Kinsey Moore
2012-04-26Update Pickup application documentation. (With feeling this time.)Richard Mudgett
2012-04-26Update Pickup application documentation. (Even better)Richard Mudgett
2012-04-26* Put more information in pickup_exec() LOG_NOTICE.Richard Mudgett
2012-04-25Update Pickup application documentation.Richard Mudgett
2012-03-01Opaquify ast_channel typedefs, fd arrays, and softhangup flagTerry Wilson
2012-02-13Opaquify char * and char[] in ast_channelTerry Wilson
2012-01-09Replace direct access to channel name with accessor functionsTerry Wilson
2011-09-13Merged revisions 335721 via svnmerge from Richard Mudgett
2011-07-21Merged revisions 329200 via svnmerge from Richard Mudgett
2011-07-14Merged revisions 328247 via svnmerge from Leif Madsen
2011-06-09Merged revisions 322749 via svnmerge from Richard Mudgett
2011-05-20Merged revisions 320007 via svnmerge from Richard Mudgett
2011-05-20Merged revisions 319997 via svnmerge from Richard Mudgett
2011-05-12Merged revisions 318671 via svnmerge from Alec L Davis
2010-10-05Merged revisions 290376 via svnmerge from David Vossel
2010-07-14ast_callerid restructuringRichard Mudgett
2010-05-10fixes PickupChan applicationDavid Vossel
2010-03-02adds 'p' option to PickupChanDavid Vossel
2010-01-15Add pickup event to AMI. Also, fix AMI documentation.Tilghman Lesher
2009-10-21Finish implementaton of astobj2 OBJ_MULTIPLE, and convert ast_channel_iterato...Kevin P. Fleming
2009-09-14Merged revisions 218223 via svnmerge from Matthew Nicholson
2009-07-22Fix the crash in directed pickups. For real this time.Mark Michelson
2009-07-20Okay, that didn't fix the crash. It didn't really do anything useful.Mark Michelson
2009-07-20Initialize connected line instance when doing a directed pickup.Mark Michelson
2009-06-26Merge the new Channel Event Logging (CEL) subsystem.Russell Bryant
2009-06-07Global var cleanup - constification and removing unused vars.Russell Bryant
2009-06-01Add the ability to execute connected line interception macros.Mark Michelson
2009-05-26Remove some redundant or unnecessary connected line-related function calls.Mark Michelson
2009-05-21Const-ify the world (or at least a good part of it)Kevin P. Fleming
2009-05-12add 'const' qualifiers in various places where they should have beenKevin P. Fleming
2009-05-05Fixed crashes from issue8824 review board channel locking changes.Richard Mudgett
2009-04-24Convert the ast_channel data structure over to the astobj2 framework.Russell Bryant
2009-04-23Fix a double free issue with the Pickup dialplan application.Joshua Colp
2009-04-03This commit introduces COLP/CONP and Redirecting party information into Aster...Mark Michelson
2009-03-03fix a leaked channel lock (and future deadlock) when we try to pick up our ow...Brian Degenhardt
2008-12-09Merged revisions 162341 via svnmerge from Joshua Colp
2008-11-09In order to move away from nested function use, some changes to the recently ...Sean Bright
2008-11-05Fix some whitespace.Sean Bright
2008-11-05Update a couple places to use the new ast_channel_search_locked API call.Sean Bright
2008-11-02Instead of doing a couple of strlen() calls each iteration of the loop, only ...Russell Bryant
2008-11-01Merge changes from team/group/appdocsxmlRussell Bryant