summaryrefslogtreecommitdiff
path: root/main
AgeCommit message (Expand)Author
2013-06-13Just return outright on a reload since we have already processed configuration.Mark Michelson
2013-06-13Ensure that Asterisk still starts up when cel.conf is missingKinsey Moore
2013-06-13Fix memory leak in features_config.cMark Michelson
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-12Fix memory leak while loading modules, adding formats, and destroying endpointsMatthew Jordan
2013-06-12Fix memory leaks in stasis_channels and bridge_native_rtpMatthew Jordan
2013-06-11Remove incorrect comment about local channel optimization occurring when perf...Mark Michelson
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-10Make the reload stasis message bump the ref count of its sub-objectMatthew Jordan
2013-06-10Temporary fix for people using sample features.conf from previous Asterisk ve...Mark Michelson
2013-06-10Stasis-HTTP: Flesh out bridge-related capabilitiesKinsey Moore
2013-06-09Clean up MWI topic pool before message type destructionMatthew Jordan
2013-06-08Only initialize manager_bridging during startupMatthew Jordan
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-07Make app_queue AMI events more consistent. Give Join/Leave more useful names.Jason Parker
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-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