summaryrefslogtreecommitdiff
path: root/include/asterisk
AgeCommit message (Expand)Author
2013-06-14Revert parts of r391855 that were not ready to go in to trunkKinsey Moore
2013-06-14Fix two more possible crashes in CELKinsey Moore
2013-06-13Blow away usage of libjansson's foreach macroMatthew 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-06-13Add support for requiring that all queued messages on a caching topic have be...Joshua Colp
2013-06-11bridge_native_rtp: Fix native bridge tech being incompatible when it should be.Jonathan Rose
2013-06-11Add vtable and methods for to_json and to_ami for Stasis messagesDavid M. Lee
2013-06-10Stasis-HTTP: Flesh out bridge-related capabilitiesKinsey Moore
2013-06-08Add backtrace generation to MALLOC_DEBUG memory corruption reportsMatthew Jordan
2013-06-08Add more support for native bridging.Richard Mudgett
2013-06-08Fix a crash when a bridge switches from the softmix bridge technology to anot...Richard Mudgett
2013-06-08Update some doxygen comments.Richard Mudgett
2013-06-07res_parking: Automatically generate extensions, hints, etc.Jonathan Rose
2013-06-07app_meetme: Refactor manager events to use stasisJonathan Rose
2013-06-07Rework stasis cache clear eventsKinsey Moore
2013-06-06Reimplement bridging and DTMF features related channel variables in the bridg...Richard Mudgett
2013-06-06Refactor the features configuration scheme.Mark Michelson
2013-06-06Convert message_router routes to ao2. Add support for removal.Jason Parker
2013-06-05Corrected comment on stasis_cache_getDavid M. Lee
2013-06-05Remove remaining traces of remove_on_pull from hooks and hook APIs.Mark Michelson
2013-06-05Give the AST_BRIDGE_HOOK_REMOVE_ON_PULL a legitimate value.Mark Michelson
2013-06-05Change the remove_on_pull flag on ast_bridge_hook to be a set of flags.Mark Michelson
2013-06-04Corrected the docs on ast_manager_event_blob_createDavid M. Lee
2013-06-03Correct autoconf script for finding UUID support.David M. Lee
2013-05-31Remove ast_channel_bridge() and associated code called only by it.Richard Mudgett
2013-05-31Fixup hold/unhold with attended and blind transfers.Richard Mudgett
2013-05-31Replace ast_manager_publish_message() with a more useful version.Jason Parker
2013-05-31Remove remnant of snapshot blob JSON typesKinsey Moore
2013-05-31Add snapshot cache that indexes by channel nameKinsey Moore
2013-05-30Avoid unnecessary cleanups during immediate shutdownDavid M. Lee
2013-05-29Resolve a merge conflictKinsey Moore
2013-05-28Adds support for a core attended transfer function plus adds some hiding of m...Mark Michelson
2013-05-24Split Hold event into Hold/Unhold, and move it into core.Jason Parker
2013-05-24Migrate a large number of AMI events over to Stasis-CoreMatthew Jordan
2013-05-23stasis-http: Provide a response body for 201 created responsesDavid M. Lee
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-22Add dial events to app_queue and app_followme.Jason Parker
2013-05-21Merge in the bridge_construction branch to make the system use the Bridging API.Richard Mudgett
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-15Use srtp_shutdown when availableKinsey Moore
2013-05-15Refactored the rest of the message types to use the STASIS_MESSAGE_TYPE_*David M. Lee
2013-05-14Break res_stasis into smaller files.David M. Lee
2013-05-14Make ao2 global objects not always use the debug version of the ao2_ref() calls.Richard Mudgett
2013-05-10Address unload order issues for res_stasis* modulesDavid M. Lee
2013-05-10Avoided __ast names for the private variables created by the David M. Lee