Commit Graph

6330 Commits (8399c8dae67f87ba2edcef881db63d6ddd9d9df5)

Author SHA1 Message Date
Corey Farrell 645203a422 main/sounds: Use ast_cli_completion_add.
8 years ago
George Joseph 5d097f8236 channel.c: Allow generic plc then channel formats are equal
8 years ago
Corey Farrell 8d01ec572d manager: Use ast_cli_completion_add for completion generators.
8 years ago
Corey Farrell 2c1ad2f510 main/test: Use ast_cli_completion_add.
8 years ago
Jenkins2 5843a19797 Merge "loader: Convert reload_classes to built-in modules."
8 years ago
Jenkins2 19196a98d0 Merge "main/cdr: Use ast_cli_completion_add for CDR channel completion."
8 years ago
Corey Farrell 8c25a72d57 main/bridge: Use ast_cli_completion_add.
8 years ago
Corey Farrell 5b40441197 core: Minor cleanup of ast_el_read_char.
8 years ago
Corey Farrell 1136a22a1e main/translate: Use ast_cli_completion_add.
8 years ago
Corey Farrell 91ac95993e main/taskprocessor: Use ast_cli_completion_add.
8 years ago
Corey Farrell 3ad56aa929 main/config: Use ast_cli_completion_add for reload completion.
8 years ago
Corey Farrell 9e335f22e7 aco: Use ast_cli_completion_add for 'config show help'.
8 years ago
Corey Farrell 4d1c9d8711 core: Stop using AST_INLINE_API for allocator functions.
8 years ago
Joshua Colp d5bfba60d2 Merge "astobj2_container: Use ast_cli_completion_add for container names."
8 years ago
Jenkins2 6df575541b Merge "main/ccss: Use ast_cli_completion_add for core id."
8 years ago
Jenkins2 6c4719fc2a Merge "main/channel: Use ast_cli_completion_add for channeltypes."
8 years ago
Corey Farrell ebe957c5e9 main/cdr: Use ast_cli_completion_add for CDR channel completion.
8 years ago
Corey Farrell 89ba4d4e3d main/ccss: Use ast_cli_completion_add for core id.
8 years ago
Corey Farrell aa0d95c730 astobj2_container: Use ast_cli_completion_add for container names.
8 years ago
Corey Farrell b929a7fb8d main/channel: Use ast_cli_completion_add for channeltypes.
8 years ago
Corey Farrell b45bb476bb cli: Enable ast_cli_completion_add on public completion generators.
8 years ago
Jenkins2 1a9ed413a1 Merge "core: Remove incorrect usage of attribute_malloc."
8 years ago
Jenkins2 15bf51af73 Merge "core: Remove non-critical cleanup from startup aborts."
8 years ago
Corey Farrell 572a508ef2 loader: Convert reload_classes to built-in modules.
8 years ago
Corey Farrell 9e488dd482 core: Remove incorrect usage of attribute_malloc.
8 years ago
Corey Farrell ea9768ff07 stringfields: Remove MALLOC_DEBUG fields from struct ast_string_field_mgr.
8 years ago
Jenkins2 4b7872c9db Merge "core: Remove ABI effects of MALLOC_DEBUG."
8 years ago
Corey Farrell fee929c8ac core: Remove non-critical cleanup from startup aborts.
8 years ago
Jenkins2 1485719531 Merge "Replace direct checks of option_debug with DEBUG_ATLEAST macro."
8 years ago
Alexander Traud fc64a0e2b3 BuildSystem: Instead of $PJPROJECT_LIBS with s, use $PJPROJECT_LIB everywhere.
8 years ago
Corey Farrell c8a521b6c8 Replace direct checks of option_debug with DEBUG_ATLEAST macro.
8 years ago
Alexander Traud 58f44f225a utils: In Solaris, avoid a warning about an unused variable.
8 years ago
Jenkins2 91a8c7a281 Merge "BuildSystem: Cast any intptr_t explicitly to its proposed type."
8 years ago
Jenkins2 e21f168477 Merge "BuildSystem: Detect whether uselocale(.) is available."
8 years ago
Jenkins2 3afc2c52af Merge "core: Fix handling of maximum length lines in config files."
8 years ago
Alexander Traud 5d19762b5f BuildSystem: Cast any intptr_t explicitly to its proposed type.
8 years ago
Alexander Traud 9749524520 BuildSystem: Detect whether uselocale(.) is available.
8 years ago
Richard Mudgett c711e4076a core: Remove ABI effects of MALLOC_DEBUG.
8 years ago
Richard Mudgett 1a36a452bd pjproject: Add cache_pools debugging option.
8 years ago
Corey Farrell a7927471ad core: Fix handling of maximum length lines in config files.
8 years ago
Richard Mudgett f083edc43c manager.c: Fix lseek() parameter order.
8 years ago
Joshua Colp e70c4ec84d AST-2018-001: rtp / channel: Don't allow an unnegotiated format to be passed up.
8 years ago
Richard Mudgett e2f98fbd63 channel.c: Fix typo.
8 years ago
Jenkins2 3c5784315d Merge "core: Rename sounds_index.c to sounds.c."
8 years ago
Jenkins2 fd353237f0 Merge "config: Fix locking for extconfig reload."
8 years ago
Jenkins2 ff4351952b Merge "optional_api: Refactor to use vector's and standard allocators."
8 years ago
Jenkins2 fbe2f1fe01 Merge "rtp_engine: Load format name / mime type in uppercase again."
8 years ago
Jenkins2 15886d5833 Merge "manager: Add AMI event Load/Unload"
8 years ago
Corey Farrell 97c21e9cb3 core: Rename sounds_index.c to sounds.c.
8 years ago
Corey Farrell e03f0f9572 config: Fix locking for extconfig reload.
8 years ago
Alexander Traud a70c92121d rtp_engine: Load format name / mime type in uppercase again.
8 years ago
Sean Bright af2dd3a678 bridge_roles: Use a non-locking linked list where appropriate
8 years ago
Jenkins2 d6147aa6a3 Merge "main/asterisk.c: Remove silly usage of RAII_VAR."
8 years ago
Jenkins2 41a05aacc9 Merge "core: Remove embedded editline."
8 years ago
Joshua Colp d494cc1c88 Merge "json: Add conditionals to avoid locking if Jansson is thread safe."
8 years ago
Corey Farrell 9e45d3f893 main/asterisk.c: Remove silly usage of RAII_VAR.
8 years ago
Corey Farrell 02ee296f81 optional_api: Refactor to use vector's and standard allocators.
8 years ago
Jenkins2 0461286123 Merge "cdr.c: Fix runtime leak of CDR records."
8 years ago
Sungtae Kim cb4cfb8c43 manager: Add AMI event Load/Unload
8 years ago
Corey Farrell 04490fb1d8 json: Add conditionals to avoid locking if Jansson is thread safe.
8 years ago
Corey Farrell 9fddc8b4dc core: Remove embedded editline.
8 years ago
Alexander Traud 32e610d9e6 backtrace: Avoid potential spurious output.
8 years ago
Richard Mudgett b2fcb30d38 cdr.c: Fix runtime leak of CDR records.
8 years ago
Jenkins2 2d90b1efd9 Merge "manager.c: Fixed "(null):" header in AMI AsyncAGIEnd event"
8 years ago
Jenkins2 5c524e3287 Merge "manager_channels.c: Reordered ast_manager_build_channel_state_string_prefix()"
8 years ago
Sungtae Kim 7e32adf044 manager.c: Fixed "(null):" header in AMI AsyncAGIEnd event
8 years ago
Richard Mudgett 3419a048b9 manager.c: Fix potential memory leak and corruption.
8 years ago
Richard Mudgett bcfe172f8d manager_channels.c: Reordered ast_manager_build_channel_state_string_prefix()
8 years ago
Richard Mudgett b9024197ab app_confbridge: Update dsp_silence_threshold and dsp_talking_threshold docs.
8 years ago
Jenkins2 093484d137 Merge "loader: Use ast_cli_completion_add for 'module load' completion."
8 years ago
Jenkins2 8f6978d7b8 Merge "pbx_variables.c: Misc fixes in variable substitution."
8 years ago
Jenkins2 da4ddb1faa Merge "Build System: Require __sync or __atomic functions."
8 years ago
Jenkins2 21bcd85bba Merge "core: Fix unused variable error in handle_show_sysinfo."
8 years ago
Jenkins2 1e44d50893 Merge "core: Tweak startup order."
8 years ago
Jenkins2 7c77365549 Merge "editline: Avoid shifting a negative signed value."
8 years ago
Corey Farrell 84a6365164 loader: Use ast_cli_completion_add for 'module load' completion.
8 years ago
Alexander Traud d9e42f27b9 core: Fix unused variable error in handle_show_sysinfo.
8 years ago
Alexander Traud 3c26eec043 editline: Avoid shifting a negative signed value.
8 years ago
Corey Farrell 39fcecad59 core: Tweak startup order.
8 years ago
Corey Farrell 23381d2c5e Build System: Require __sync or __atomic functions.
8 years ago
Corey Farrell a164b7ccfb loader: Correct overly strict startup checks.
9 years ago
Jenkins2 d4e9f7c940 Merge "loader: Add support for built-in modules."
9 years ago
Jenkins2 cec16d8e4f Merge "loader: Rework load_resource_list."
9 years ago
Richard Mudgett 2f78dc2bfa pbx_variables.c: Misc fixes in variable substitution.
9 years ago
Joshua Colp 908e39f186 Merge "loader: Remove global symbol only startup phase."
9 years ago
Jenkins2 2c27205e4e Merge "loader: Process module dependencies."
9 years ago
Jenkins2 fd32ca51e8 Merge "pbx: Reduce verbosity while loading extensions"
9 years ago
krells 77f2814d01 pbx: Reduce verbosity while loading extensions
9 years ago
Corey Farrell 25cb1ab05b loader: Add support for built-in modules.
9 years ago
Corey Farrell e6142a1282 loader: Rework load_resource_list.
9 years ago
Corey Farrell a80cbb046e loader: Remove global symbol only startup phase.
9 years ago
Corey Farrell 3b73ed28c5 loader: Process module dependencies.
9 years ago
Corey Farrell 4fd303b630 loader: Miscellaneous fixes.
9 years ago
Richard Mudgett 7ed7d525fb taskprocessor.c: Increase the number of tps_singletons container buckets.
9 years ago
Corey Farrell 35ae99c712 vector: Additional string vector definitions.
9 years ago
Jenkins2 8a6febd980 Merge "stasis_message_router: Remove silly usage of RAII_VAR."
9 years ago
Jenkins2 f94c56d388 Merge "stasis_endpoints: Remove silly usage of RAII_VAR."
9 years ago
Jenkins2 a13578e789 Merge "stasis_system: Remove silly usage of RAII_VAR."
9 years ago
Jenkins2 4534f32fca Merge "stasis: Remove silly usage of RAII_VAR."
9 years ago
Jenkins2 ae723f85ee Merge "stasis_bridges: Remove silly usage of RAII_VAR."
9 years ago
Jenkins2 19523cd5a1 Merge "stasis_cache: Remove silly usage of RAII_VAR."
9 years ago
Corey Farrell f0eb00d1e7 stasis: Remove silly usage of RAII_VAR.
9 years ago
Corey Farrell a383e1ddb1 stasis_cache_pattern: Remove silly usage of RAII_VAR.
9 years ago
Corey Farrell 0de004dd85 stasis_bridges: Remove silly usage of RAII_VAR.
9 years ago
Corey Farrell 01127e1664 stasis_cache: Remove silly usage of RAII_VAR.
9 years ago
Corey Farrell 175a9ef873 stasis_endpoints: Remove silly usage of RAII_VAR.
9 years ago
Corey Farrell 4b655184b0 stasis_message_router: Remove silly usage of RAII_VAR.
9 years ago
Corey Farrell 3074c4165c stasis_system: Remove silly usage of RAII_VAR.
9 years ago
Alexander Traud 3a7d917256 translate: Avoid absolute value on unsigned substraction.
9 years ago
Jenkins2 4b326eb289 Merge "editline: Avoid comparison between pointer and zero character constant."
9 years ago
Alexander Traud ad3252ccef editline: Avoid comparison between pointer and zero character constant.
9 years ago
Corey Farrell cfb88f3ac1 pbx: Prevent execution of NULL pointer.
9 years ago
Jenkins2 4eccf697e1 Merge "rtp_engine: Add missing unlock."
9 years ago
Joshua Colp 5cab877093 Merge "translators: Don't use ast_module_running_ref."
9 years ago
Corey Farrell 82cf585fb5 translators: Don't use ast_module_running_ref.
9 years ago
Corey Farrell da365affbd rtp_engine: Add missing unlock.
9 years ago
Corey Farrell aaed0b8b3a aco: Fix NULL dereference in error path.
9 years ago
Joshua Colp 2fac32a37a Merge "loader: Create ast_module_running_ref."
9 years ago
Joshua Colp 307abc4cad Merge "datastore: Add automatic module references."
9 years ago
Corey Farrell 55f1d69c43 loader: Create ast_module_running_ref.
9 years ago
Jenkins2 84d0871380 Merge "core: Use macros to generate ao2_container callbacks where possible."
9 years ago
Joshua Colp f77ca95418 Merge "aco: Add missing aco_option_type_string for OPT_TIMELEN_T."
9 years ago
Jenkins2 5a1525345e Merge "cdr: submit: fix logic of test for batch mode"
9 years ago
Jenkins2 6480777005 Merge "stasis_channels.c: Misc cleanup."
9 years ago
Tzafrir Cohen 9b5d1454b4 cdr: submit: fix logic of test for batch mode
9 years ago
Corey Farrell f298178583 aco: Add missing aco_option_type_string for OPT_TIMELEN_T.
9 years ago
Sean Bright 15f8b9b8bf ice: Increase foundation buffer size
9 years ago
Corey Farrell bc73337e07 core: Use macros to generate ao2_container callbacks where possible.
9 years ago
Corey Farrell 0fe7df641a datastore: Add automatic module references.
9 years ago
Richard Mudgett 2dde5bef47 stasis_channels.c: Misc cleanup.
9 years ago
Jenkins2 0d9968e001 Merge "manager.c: Update AMI Status event documentation"
9 years ago
Jenkins2 50cf373be5 Merge "cdr: Missing NULL check and unlock."
9 years ago
Richard Mudgett d69b7c6c6d manager.c: Update AMI Status event documentation
9 years ago
Corey Farrell 94eb12ca56 cdr: Missing NULL check and unlock.
9 years ago
Corey Farrell 23aa20bf20 loader: Add volatile to resource_being_loaded.
9 years ago
Sean Bright fd0ca1c3f9 Remove as much trailing whitespace as possible.
9 years ago
Jenkins2 0100c9267e Merge "Fix Common Typo's."
9 years ago
Joshua Colp c7a0ad8b99 Merge "bridge: Old channel video source not set to NULL after unref."
9 years ago
Corey Farrell 1b80ffa495 Fix Common Typo's.
9 years ago
Corey Farrell aaa3884d4a bridge: Old channel video source not set to NULL after unref.
9 years ago
Corey Farrell c2850bfebc core: Fix unused variable error in handle_show_sysinfo.
9 years ago
Jenkins2 4815be9aeb Merge "CLI: Address multiple issues."
9 years ago
Jenkins2 0b9396720a Merge "bridge: Stop music on hold on adding an arbitrary channel to a bridge"
9 years ago
Jenkins2 a711ac25f1 Merge "dns_core: Protect against array index violation."
9 years ago
Jenkins2 262eda7801 Merge "Remove constant conditionals (dead-code)."
9 years ago
Corey Farrell d51837a1b9 CLI: Address multiple issues.
9 years ago
Jenkins2 204dd027dd Merge "core: Fix multiple trivial issues in the core."
9 years ago
George Joseph 88f7f4ebb6 Merge "main/app: Fix leaks."
9 years ago
Corey Farrell b8f54f742f dns_core: Protect against array index violation.
9 years ago
Ivan Poddubny 3b99a0332c bridge: Stop music on hold on adding an arbitrary channel to a bridge
9 years ago
Jenkins2 6bd25cad86 Merge "rtp_engine.c: Eliminate rtcp_report_to_json() RAII_VAR usage."
9 years ago
Corey Farrell b3e839debd Remove constant conditionals (dead-code).
9 years ago
Corey Farrell bf33a09c37 core: Fix multiple trivial issues in the core.
9 years ago
Corey Farrell 8dfc973d64 main/app: Fix leaks.
9 years ago
Richard Mudgett f6393b59af ast_json_pack(): Use safer json ref mechanism.
9 years ago
Richard Mudgett 7054fb8756 rtp_engine.c: Eliminate rtcp_report_to_json() RAII_VAR usage.
9 years ago
Jenkins2 11a1e07ad2 Merge "netsock: Remove from Asterisk core."
9 years ago
Jenkins2 7b127e2d20 Merge "CLI: Fix 'core set debug channel' completion bug."
9 years ago
George Joseph 08440fd1d9 Merge "CLI: Remove special handling of 'core set verbose' from rasterisk."
9 years ago
Joshua Colp 5224fd3ab4 Merge changes from topic 'faster-aco'
9 years ago
Corey Farrell 064c74e4af netsock: Remove from Asterisk core.
9 years ago
Corey Farrell 731a23fba7 CLI: Fix 'core set debug channel' completion bug.
9 years ago
George Joseph c56c4312ad Merge changes from topic 'loader-work'
9 years ago
Jenkins2 5346c290e0 Merge "cdr: Minor optimizations."
9 years ago
Jenkins2 7ffe5aba24 Merge "loader: Rework of load_dynamic_module."
9 years ago
Jenkins2 c9bcd888a2 Merge "res_rtp_asterisk.c: Disable packet flood detection for video streams."
9 years ago
Joshua Colp b223f0e108 Merge "loader: Minor fix to module registration."
9 years ago
Corey Farrell e6768c0f81 cdr: Minor optimizations.
9 years ago
Jenkins2 dff0415b1e Merge "pjsip_options: wrongly applied "UNKNOWN" status"
9 years ago
Corey Farrell bf2d35931d aco: Minimize use of regex.
9 years ago
Corey Farrell a455e18320 aco: Create ways to minimize use of regex.
9 years ago
Corey Farrell 9d5797616c loader: Use vector to build apha sorted module lists.
9 years ago
Corey Farrell 7b54903313 loader: Replace priority heap with vector.
9 years ago
Corey Farrell 3505cc88e8 loader: Rework of load_dynamic_module.
9 years ago
Corey Farrell 80bf0ee99a loader: Minor fix to module registration.
9 years ago
Richard Mudgett 98f7e9251f res_rtp_asterisk.c: Disable packet flood detection for video streams.
9 years ago
George Joseph afb6e85980 Merge "CLI: Fix 'core show sysinfo' function ordering."
9 years ago
Corey Farrell 5f6a3c4399 CLI: Remove special handling of 'core set verbose' from rasterisk.
9 years ago
Corey Farrell c01ba7437e CLI: Fix 'core show sysinfo' function ordering.
9 years ago
Kevin Harwell b088cddc03 pjsip_options: wrongly applied "UNKNOWN" status
9 years ago
Richard Mudgett c2ec82bf36 stasis_channels.c: Don't set channel snapshot caller_dnid twice.
9 years ago
Jenkins2 b7e79d7baf Merge "astdb: Improve prefix searches in astdb"
9 years ago
Jenkins2 f81a884033 Merge "loader: Refactor resource_name_match."
9 years ago
Sean Bright 9a9edc6c9e astdb: Improve prefix searches in astdb
9 years ago
Corey Farrell d2e87b8e14 loader: Refactor resource_name_match.
9 years ago
Sean Bright 2ffe52a116 utils: Add convenience function for setting fd flags
9 years ago
Jenkins2 b0b28446c1 Merge "translate: Skip matrix_rebuild during shutdown."
9 years ago
George Joseph d7f3f8c283 Merge "sounds_index: Avoid repeatedly reindexing."
9 years ago
George Joseph 5cef8b2f3e Merge "media_index: Improve startup."
9 years ago
Corey Farrell c2c9995830 translate: Skip matrix_rebuild during shutdown.
9 years ago
Corey Farrell ab191e9782 sounds_index: Avoid repeatedly reindexing.
9 years ago
Corey Farrell 2af59ebb3a media_index: Improve startup.
9 years ago
Richard Mudgett e97e41552e bridge_basic.c: Update transfer diagnostic messages addendum.
9 years ago
Niklas Larsson 9d00583164 bridge_basic.c: Update transfer diagnostic messages.
9 years ago
Joshua Colp 93c2cd1383 Merge "config: Speed up config template lookup"
9 years ago
Sean Bright d9fdeae6a4 config: Speed up config template lookup
9 years ago
Sean Bright 1ad0fbc80e config: Speed up ACO & sorcery initialization
9 years ago
Jenkins2 5de9754313 Merge "translate: Transcode siren14, speex32, silk24, and silk12 via slin16."
9 years ago
Jenkins2 f98dad52d2 Merge "CLI: Remove compatibility code."
9 years ago
Joshua Colp c7aa6e41c1 Merge "translate: Show sample rate for silk, speex, and slin in translation table."
9 years ago
Corey Farrell d12a2ab400 CLI: Remove compatibility code.
9 years ago
Jenkins2 ae342a824f Merge "CLI: Finish conversion of completion handling to vectors."
9 years ago
George Joseph b4119a4c31 Merge "CLI: Refactor cli_complete."
9 years ago
Joshua Colp a06bca48e7 Merge "CLI: Rewrite ast_el_strtoarr to use vector's internally."
9 years ago
George Joseph 708189ce02 Merge "CLI: Create ast_cli_completion_add function."
9 years ago
Jenkins2 b69bfc637f Merge "CLI: Refactor ast_cli_display_match_list."
9 years ago
George Joseph 93dba6f396 Merge "CLI: Remove calls to ast_cli_generator."
9 years ago
Alexander Traud 58115e9c21 translate: Transcode siren14, speex32, silk24, and silk12 via slin16.
9 years ago
Alexander Traud 74e7005a74 translate: Show sample rate for silk, speex, and slin in translation table.
9 years ago
Joshua Colp ac6b029fe4 Merge "aoc: Remove silly usage of RAII_VAR."
9 years ago
Joshua Colp 0434f6a255 Merge "abstract_jb: Remove silly usage of RAII_VAR."
9 years ago
Joshua Colp 11cb4f2715 Merge "app: Remove silly usage of RAII_VAR."
9 years ago
Joshua Colp 40c3114013 Merge "ccss: Remove silly usage of RAII_VAR."
9 years ago
Corey Farrell b79d04f8f8 CLI: Finish conversion of completion handling to vectors.
9 years ago
Corey Farrell fbb8c0d3e4 CLI: Refactor cli_complete.
9 years ago
Corey Farrell 1cd24cd726 CLI: Rewrite ast_el_strtoarr to use vector's internally.
9 years ago
Corey Farrell 9c0a2110f0 CLI: Refactor ast_cli_display_match_list.
9 years ago
Corey Farrell 9587a61f4c CLI: Create ast_cli_completion_add function.
9 years ago
Corey Farrell a02cbc2ef3 CLI: Remove calls to ast_cli_generator.
9 years ago
Joshua Colp 3abf8dfeae Merge "cli: Remove silly usage of RAII_VAR."
9 years ago
Joshua Colp 146f6b92eb Merge "loader: Fix comments in struct ast_module."
9 years ago
Joshua Colp f5b2746355 Merge "CLI: Create ast_cli_completion_vector."
9 years ago
Joshua Colp 81041aacbd Merge "Build: Fix issues building without SSL."
9 years ago
Corey Farrell 10b4b5d200 loader: Fix comments in struct ast_module.
9 years ago
Joshua Colp 5db911bf7d Merge "acl: Fix allocation related issues."
9 years ago
Joshua Colp d415eba990 Merge "bridge_basic: Ignore answer from transfer target when they've timed out."
9 years ago
Corey Farrell 9ae805c900 cli: Remove silly usage of RAII_VAR.
9 years ago
Corey Farrell 89ccab95c2 ccss: Remove silly usage of RAII_VAR.
9 years ago
Corey Farrell 5e99c334d1 app: Remove silly usage of RAII_VAR.
9 years ago
Corey Farrell abdd9fa1a8 aoc: Remove silly usage of RAII_VAR.
9 years ago
Corey Farrell 48e1b39b28 abstract_jb: Remove silly usage of RAII_VAR.
9 years ago
Corey Farrell 999e0c17d7 Build: Fix issues building without SSL.
9 years ago
Corey Farrell b4862e463c iostream: Fix ast_iostream_printf declaration.
9 years ago
Joshua Colp 4181b6f377 Merge "DEBUG_FD_LEAKS: Add missing FD creators."
9 years ago
Corey Farrell c4f11911ea acl: Fix allocation related issues.
9 years ago
Joshua Colp 781a520b73 bridge_basic: Ignore answer from transfer target when they've timed out.
9 years ago
Corey Farrell a95f2994c6 aoc: Fix memory management issues.
9 years ago
Jenkins2 d89dc864eb Merge "sorcery: Add ast_sorcery_retrieve_by_prefix()"
9 years ago
Richard Mudgett b7b800b689 audiohook.c: Fix freeing a frame and still using it.
9 years ago
Joshua Colp a6d2926e5d Merge "core: Fix configuration of remote console socket path."
9 years ago
Joshua Colp 9d7b096023 Merge "core: Use ast_alertpipe for Asterisk signal monitoring thread."
9 years ago
Jenkins2 f616147487 Merge "core: Add cache_media_frames debugging option."
9 years ago
Corey Farrell edd1016dd8 core: Use ast_alertpipe for Asterisk signal monitoring thread.
9 years ago
Corey Farrell cdaaa14a5f core: Fix configuration of remote console socket path.
9 years ago
Sean Bright ffccce76d9 sorcery: Add ast_sorcery_retrieve_by_prefix()
9 years ago
Corey Farrell 14d60cee0c CLI: Create ast_cli_completion_vector.
9 years ago
Richard Mudgett 90bb0a3e10 core: Add cache_media_frames debugging option.
9 years ago
Richard Mudgett b865d29f1c frame.c: Make ast_frame_free()/ast_frfree() NULL tolerant
9 years ago
Corey Farrell bb77666620 core: Remove disabled code.
9 years ago
Joshua Colp 15d3c5f316 Merge "stasis_bridges.c: Fix off-nominal json memory leaks."
9 years ago