summaryrefslogtreecommitdiff
path: root/apps/app_directed_pickup.c
AgeCommit message (Expand)Author
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
2008-04-25Merge app_pickupchan with app_directed_pickup, for AST-27.Jason Parker
2008-02-09whitespace fixes only.Michiel van Baak
2007-11-21remove another set of redundant #include "asterisk/options.h"Luigi Rizzo
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyLuigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-11-06"show application <foo>" changes for clarity.Mark Michelson
2007-08-27Enhance Pickup to do native pickupgroup pickup when no arguments are specifie...Tilghman Lesher
2007-07-16Applications no longer need to call ast_module_user_add and ast_module_user_r...Joshua Colp
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.Russell Bryant
2007-06-06Merged revisions 67626 via svnmerge from Joshua Colp
2007-06-04Minor clean up. Constify a few variables and use ast_strlen_zero in a few pla...Joshua Colp
2006-11-20Merged revisions 47850 via svnmerge from Joshua Colp
2006-10-16It's new directed pickup! This now features a more sane way of finding the ch...Joshua Colp
2006-10-03bug #8076 check option_debug before printing to debug channel.Matt O'Gorman