summaryrefslogtreecommitdiff
path: root/main/asterisk.c
AgeCommit message (Expand)Author
2016-01-20main/asterisk.c: ast_el_read_charDiederik de Groot
2016-01-06Merge topic 'pbx-split'Joshua Colp
2016-01-05Merge "main/pbx: Move variable routines to pbx_variables.c."Matt Jordan
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 variable routines to pbx_variables.c.Corey Farrell
2016-01-01main/pbx: Move custom function routines to pbx_functions.c.Corey Farrell
2016-01-01Happy new year 2016.Rodrigo Ramírez Norambuena
2015-12-30main/pbx: Move pbx_builtin dialplan applications to pbx_builtins.cGeorge Joseph
2015-11-25main: Slight refactor of main. Improve color situation.Walter Doekes
2015-11-04Fix cli display of build options.Corey Farrell
2015-07-12media cache: Add a core API and facade for a backend agnostic media cacheMatthew Jordan
2015-07-07DNS: Create a system-level DNS resolverAshley Sanders
2015-05-12Allow command-line options to override asterisk.conf.Corey Farrell
2015-05-12Fix processing of asterisk.conf debug=yes.Corey Farrell
2015-05-03main/asterisk.c: Update Asterisk copyright yearRodrigo Ramírez Norambuena
2015-05-01Astobj2: Fix initialization order of refdebug and AO2_DEBUG.Corey Farrell
2015-04-27Astobj2: Allow reference debugging to be enabled/disabled by config.Corey Farrell
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2015-04-09loader/main: Don't set ast_fully_booted until deferred reloads are processedGeorge Joseph
2015-03-26Replace most uses of ast_register_atexit with ast_register_cleanup.Corey Farrell
2015-03-22Fix compilation issues for OpenBSDMatthew Jordan
2015-03-17Various: bugfixes found via chaosScott Griepentrog
2015-02-21main/asterisk.c: Reverse #if statement in listener() to fix code folding.Corey Farrell
2015-02-11HTTP: Stop accepting requests on final system shutdown.Richard Mudgett
2015-01-26Various fixes for OS XDavid M. Lee
2014-12-22queue_log: Post QUEUESTART entry when Asterisk fully boots.Richard Mudgett
2014-12-09core: avoid possible asterisk -r crash from long idScott Griepentrog
2014-07-20media formats: re-architect handling of media for performance improvementsMatthew Jordan
2014-07-15Update Asterisk copyright year in main/asterisk.cSean Bright
2014-07-04Remove many deprecated modulesMatthew Jordan
2014-05-28Logger/CLI/etc.: Fix some aesthetic issues; reduce chatty verbose messagesMatthew Jordan
2014-05-09Allow Asterisk to compile under GCC 4.10Kinsey Moore
2014-04-19main/asterisk: Fix startup sequence for realtime featuresMatthew Jordan
2014-04-11main/astobj2: Make REF_DEBUG a menuselect item; improve REF_DEBUG outputMatthew Jordan
2014-04-08Internal timing: Add notice that the -I and internal_timing option are no lon...Richard Mudgett
2014-04-04internal_timing: Remove the option and always make it enabled if a timing mod...Richard Mudgett
2014-03-03doxygen: Tweak the link back to ye olde Digium websiteMatthew Jordan
2014-02-22main: Initialize dialplan providing core components prior to module pre-loadMatthew Jordan
2014-01-14verbosity: Fix performance of console verbose messages.Richard Mudgett
2014-01-04asterisk.c: suppress live_dangerously warning on rasteriskTzafrir Cohen
2013-12-17Changed the default for live_dangerously to noDavid M. Lee
2013-12-16security: Inhibit execution of privilege escalating functionsDavid M. Lee
2013-11-08app_dahdiras: Use waitpid instead of wait4.Kevin Harwell
2013-10-24memory leaks: Memory leak cleanup patch by Corey Farrell (second set)Jonathan Rose
2013-10-04ARI: Add subscription supportMatthew Jordan
2013-09-17Remote console: more output discrepanciesKevin Harwell
2013-09-10Fix incorrect usages of ast_realloc().Richard Mudgett
2013-08-30Fix graceful shutdown crash.David M. Lee