summaryrefslogtreecommitdiff
path: root/main/pbx.c
AgeCommit message (Expand)Author
2018-03-07Replace direct checks of option_debug with DEBUG_ATLEAST macro.Corey Farrell
2018-01-18pbx: Reduce verbosity while loading extensionskrells
2018-01-04pbx: Prevent execution of NULL pointer.Corey Farrell
2017-12-22Remove as much trailing whitespace as possible.Sean Bright
2017-11-06PBX: Handle errors from AST_VECTOR_APPEND.Corey Farrell
2017-07-05core: Remove 'Data Retrieval API'Sean Bright
2017-05-16asterisk: Audit locking of channel when manipulating flags.Joshua Colp
2017-04-19pbx: Use same thread if AST_OUTGOING_WAIT_COMPLETE specifiedSean Bright
2017-03-14pbx.c: Fix crash from malformed exten pattern.Richard Mudgett
2017-03-02core: Cleanup ast_get_hint() usage.Richard Mudgett
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-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2016-08-29pbx.c: Prevent infinite recursion in manager_show_dialplan_helper.Etienne Lessard
2016-08-15pbx.c: Additional fixes to ast_context_remove_extension_callerid2.Corey Farrell
2016-08-01Merge "pbx.c: Fix handling of '-' in extension name and callerid"Joshua Colp
2016-07-28pbx.c: Fix handling of '-' in extension name and calleridCorey Farrell
2016-07-28pbx.c: Allow dangerous functions when adding a hint to dialplan.Richard Mudgett
2016-07-21pbx.c: Remove duplicate code.Corey Farrell
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-07-14pbx: Fix leak of timezone for time based includes.Corey Farrell
2016-04-08Merge "pbx.h: Make ast_state_cb_type take more const."Joshua Colp
2016-04-08Merge "pbx.c: Minor code rearangements."Joshua Colp
2016-04-07pbx.h: Make ast_state_cb_type take more const.Richard Mudgett
2016-04-07pbx.c: Minor code rearangements.Richard Mudgett
2016-04-07pbx: Update doxygen for extension state watchers.Richard Mudgett
2016-04-05pbx: Add support for autohints.Joshua Colp
2016-01-11pbx: Deadlock between contexts container and context_merge locksKevin Harwell
2016-01-05main/pbx: Move hangup handler routines to pbx_hangup_handler.c.Corey Farrell
2016-01-04main/pbx: Move dialplan application management routines to pbx_app.c.Corey Farrell
2016-01-04main/pbx: Move switch routines to pbx_switch.c.Corey Farrell
2016-01-04main/pbx: Move timing routines to pbx_timing.c.Corey Farrell
2016-01-04main/pbx: Move variable routines to pbx_variables.c.Corey Farrell
2016-01-01main/pbx: Move custom function routines to pbx_functions.c.Corey Farrell
2015-12-30main/pbx: Move pbx_builtin dialplan applications to pbx_builtins.cGeorge Joseph
2015-09-19pbx: Update device and presence state when changing a hint extension.Joshua Colp
2015-09-02pbx: Fix crash when issuing "core show hints" with long pattern match.Joshua Colp
2015-07-17pbx.c: Post AMI VarSet event if delete a non-empty dialplan variable.Richard Mudgett
2015-06-26main/pbx: Resolve case sensitivity regression in PBX hintsMatt Jordan
2015-06-08Fix unsafe uses of ast_context pointers.Corey Farrell
2015-05-01main/pbx: Improve performance of dialplan reloads with a large number of hintsMatt Jordan
2015-04-19main/pbx: Don't attempt to destroy a previously destroyed exten/priority tupleMatt Jordan
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2015-03-26Replace most uses of ast_register_atexit with ast_register_cleanup.Corey Farrell
2015-03-13Logger: Convert 'struct ast_callid' to unsigned int.Corey Farrell
2015-01-30Fix some memory leaks.Mark Michelson
2015-01-19Call extension state callbacks at hint creation.Mark Michelson