summaryrefslogtreecommitdiff
path: root/include/asterisk
AgeCommit message (Expand)Author
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
2013-05-10Add channel events for res_stasis appsKinsey Moore
2013-05-08Add development flag to disable the inline API.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-07Fixed up \example marker in lock.h Doxygen comment.David M. Lee
2013-05-07Better explained the depths of reference stealing.David M. Lee
2013-05-06Update ao2_destructor_fn doxygen.Richard Mudgett
2013-05-06Add support for observers and JSON objectset creation to sorcery.Joshua Colp
2013-05-02Putting all event defs and names back for now due to res_corosync dependencyJonathan Rose
2013-04-30Stasis Core: Refactor ACL Change events to go out over the stasis core msg busJonathan Rose
2013-04-30Use the proper lower bound when doing saturation arithmetic.Sean Bright
2013-04-29Change pointer to existing wiki page instead of non-existing pageOlle Johansson
2013-04-27Add support for a realtime sorcery module.Joshua Colp