summaryrefslogtreecommitdiff
path: root/main/asterisk.c
AgeCommit message (Expand)Author
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
2013-05-15Refactored the rest of the message types to use the STASIS_MESSAGE_TYPE_*David M. Lee
2013-05-08Initial support for endpoints.David M. Lee
2013-05-06Fix building with LOW_MEMORY defined.Jason Parker
2013-05-04Clean up documentation; prevent ref leak on exitMatthew Jordan
2013-05-03Stasis: Convert network change events into network change stasis messagesJonathan Rose
2013-04-16Move device state distribution to Stasis-coreKinsey Moore
2013-03-22Corrected some module issues introduced by r383579.David M. Lee
2013-03-16Transition MWI to Stasis-coreKinsey Moore
2013-03-08This patch adds a new message bus API to Asterisk.David M. Lee
2013-02-15Add CLI configuration documentationMatthew Jordan
2013-02-14Revamp of terminal color codesKinsey Moore
2013-01-25Merge the sorcery data access layer API.Joshua Colp
2013-01-21Update init.d scripts to handle stderr; readd splash screen for remote consolesMatthew Jordan
2013-01-19Fix astcanary startup problem due to wrong pid value from before daemon callMatthew Jordan
2012-12-11Add UUID support to Asterisk.Mark Michelson
2012-12-05Remove init_framer(). It no longer does anything.Richard Mudgett
2012-12-03Cleanup ast_run_atexits() atexits list.Richard Mudgett
2012-12-03Cleanup core main on exit.Richard Mudgett
2012-11-29Add MALLOC_DEBUG atexit unreleased malloc memory summary.Richard Mudgett
2012-11-18Reorder startup sequence to prevent lockups when process is sent to backgroundMatthew Jordan
2012-11-08Add MALLOC_DEBUG enhancements.Richard Mudgett
2012-10-18Doxygen Updates - Title updateAndrew Latham
2012-10-02Ensure Shutdown AMI event is still fired during Asterisk shutdownMatthew Jordan
2012-10-02Fix a variety of ref counting issuesMatthew Jordan
2012-10-01Doxygen CleanupAndrew Latham
2012-09-22Doxygen Updates Janitor WorkAndrew Latham
2012-09-21Doxygen Updates - janitor workAndrew Latham
2012-09-11Fix inability to shutdown gracefully due to an unending channel reference.Mark Michelson