summaryrefslogtreecommitdiff
path: root/main
AgeCommit message (Expand)Author
2013-05-23This patch adds support for controlling a playback operation from theDavid M. Lee
2013-05-23This patch implements the REST API's for POST /channels/{channelId}/playDavid M. Lee
2013-05-23Fix inverted test preventing DTMF disconnect from working.Richard Mudgett
2013-05-22Fixed startup race condition which caused occasional stasis_mwi_state_type as...David M. Lee
2013-05-22Add dial events to app_queue and app_followme.Jason Parker
2013-05-21Fix destruction order assert for stasis_bridgingDavid M. Lee
2013-05-21Merge in the bridge_construction branch to make the system use the Bridging API.Richard Mudgett
2013-05-21Fixed some extra field assertion when the event WebSocket is connectedDavid M. Lee
2013-05-20Set the AST_CDR_FLAG_ORIGINATED flag on originated channel's CDRsMatthew Jordan
2013-05-20In Sorcery pass the name of the object being allocated to the allocator.Joshua Colp
2013-05-19Don't hold the outgoing lock for a prolonged period of time as it may block t...Joshua Colp
2013-05-19If the caller of the originate API calls wants the channel ensure it has been...Joshua Colp
2013-05-18Fix a bug where synchronous origination (oddly enough triggered by doing an a...Joshua Colp
2013-05-18Move origination to use the dialing API and send Stasis messages on dial begi...Joshua Colp
2013-05-17Fix shutdown assertions in stasis-coreDavid M. Lee
2013-05-17Publish the outbound channel's application/data when dialingMatthew Jordan
2013-05-17Stasis: Update security events to use StasisJonathan Rose
2013-05-15Fix for segfault in __ast_rwlock_destroy with DEBUG_THREADSKevin Harwell
2013-05-15Refactored the rest of the message types to use the STASIS_MESSAGE_TYPE_*David M. Lee
2013-05-14Make ao2 global objects not always use the debug version of the ao2_ref() calls.Richard Mudgett
2013-05-13Fix Missing CALL-ID When Logging Through SyslogMichael L. Young
2013-05-13pbx: Fix lack of cleanup on macrolock and context_tableJonathan Rose
2013-05-13Fix SendText AMI action to never return non-zero.Richard Mudgett
2013-05-10Address unload order issues for res_stasis* modulesDavid M. Lee
2013-05-10Add channel events for res_stasis appsKinsey Moore
2013-05-08Removed #if checks for crazy old versions of OS X.David M. Lee
2013-05-08Remove required type field from channel blobsDavid M. Lee
2013-05-08Initial support for endpoints.David M. Lee
2013-05-07Minor fixups to Doxygen comments.David M. Lee
2013-05-06Fix building with LOW_MEMORY defined.Jason Parker
2013-05-06Add support for observers and JSON objectset creation to sorcery.Joshua Colp
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-05-02Remove the ABI compatability ast_channel_alloc(). It is no longer needed.Richard Mudgett
2013-05-02Putting all event defs and names back for now due to res_corosync dependencyJonathan Rose
2013-05-02Add Asterisk Version to core show locksAlec L Davis
2013-05-01Make mod_load_cmp() not as klunky.Richard Mudgett
2013-04-30Fix CDR not being created during an externally initiated blind transferMatthew Jordan
2013-04-30Stasis Core: Refactor ACL Change events to go out over the stasis core msg busJonathan Rose
2013-04-30Add forgotten event types to event_names arrayJonathan Rose
2013-04-27Add support for a realtime sorcery module.Joshua Colp
2013-04-26Clean up memory leak in config file on off nominal paths when glob is allowedMatthew Jordan
2013-04-26By popular demand, putting the about-to-load-module printf back.David M. Lee
2013-04-26Clean up resources in features on exitMatthew Jordan
2013-04-26Removing stray printf from r386540David M. Lee
2013-04-26Add an \extref doxygen pointer for libuuid.Mark Michelson
2013-04-25Merge the pimp_my_sip branch into trunk.Mark Michelson
2013-04-22Fix crash when AMI redirect action redirects two channels out of a bridge.Richard Mudgett
2013-04-22This patch adds a RESTful HTTP interface to Asterisk.David M. Lee
2013-04-19cli.c: Properly initialize debug_modules and verbose_modules.David M. Lee