summaryrefslogtreecommitdiff
path: root/main
AgeCommit message (Expand)Author
2013-06-07Refactor chan_dahdi/sig_analog/sig_pri and chan_misdn to use the common trans...Richard Mudgett
2013-06-07Tweak applicationmap and featuregroup config containers.Richard Mudgett
2013-06-06Conditionally reject duplicate entries in applicationmap containers.Mark Michelson
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-06Fix compiler warning.Richard Mudgett
2013-06-06* Fix a couple missed hook installs that need AST_BRIDGE_HOOK_REMOVE_ON_PULL.Richard Mudgett
2013-06-06Convert message_router routes to ao2. Add support for removal.Jason Parker
2013-06-06Parking: Enable code responsible for intercepting park exten transfersJonathan Rose
2013-06-06Misc core external attended transfer fixes.Richard Mudgett
2013-06-05Make local channels use ast_channel_move() instead of the inlined version.Richard Mudgett
2013-06-05Fixed refcounting problems with chanspy AMI support.David M. Lee
2013-06-05Remove remaining traces of remove_on_pull from hooks and hook APIs.Mark Michelson
2013-06-05Change the remove_on_pull flag on ast_bridge_hook to be a set of flags.Mark Michelson
2013-06-05Publish the channel state snapshot *before* calling device state so a device ...Joshua Colp
2013-06-05Fixed a consistency problem with channel snapshot and endpoint state.David M. Lee
2013-06-03Correct autoconf script for finding UUID support.David M. Lee
2013-05-31Refactor code and fix a reference leakKinsey Moore
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-30Missed a line from a bad merge in r390122David M. Lee
2013-05-30Avoid unnecessary cleanups during immediate shutdownDavid M. Lee
2013-05-29Fix segfault when dealing with chan_agent channels.Richard Mudgett
2013-05-29Remove unused RAII vars.Jason Parker
2013-05-29Resolve a merge conflictKinsey Moore
2013-05-28Fix a memory copying bug in slinfactory which was causing mixmonitor issues.Jonathan Rose
2013-05-28Add missing NULL check to acquire_bridge() function.Mark Michelson
2013-05-28Adds support for a core attended transfer function plus adds some hiding of m...Mark Michelson
2013-05-27Initialize the message type before the topicMatthew Jordan
2013-05-26Fix a variety of memory corruption/assertion errorsMatthew Jordan
2013-05-25Restore initialization of security topicsMatthew Jordan
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-24Print all logger messages on shutdownMatthew Jordan
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