summaryrefslogtreecommitdiff
path: root/main
AgeCommit message (Expand)Author
2013-08-23Add the bucket API.Joshua Colp
2013-08-23Add test events necessary for bridge tests to pass in the test suite.Mark Michelson
2013-08-23Fix error in using ast_channel_snapshot_type before initializationMatthew Jordan
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-23Prevent seg fault in off nominal path when registered option fails to validateMatthew Jordan
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-22Minor tweaks with ast_moh_start() callers.Richard Mudgett
2013-08-22Add SayAlphaCase and similar functionality for AGIKinsey Moore
2013-08-22Bridge API: Set a cause code on a channel when it is ejected from a bridge.Richard Mudgett
2013-08-22Ensure CEL creates a default config if it isn't provided with oneKinsey Moore
2013-08-22Fix crash when getting CEL configKinsey Moore
2013-08-22Massively clean up app_queue.Mark Michelson
2013-08-22Made the abstract jitter buffer resync on some more control frames.Richard Mudgett
2013-08-22Make CEL behavior conform to the documentationKinsey Moore
2013-08-22Update BUGBUG comment.Richard Mudgett
2013-08-22Don't store repeated commands in the editline history buffer.Walter Doekes
2013-08-22Add _IO_stdin_used in version-script to fix SIGBUSes on Sparc.Walter Doekes
2013-08-21UDPTL: Fix a regression where UDPTL won't load default settingsJonathan Rose
2013-08-21* Move ast_bridge_channel_setup_features() into bridge_basic.c.Richard Mudgett
2013-08-21Deferred some more BUGBUG comments to a JIRA issue or XXX comment.Richard Mudgett
2013-08-21Complete http_shutdown.David M. Lee
2013-08-21ARI: Remove the 'channel:' scheme from endpoint's channel list.David M. Lee
2013-08-21Fix several interrelated issues dealing with the holding bridge technology.Richard Mudgett
2013-08-20Unregister CLI commands on exitKinsey Moore
2013-08-19Update BUGBUG comment.Richard Mudgett
2013-08-19attended transfers: Fix a bug affecting external blond transfersJonathan Rose
2013-08-18Fix invalid access to disposed memory in main/data unit testMatthew Jordan
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-16Doxygen comment tweaks.Richard Mudgett
2013-08-16Fix utilities compilation/linking.Richard Mudgett
2013-08-16Stasis: address refcount races; implementation commentsDavid M. Lee
2013-08-16Improve sounds indexer CLI commandsKinsey Moore
2013-08-16Prevent heap alloc functions from running out of stack space.Walter Doekes
2013-08-15Bridge: Don't suspend/unspend the channel for interception routines.Richard Mudgett
2013-08-15Minor parking cleanup.Richard Mudgett
2013-08-15Remove early bridge BUGBUG comments. Remove some unneeded features.c comments.Richard Mudgett
2013-08-15Changed some BUGBUG tags to associated JIRA issue tags.Richard Mudgett
2013-08-15Resolve some BUGBUG comments.Richard Mudgett
2013-08-15Remove leading spaces from the CLI command before parsingKinsey Moore
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 feature_attended_transfer testKinsey Moore
2013-08-15Fix deadlocks in chan_sip in REFER and BYE handlingKinsey Moore
2013-08-15Remove unsupported channel technology callbacks.Richard Mudgett
2013-08-12Fix two race conditions and ref counting issue when joining a bridgeMatthew Jordan