summaryrefslogtreecommitdiff
path: root/main/manager.c
AgeCommit message (Expand)Author
2017-10-25Build System: Fix --disable-xmldoc option.Corey Farrell
2017-10-12features, manager : Add CancelAtxfer AMI actionThomas Sevestre
2017-08-16manager: hook event is not being raisedKevin Harwell
2017-08-01Fix compiler warnings on Fedora 26 / GCC 7.Corey Farrell
2017-05-26manager: Clear the flag on the other channel.Joshua Colp
2017-05-16asterisk: Audit locking of channel when manipulating flags.Joshua Colp
2017-05-09Prevent Undefined Capath CrashJoshua Elson
2017-03-20thread safety: Don't use getprotobyname()Sean Bright
2017-03-02core: Cleanup ast_get_hint() usage.Richard Mudgett
2017-02-17Remove extra ast_iostream_close() calls.Mark Michelson
2017-02-10manager: Restore Originate failure behavior from Asterisk 11Sean Bright
2017-01-27debug_utilities: Add ast_logescalatorGeorge Joseph
2016-11-15Implement internal abstraction for iostreamsTimo Teräs
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2016-08-16Merge "manager: Add <see-also> tags to relate AoC events and actions"Joshua Colp
2016-08-15Merge "manager: Add <see-also> tags to relate UserEvent actions/apps/events"zuul
2016-08-15manager: Add <see-also> tags to relate interrelated events/actions togetherMatt Jordan
2016-08-15manager: Add <see-also> tags to relate AoC events and actionsMatt Jordan
2016-08-15manager: Add <see-also> tags to relate UserEvent actions/apps/eventsMatt Jordan
2016-06-09stasis: Add setting subscription congestion levels.Richard Mudgett
2016-06-02core/manager: Add uptime field to FullyBootedNiklas Larsson
2016-04-22Manager: Short circuit AMI message processing.Richard Mudgett
2016-04-22manager.c: Eliminate most RAII_VAR usage.Richard Mudgett
2016-04-07pbx.h: Make ast_state_cb_type take more const.Richard Mudgett
2016-03-24Restrict CLI/AMI commands on shutdown.Mark Michelson
2016-02-01build_system: Fix some warnings highlighted by clangGeorge Joseph
2016-01-10manager: Cleanup manager_channelvars during shutdown.Corey Farrell
2015-12-15AMI: Fixed OriginateResponse messagepchero
2015-11-09ast_format_cap_get_names: To display all formats, the buffer was increased.Alexander Traud
2015-10-21Add missing failure checks to ast_str_set_va() callers.Richard Mudgett
2015-10-03manager: Fix GetConfigJSON returning invalid JSONIvan Poddubny
2015-05-06main/manager.c: Bugfix sort action_manager by alphabeticallyRodrigo Ramírez Norambuena
2015-05-06manager: Fix build due to missing variable usage.Joshua Colp
2015-04-30Restrict functionality when ACLs are misconfigured.Mark Michelson
2015-04-20New AMI Command Output FormatGareth Palmer
2015-04-13AMI: Fix improper handling of lines that are exactly 1025 bytes long.Corey Farrell
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2015-04-06build: Fixes for gcc 5 compilationGeorge Joseph
2015-03-26Replace most uses of ast_register_atexit with ast_register_cleanup.Corey Farrell
2015-03-23Fix compilations errors on 64-bit OpenBSD systemsMatthew Jordan
2015-03-17Various: bugfixes found via chaosScott Griepentrog
2015-01-30Fix some memory leaks.Mark Michelson
2015-01-27Manager: Fix Manager Action ModuleLoad to give correct response when reloadingJonathan Rose
2015-01-12AMI: Revert non-backwards compatible changes from earlier commit.Richard Mudgett
2015-01-12Revert -r430452 It needs to be redone for the next major AMI version change i...Richard Mudgett
2015-01-09AMI: Remove no longer used parameter from astman_send_listack().Richard Mudgett
2015-01-09AMI: Make AMI actions that generate event lists consistent.Richard Mudgett
2015-01-07config: Add option to NOT preserve effective context when changing a templateGeorge Joseph
2014-12-18Prevent possible race condition on dual redirect of channels in the same bridge.Mark Michelson
2014-12-17Fix printf problems with high ascii characters after r413586 (1.8).Walter Doekes