summaryrefslogtreecommitdiff
path: root/include/asterisk/pbx.h
AgeCommit message (Expand)Author
2017-02-10manager: Restore Originate failure behavior from Asterisk 11Sean Bright
2017-01-04core/pbx: dialplan show - display filename/line#Jonathan R. Rose
2016-11-29app_originate: Add option to execute gosub prior to dialDavid Kerr
2016-07-28pbx.c: Allow dangerous functions when adding a hint to dialplan.Richard Mudgett
2016-07-21pbx: Create pbx_sw.c for management of 'struct ast_sw'.Corey Farrell
2016-07-18pbx: Create pbx_ignorepat.c for management of 'struct ast_ignorepat'.Corey Farrell
2016-07-15pbx: Create pbx_include.c for management of 'struct ast_include'.Corey Farrell
2016-04-08Merge "pbx.h: Make ast_state_cb_type take more const."Joshua Colp
2016-04-07pbx.h: Make ast_state_cb_type take more const.Richard Mudgett
2016-04-07pbx: Update doxygen for extension state watchers.Richard Mudgett
2016-04-05pbx: Add support for autohints.Joshua Colp
2015-06-08Fix unsafe uses of ast_context pointers.Corey Farrell
2015-05-04Modules: Make ast_module_info->self available to auxiliary sources.Corey Farrell
2014-04-18Originated calls: Fix several originate call problems.Richard Mudgett
2014-03-07uniqueid: channel linkedid, ami, ari object creation with id'sScott Griepentrog
2013-12-16security: Inhibit execution of privilege escalating functionsDavid M. Lee
2013-10-25pbx.c: fix confused match caller id that deleted exten still in hashScott Griepentrog
2013-07-01Prevent crash during synchronous AMI origination by ref bumping returned channelMatthew Jordan
2013-06-07res_parking: Automatically generate extensions, hints, etc.Jonathan Rose
2012-09-22Doxygen Updates Janitor WorkAndrew Latham
2012-08-30Clean up doxygen warningsMatthew Jordan
2012-08-09Extend extension state callbacks to have more information.Mark Michelson
2012-08-08Allow support for early media on AMI originates and call files.Mark Michelson
2012-06-29Hangup handlers - Dialplan subroutines that run when the channel hangs up.Richard Mudgett
2012-06-04Merge changes dealing with support for Digium phones.Mark Michelson
2012-03-16Revert the pre-dial addition.Mark Michelson
2012-03-15Add options PreDial options 'b' and 'B' to app_dialMark Murawki
2012-02-01Constify some more channel driver technology callback parameters.Richard Mudgett
2011-12-23Fix extension state callback references in chan_sip.Richard Mudgett
2011-07-15Merged revisions 328329 via svnmerge from Richard Mudgett
2011-06-21Merged revisions 324364 via svnmerge from David Vossel
2011-02-03Asterisk media architecture conversion - no more format bitfieldsDavid Vossel
2010-09-10Merged revisions 286189 via svnmerge from Terry Wilson
2010-08-05Merged revisions 280984 via svnmerge from Tilghman Lesher
2010-06-08Fix some doxygen warnings.Leif Madsen
2010-01-25Change api for pbx_builtin_setvar to actually return error code if a function...Olle Johansson
2010-01-13Add the TESTTIME() dialplan function, which permits testing GotoIfTime.Tilghman Lesher
2009-11-04mmichelson reported a compilation error related to codec bit expansion that s...Tilghman Lesher
2009-11-04Expand codec bitfield from 32 bits to 64 bits.Tilghman Lesher
2009-10-13Fix some doxygen format problems and trim trailing whitespace.Richard Mudgett
2009-07-08Merged revisions 205409 via svnmerge from David Vossel
2009-05-26Add new ast_complete_applications function so that we can use it with theSean Bright
2009-05-22Implement a new element in AstXML for AMI actions documentation.Eliel C. Sardanons
2009-05-21Const-ify the world (or at least a good part of it)Kevin P. Fleming
2009-04-29Merge str_substitution branch.Tilghman Lesher
2009-04-09Add ability for dialplan execution to continue when caller hangs up.Jeff Peeler
2009-04-01Merge changes from str_substitution that are unrelated to that branch.Tilghman Lesher
2009-03-09Add Doxygen documentation for API changes from 1.6.0 to 1.6.1Jeff Peeler
2008-12-23Merged revisions 166093 via svnmerge from Steve Murphy
2008-12-18Remove the need for AST_PBX_KEEPALIVE with the GoSub option from Dial.Russell Bryant