summaryrefslogtreecommitdiff
path: root/main/asterisk.c
AgeCommit message (Expand)Author
2017-12-20core: Fix unused variable error in handle_show_sysinfo.Corey Farrell
2017-12-19CLI: Address multiple issues.Corey Farrell
2017-12-13CLI: Remove special handling of 'core set verbose' from rasterisk.Corey Farrell
2017-12-11CLI: Fix 'core show sysinfo' function ordering.Corey Farrell
2017-12-08utils: Add convenience function for setting fd flagsSean Bright
2017-12-07Merge "CLI: Fix remote console completion." into 13Jenkins2
2017-12-07CLI: Fix remote console completion.Corey Farrell
2017-12-07sounds_index: Avoid repeatedly reindexing.Corey Farrell
2017-11-21CLI: Finish conversion of completion handling to vectors.Corey Farrell
2017-11-21CLI: Refactor cli_complete.Corey Farrell
2017-11-21CLI: Rewrite ast_el_strtoarr to use vector's internally.Corey Farrell
2017-11-21CLI: Refactor ast_cli_display_match_list.Corey Farrell
2017-11-14Merge "core: Fix configuration of remote console socket path." into 13Jenkins2
2017-11-13core: Fix configuration of remote console socket path.Corey Farrell
2017-11-11core: Add cache_media_frames debugging option.Richard Mudgett
2017-11-09core: Remove disabled code.Corey Farrell
2017-08-30AST-2017-006: Fix app_minivm application MinivmNotify command injectionCorey Farrell
2017-08-01Fix compiler warnings on Fedora 26 / GCC 7.Corey Farrell
2017-07-11Avoid setting maxfiles for a remote asteriskTzafrir Cohen
2017-04-12modules: change module LOAD_FAILUREs to LOAD_DECLINESGeorge Joseph
2017-02-13cli: Fix various CLI documentation and completion issuesSean Bright
2017-01-24PJPROJECT logging: Fix detection of max supported log level.Richard Mudgett
2016-11-30PJPROJECT logging: Made easier to get available logging levels.Richard Mudgett
2016-11-26chan_sip: Fix segfault during module unloadMichael Kuron
2016-11-14cli: Fix ast_el_read_char to work with libedit >= 3.1George Joseph
2016-11-02rtp_engine: Allow more than 32 dynamic payload types.Alexander Traud
2016-10-28Fix shutdown crash caused by modules being left open.Corey Farrell
2016-09-21Merge "core: Fix LOW_MEMORY missing symbol ast_pbx_uuid_get." into 13zuul
2016-09-21Merge "asterisk.c: Non-root users also get the astcanary after core restart."...zuul
2016-09-20core: Fix LOW_MEMORY missing symbol ast_pbx_uuid_get.Corey Farrell
2016-09-20sd_notify (systemd status notifications) supportTzafrir Cohen
2016-09-20asterisk.c: Non-root users also get the astcanary after core restart.Walter Doekes
2016-09-19Merge "asterisk.c: When astcanary dies on linux, reset priority on all thread...zuul
2016-09-19asterisk.c: When astcanary dies on linux, reset priority on all threads.Walter Doekes
2016-09-16Fix showing of swap details when sysinfo() is availableTimo Teräs
2016-08-16Merge "core: Entity ID is not set or invalid" into 13zuul
2016-08-15core: Entity ID is not set or invalidAlexei Gradinari
2016-08-11Run mandatory cleanup when startup fails.Corey Farrell
2016-08-03Add missing checks during startup.Corey Farrell
2016-08-02asterisk.c: Add auto generation and persistence of UUIDGeorge Joseph
2016-06-10core: Not the configured but granted number of possible file descriptors.Alexander Traud
2016-04-08lock: Add named lock capabilityGeorge Joseph
2016-03-24Restrict CLI/AMI commands on shutdown.Mark Michelson
2016-03-01build-system: Allow building with static pjprojectGeorge Joseph
2016-02-12main/asterisk.c: Reverse #if statement in listener() to fix code folding.Corey Farrell
2016-01-21main/asterisk.c: ast_el_read_charDiederik de Groot
2016-01-05main/pbx: Move hangup handler routines to pbx_hangup_handler.c.Corey Farrell
2016-01-05main/pbx: Move dialplan application management routines to pbx_app.c.Corey Farrell
2016-01-05main/pbx: Move switch routines to pbx_switch.c.Corey Farrell
2016-01-04main/pbx: Move variable routines to pbx_variables.c.Corey Farrell