summaryrefslogtreecommitdiff
path: root/main
AgeCommit message (Expand)Author
2013-08-30Fix graceful shutdown crash.David M. Lee
2013-08-30Add a reloadable option for sorcery type objectsKevin Harwell
2013-08-30Fix various memory leaksKevin Harwell
2013-08-30features_config: Ignore parkinglots in features.conf instead of failing to loadJonathan Rose
2013-08-30features_config: Don't require features.conf to be present for Asterisk to loadJonathan Rose
2013-08-30Memory leak fixKevin Harwell
2013-08-30Check return value on fwriteKevin Harwell
2013-08-30optional_api: Fix linking problems between modules that export global symbolsDavid M. Lee
2013-08-30pbx.c: Make pbx_substitute_variables_helper_full() not mask variables.Richard Mudgett
2013-08-29Verbose logging discrepanciesKevin Harwell
2013-08-29Memory leaks fixKevin Harwell
2013-08-29Multiple revisions 397921-397922Mark Michelson
2013-08-28Fix some uninitialized buffers for CDR handling valgrind found.Richard Mudgett
2013-08-28Fixed problems with ast_cdr_serialize_variables().Richard Mudgett
2013-08-28Made the on/off in CLI "cdr set debug [on|off]" case insensitive.Richard Mudgett
2013-08-28Make CDR variable name chandling consistently case insensitive.Richard Mudgett
2013-08-28Make CDR code deal with channel names case insensitively.Richard Mudgett
2013-08-28Some CDR code optimization.Richard Mudgett
2013-08-28pbx.c: Make ast_str_substitute_variables_full() not mask variables.Richard Mudgett
2013-08-28ast_free() is null tollerant.Richard Mudgett
2013-08-27ARI: WebSocket event cleanupDavid M. Lee
2013-08-27Made MALLOC_DEBUG less CPU intensive by default.Richard Mudgett
2013-08-26Better handle clearing the OUTGOING flag when a channel leaves a bridgeMatthew Jordan
2013-08-26Fixed bucket.c for systems where tv_usec is not an unsigned long.David M. Lee
2013-08-26bridging: Fix a livelock with local channel optimization.Richard Mudgett
2013-08-25Fix the config_options_testMatthew Jordan
2013-08-23Fix building of trunk.Joshua Colp
2013-08-23Fix channel reference leak in Originated channelsMatthew Jordan
2013-08-23Blank line tweaks.Richard Mudgett
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