summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2013-08-30ARI: Implement /recordings/stored API'sDavid M. Lee
2013-08-28Match use of ast_free() with ast_calloc() and add some curly braces.Richard Mudgett
2013-08-26bridging: Fix a livelock with local channel optimization.Richard Mudgett
2013-08-25Fix the config_options_testMatthew Jordan
2013-08-23Add the bucket API.Joshua Colp
2013-08-23Fix a bug where the argc value was passed as no_doc when registering custom s...Joshua Colp
2013-08-23Handle DTMF and hold wrapup when a channel leaves the bridging system.Richard Mudgett
2013-08-23Fix memory corruption when trying to get "core show locks".Richard Mudgett
2013-08-23ARI: Correct error codes for bridge operationsDavid M. Lee
2013-08-23Add pass through support for Opus and VP8; Opus format attribute negotiationMatthew Jordan
2013-08-23Update config framework/sorcery with types/options without documentationMatthew Jordan
2013-08-23ARI: Music on Hold/Background Music for bridgesJonathan Rose
2013-08-22Add SayAlphaCase and similar functionality for AGIKinsey Moore
2013-08-22Update MOH start/stop routine doxygen.Richard Mudgett
2013-08-22Bridge API: Set a cause code on a channel when it is ejected from a bridge.Richard Mudgett
2013-08-22Massively clean up app_queue.Mark Michelson
2013-08-22Handle default body types for SIP event packages in res_pjsip_pubsubMark Michelson
2013-08-22Make CEL behavior conform to the documentationKinsey Moore
2013-08-21* Move ast_bridge_channel_setup_features() into bridge_basic.c.Richard Mudgett
2013-08-21Set 14400 as the default max bit rate if T38MaxBitRate is not specifiedMatthew Jordan
2013-08-21Fix several interrelated issues dealing with the holding bridge technology.Richard Mudgett
2013-08-20Localize and rename ACL configuration.Mark Michelson
2013-08-17Allow res_parking to be unloadableKinsey Moore
2013-08-17Refactor CEL to avoid using the event system coreKinsey Moore
2013-08-17Strip down the old event systemKinsey Moore
2013-08-16Fix CLI "bridge kick <bridge> <channel>" to check if the bridge needs dissolv...Richard Mudgett
2013-08-16Fix some doxygen bridging file references.Richard Mudgett
2013-08-16utils.h: Minor formatting tweaks.Richard Mudgett
2013-08-16Stasis: address refcount races; implementation commentsDavid M. Lee
2013-08-16Prevent heap alloc functions from running out of stack space.Walter Doekes
2013-08-15Changed some BUGBUG tags to associated JIRA issue tags.Richard Mudgett
2013-08-15Resolve some BUGBUG comments.Richard Mudgett
2013-08-15Remove some dead code dealing with: AST_BRIDGE_REC_CHANNEL_0, AST_BRIDGE_REC_...Richard Mudgett
2013-08-15Fix Bridge API DTMF hook matching for begin and end DTMF events.Richard Mudgett
2013-08-15Fix deadlocks in chan_sip in REFER and BYE handlingKinsey Moore
2013-08-15Remove unsupported channel technology callbacks.Richard Mudgett
2013-08-13ARI: allow other operations to happen while bridgedDavid M. Lee
2013-08-09bridge_channel: Support the lonely flag and make ARI use it.Jonathan Rose
2013-08-08Make bridge snapshots use prefixes.Richard Mudgett
2013-08-08Remove some resolved or obsolete BUGBUG comments.Richard Mudgett
2013-08-08Hide the Surrogate channels from external consumers; kill Masquerade eventsMatthew Jordan
2013-08-06ARI: Add recording controlsDavid M. Lee
2013-08-06Tweak caching topics to fix CEL testsDavid M. Lee
2013-08-05bridge features: Dial and Queue add features instead of replace them.Jonathan Rose
2013-08-05ARI: bridges/{bridgeID}/addChannel: add roles parameterJonathan Rose
2013-08-05Fix res_ari_asterisk load issueDavid M. Lee
2013-08-02Address JSON thread safety issues.David M. Lee
2013-08-02Make a couple of changes to help AMI events to be more clear in what is occur...Mark Michelson
2013-08-02Move ast_str_container_alloc and friendsKinsey Moore
2013-08-02Get rid of ast_bridged_channel() and the bridged_channel field on ast_channels.Mark Michelson