summaryrefslogtreecommitdiff
path: root/main/asterisk.c
AgeCommit message (Expand)Author
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
2013-08-30Check return value on fwriteKevin Harwell
2013-08-30optional_api: Fix linking problems between modules that export global symbolsDavid M. Lee
2013-08-29Verbose logging discrepanciesKevin Harwell
2013-08-29Memory leaks fixKevin Harwell
2013-08-23Add the bucket API.Joshua Colp
2013-08-22Don't store repeated commands in the editline history buffer.Walter Doekes
2013-08-17Refactor CEL to avoid using the event system coreKinsey Moore
2013-08-15Remove leading spaces from the CLI command before parsingKinsey Moore
2013-08-05Fix res_ari_asterisk load issueDavid M. Lee
2013-08-02Remove dead code from features.c; refactor pickup code into pickup.cMatthew Jordan
2013-07-22Update copyright year to 2013 in asterisk.c; some whitespace fixesMatthew Jordan
2013-07-20Add CEL local optimization record typeKinsey Moore
2013-07-08Move channel driver Registry manager events to core.Jason Parker
2013-07-05Refactor RTCP events over to Stasis; associate with channelsMatthew Jordan
2013-07-03ARI - channel recording supportDavid M. Lee
2013-07-03Configuration for Stasis threadpoolDavid M. Lee
2013-06-28Better handle parking in CDRsMatthew Jordan
2013-06-24Index installed sounds and implement ARI sounds queriesKinsey Moore
2013-06-17Update Asterisk's CDRs for the new bridging frameworkMatthew Jordan
2013-06-13Refactor CEL bridge events on top of Stasis-CoreKinsey Moore
2013-06-13Refactor CEL channel events on top of Stasis-CoreKinsey Moore
2013-05-31Replace ast_manager_publish_message() with a more useful version.Jason Parker
2013-05-30Avoid unnecessary cleanups during immediate shutdownDavid M. Lee
2013-05-26Fix a variety of memory corruption/assertion errorsMatthew Jordan
2013-05-25Restore initialization of security topicsMatthew Jordan
2013-05-24Migrate a large number of AMI events over to Stasis-CoreMatthew Jordan
2013-05-21Merge in the bridge_construction branch to make the system use the Bridging API.Richard Mudgett
2013-05-17Stasis: Update security events to use StasisJonathan Rose