Commit Graph

5838 Commits (58c7b64ed6b99f76d454425b92b756a3843d7d34)

Author SHA1 Message Date
Alexander Traud 725fd32428 utils: In Solaris, avoid a warning about an unused variable.
8 years ago
Jenkins2 359a0cc5a2 Merge "BuildSystem: Cast any intptr_t explicitly to its proposed type." into 13
8 years ago
Jenkins2 91193807c8 Merge "BuildSystem: Detect whether uselocale(.) is available." into 13
8 years ago
Jenkins2 2961dd6c6d Merge "core: Fix handling of maximum length lines in config files." into 13
8 years ago
Alexander Traud 6b899b2849 BuildSystem: Cast any intptr_t explicitly to its proposed type.
8 years ago
Alexander Traud 98e8e849da BuildSystem: Detect whether uselocale(.) is available.
8 years ago
Richard Mudgett 104468ad3a pjproject: Add cache_pools debugging option.
8 years ago
Corey Farrell caad0c09cd core: Fix handling of maximum length lines in config files.
8 years ago
Jenkins2 f49e5d3998 Merge "core: Rename sounds_index.c to sounds.c." into 13
8 years ago
Jenkins2 ee9bee7e05 Merge "config: Fix locking for extconfig reload." into 13
8 years ago
Corey Farrell e532b982b3 core: Rename sounds_index.c to sounds.c.
8 years ago
Corey Farrell 9c8763e4d2 config: Fix locking for extconfig reload.
8 years ago
Alexander Traud 6eb22964ba rtp_engine: Load format name / mime type in uppercase again.
8 years ago
Sean Bright 48acd5cd26 bridge_roles: Use a non-locking linked list where appropriate
8 years ago
Jenkins2 8212fd6bf4 Merge "main/asterisk.c: Remove silly usage of RAII_VAR." into 13
8 years ago
Corey Farrell 4e5d5b2ce2 main/asterisk.c: Remove silly usage of RAII_VAR.
8 years ago
Corey Farrell 6c72c22d51 json: Add conditionals to avoid locking if Jansson is thread safe.
8 years ago
Jenkins2 f16a623ac0 Merge "cdr.c: Fix runtime leak of CDR records." into 13
8 years ago
Alexander Traud b1c6a644d3 backtrace: Avoid potential spurious output.
8 years ago
Richard Mudgett dcfcf310a1 cdr.c: Fix runtime leak of CDR records.
8 years ago
Jenkins2 2bb68c707f Merge "manager.c: Fixed "(null):" header in AMI AsyncAGIEnd event" into 13
8 years ago
Jenkins2 65c8b7d6b4 Merge "manager_channels.c: Reordered ast_manager_build_channel_state_string_prefix()" into 13
8 years ago
Sungtae Kim dd9690f68c manager.c: Fixed "(null):" header in AMI AsyncAGIEnd event
8 years ago
Richard Mudgett 665444b772 manager.c: Fix potential memory leak and corruption.
8 years ago
Richard Mudgett ef1aeb9437 manager_channels.c: Reordered ast_manager_build_channel_state_string_prefix()
8 years ago
Richard Mudgett 4a337b1a76 app_confbridge: Update dsp_silence_threshold and dsp_talking_threshold docs.
8 years ago
Jenkins2 d82da7afff Merge "loader: Use ast_cli_completion_add for 'module load' completion." into 13
8 years ago
Jenkins2 cee39bf820 Merge "pbx_variables.c: Misc fixes in variable substitution." into 13
8 years ago
Jenkins2 c956349667 Merge "core: Fix unused variable error in handle_show_sysinfo." into 13
8 years ago
Corey Farrell 154bccf147 loader: Use ast_cli_completion_add for 'module load' completion.
8 years ago
Alexander Traud 4bb38022ea core: Fix unused variable error in handle_show_sysinfo.
8 years ago
Alexander Traud 021168f06f editline: Avoid shifting a negative signed value.
8 years ago
Richard Mudgett 85b384728c pbx_variables.c: Misc fixes in variable substitution.
8 years ago
Jenkins2 86aa3572ee Merge "pbx: Reduce verbosity while loading extensions" into 13
8 years ago
krells d5bcbd460e pbx: Reduce verbosity while loading extensions
8 years ago
Corey Farrell 22edb10c44 loader: Miscellaneous fixes.
8 years ago
Richard Mudgett 1bbd9f4a47 taskprocessor.c: Increase the number of tps_singletons container buckets.
8 years ago
Jenkins2 1f1b8e85b0 Merge "stasis_endpoints: Remove silly usage of RAII_VAR." into 13
8 years ago
Joshua Colp fab209e746 Merge "stasis_message_router: Remove silly usage of RAII_VAR." into 13
8 years ago
Jenkins2 8d642b8d07 Merge "stasis_system: Remove silly usage of RAII_VAR." into 13
8 years ago
Jenkins2 2697904f0e Merge "stasis: Remove silly usage of RAII_VAR." into 13
8 years ago
Jenkins2 6acabbeaca Merge "stasis_bridges: Remove silly usage of RAII_VAR." into 13
8 years ago
Jenkins2 7c4733bf7f Merge "stasis_cache: Remove silly usage of RAII_VAR." into 13
8 years ago
Jenkins2 ffec53b528 Merge "stasis_cache_pattern: Remove silly usage of RAII_VAR." into 13
8 years ago
Corey Farrell 608112ced3 stasis: Remove silly usage of RAII_VAR.
8 years ago
Corey Farrell b7c25740fa stasis_bridges: Remove silly usage of RAII_VAR.
8 years ago
Corey Farrell dedf0ff2bf stasis_cache: Remove silly usage of RAII_VAR.
8 years ago
Corey Farrell 8a6b3537b1 stasis_cache_pattern: Remove silly usage of RAII_VAR.
8 years ago
Corey Farrell 909e642918 stasis_endpoints: Remove silly usage of RAII_VAR.
8 years ago
Corey Farrell bd11159dbc stasis_message_router: Remove silly usage of RAII_VAR.
8 years ago
Corey Farrell 975a38e524 stasis_system: Remove silly usage of RAII_VAR.
8 years ago
Alexander Traud b45fb3a6ec translate: Avoid absolute value on unsigned substraction.
8 years ago
Jenkins2 d680ade35c Merge "editline: Avoid comparison between pointer and zero character constant." into 13
8 years ago
Alexander Traud a68da30069 editline: Avoid comparison between pointer and zero character constant.
8 years ago
Corey Farrell 0f141351f9 pbx: Prevent execution of NULL pointer.
8 years ago
Corey Farrell ec74570598 aco: Fix NULL dereference in error path.
8 years ago
Jenkins2 9e47e113e1 Merge "core: Use macros to generate ao2_container callbacks where possible." into 13
8 years ago
Joshua Colp 3fa33de301 Merge "aco: Add missing aco_option_type_string for OPT_TIMELEN_T." into 13
8 years ago
Tzafrir Cohen 00b0c67144 cdr: submit: fix logic of test for batch mode
8 years ago
Corey Farrell dd528c53c0 aco: Add missing aco_option_type_string for OPT_TIMELEN_T.
8 years ago
Corey Farrell 5b395a7b97 core: Use macros to generate ao2_container callbacks where possible.
8 years ago
Richard Mudgett 751fd9b628 stasis_channels.c: Misc cleanup.
8 years ago
Jenkins2 e4d536b64d Merge "manager.c: Update AMI Status event documentation" into 13
8 years ago
Jenkins2 9792bb0aa9 Merge "cdr: Missing NULL check and unlock." into 13
8 years ago
Richard Mudgett 5de8f49294 manager.c: Update AMI Status event documentation
8 years ago
Corey Farrell d62c87bb8d cdr: Missing NULL check and unlock.
8 years ago
Corey Farrell 92fb393cab loader: Add volatile to resource_being_loaded.
8 years ago
Sean Bright ce3d56920b Remove as much trailing whitespace as possible.
8 years ago
Jenkins2 d85290ca48 Merge "Fix Common Typo's." into 13
8 years ago
Jenkins2 0097ad91ef Merge "bridge: Old channel video source not set to NULL after unref." into 13
8 years ago
Corey Farrell 82b6ba976f Fix Common Typo's.
8 years ago
Corey Farrell be3800c49d bridge: Old channel video source not set to NULL after unref.
8 years ago
Corey Farrell d05ec48145 core: Fix unused variable error in handle_show_sysinfo.
8 years ago
Joshua Colp 616659d620 Merge "CLI: Address multiple issues." into 13
8 years ago
Jenkins2 b100233801 Merge "bridge: Stop music on hold on adding an arbitrary channel to a bridge" into 13
8 years ago
Joshua Colp f1d50c0fb0 Merge "core: Fix multiple trivial issues in the core." into 13
8 years ago
Jenkins2 b539ea2a38 Merge "Remove constant conditionals (dead-code)." into 13
8 years ago
Corey Farrell 9adffca9c7 CLI: Address multiple issues.
8 years ago
Jenkins2 dba037d422 Merge "main/app: Fix leaks." into 13
8 years ago
Ivan Poddubny fef23297b7 bridge: Stop music on hold on adding an arbitrary channel to a bridge
8 years ago
Jenkins2 bde7c0420a Merge "rtp_engine.c: Eliminate rtcp_report_to_json() RAII_VAR usage." into 13
8 years ago
Corey Farrell d6b2f457d9 Remove constant conditionals (dead-code).
8 years ago
Corey Farrell 381ed4f1cc core: Fix multiple trivial issues in the core.
8 years ago
Corey Farrell 67b5a4e616 main/app: Fix leaks.
8 years ago
Richard Mudgett 5801917a75 ast_json_pack(): Use safer json ref mechanism.
8 years ago
Richard Mudgett 46ed7afdd9 rtp_engine.c: Eliminate rtcp_report_to_json() RAII_VAR usage.
8 years ago
Joshua Colp b14d165927 Merge "CLI: Fix 'core set debug channel' completion bug." into 13
8 years ago
Jenkins2 cbb71df228 Merge "CLI: Remove special handling of 'core set verbose' from rasterisk." into 13
8 years ago
Jenkins2 56a931f64c Merge "aco: Minimize use of regex." into 13
8 years ago
Jenkins2 b6d03c086b Merge "aco: Create ways to minimize use of regex." into 13
8 years ago
Corey Farrell 5cdc65cf1e CLI: Fix 'core set debug channel' completion bug.
8 years ago
George Joseph 43903f1e83 Merge "loader: Use vector to build apha sorted module lists." into 13
8 years ago
George Joseph d6ea23d60e Merge "loader: Replace priority heap with vector." into 13
8 years ago
Jenkins2 d1a68d90b0 Merge "cdr: Minor optimizations." into 13
8 years ago
George Joseph 1b50eb2d9f Merge "loader: Rework of load_dynamic_module." into 13
8 years ago
Jenkins2 b270d5b5a2 Merge "loader: Minor fix to module registration." into 13
8 years ago
Corey Farrell b3b7367e6b cdr: Minor optimizations.
8 years ago
Corey Farrell 8921b2581d loader: Use vector to build apha sorted module lists.
8 years ago
Corey Farrell d5a7a98528 loader: Replace priority heap with vector.
8 years ago
Corey Farrell 5e9d70ae5d loader: Rework of load_dynamic_module.
8 years ago
Corey Farrell 4de95d4bf0 loader: Minor fix to module registration.
8 years ago
Corey Farrell 501f4dcdd8 aco: Minimize use of regex.
8 years ago
Corey Farrell 7413bcbeb5 aco: Create ways to minimize use of regex.
8 years ago
Richard Mudgett 61e81338d9 res_rtp_asterisk.c: Disable packet flood detection for video streams.
8 years ago
Corey Farrell dd72844e4d CLI: Remove special handling of 'core set verbose' from rasterisk.
8 years ago
Jenkins2 20ca06b1db Merge "CLI: Fix 'core show sysinfo' function ordering." into 13
8 years ago
Corey Farrell 4decf4e492 CLI: Fix 'core show sysinfo' function ordering.
8 years ago
Richard Mudgett 28eddc7ea6 stasis_channels.c: Don't set channel snapshot caller_dnid twice.
8 years ago
Jenkins2 3bfddd9e73 Merge "astdb: Improve prefix searches in astdb" into 13
8 years ago
Jenkins2 84fe5f0219 Merge "loader: Refactor resource_name_match." into 13
8 years ago
Sean Bright a4b291029f astdb: Improve prefix searches in astdb
8 years ago
Corey Farrell 9fc4f10e0e loader: Refactor resource_name_match.
8 years ago
Sean Bright f726f11974 utils: Add convenience function for setting fd flags
8 years ago
Jenkins2 54a86779a3 Merge "translate: Skip matrix_rebuild during shutdown." into 13
8 years ago
Jenkins2 ac7501b15c Merge "CLI: Fix remote console completion." into 13
8 years ago
Jenkins2 9bf73ae1b3 Merge "sounds_index: Avoid repeatedly reindexing." into 13
8 years ago
Jenkins2 58addb1e38 Merge "media_index: Improve startup." into 13
8 years ago
Corey Farrell 5a0dcd9275 CLI: Fix remote console completion.
8 years ago
Corey Farrell 2691ee68ce translate: Skip matrix_rebuild during shutdown.
8 years ago
Corey Farrell db6602f6f7 sounds_index: Avoid repeatedly reindexing.
8 years ago
Corey Farrell 289549d659 media_index: Improve startup.
8 years ago
Richard Mudgett 93859f9aca bridge_basic.c: Update transfer diagnostic messages addendum.
8 years ago
Niklas Larsson aacdbdcfd2 bridge_basic.c: Update transfer diagnostic messages.
8 years ago
Jenkins2 7e4bd0cf69 Merge "config: Speed up config template lookup" into 13
8 years ago
Sean Bright 6635ddc819 config: Speed up config template lookup
8 years ago
Sean Bright 077ceacd48 config: Speed up ACO & sorcery initialization
8 years ago
Jenkins2 0f4152307a Merge "translate: Transcode siren14, speex32, silk24, and silk12 via slin16." into 13
8 years ago
Jenkins2 749c544dbb Merge "translate: Show sample rate for silk, speex, and slin in translation table." into 13
8 years ago
Joshua Colp 759468c45f Merge "CLI: Finish conversion of completion handling to vectors." into 13
8 years ago
Jenkins2 c3a25ff753 Merge "CLI: Refactor cli_complete." into 13
8 years ago
Jenkins2 efb165a8a8 Merge "CLI: Rewrite ast_el_strtoarr to use vector's internally." into 13
8 years ago
George Joseph f1f88c40f6 Merge "CLI: Refactor ast_cli_display_match_list." into 13
8 years ago
Jenkins2 2e3f878423 Merge "CLI: Create ast_cli_completion_add function." into 13
8 years ago
George Joseph 635583dabd Merge "CLI: Remove calls to ast_cli_generator." into 13
8 years ago
Alexander Traud c46cab49a3 translate: Transcode siren14, speex32, silk24, and silk12 via slin16.
8 years ago
Alexander Traud 0f719aa051 translate: Show sample rate for silk, speex, and slin in translation table.
8 years ago
Joshua Colp d2fb0ffb5b Merge "aoc: Remove silly usage of RAII_VAR." into 13
8 years ago
Joshua Colp 27491c6847 Merge "abstract_jb: Remove silly usage of RAII_VAR." into 13
8 years ago
Joshua Colp db7a180ce2 Merge "app: Remove silly usage of RAII_VAR." into 13
8 years ago
Corey Farrell e9ba6a6b88 CLI: Finish conversion of completion handling to vectors.
8 years ago
Corey Farrell 26a400c67a CLI: Refactor cli_complete.
8 years ago
Corey Farrell e723331f4f CLI: Rewrite ast_el_strtoarr to use vector's internally.
8 years ago
Corey Farrell e07d94111d CLI: Refactor ast_cli_display_match_list.
8 years ago
Corey Farrell 8a63f4e709 CLI: Create ast_cli_completion_add function.
8 years ago
Corey Farrell 115f53a0fb CLI: Remove calls to ast_cli_generator.
8 years ago
Joshua Colp 0fd8db7ec2 Merge "ccss: Remove silly usage of RAII_VAR." into 13
8 years ago
Joshua Colp a8ac9a551d Merge "cli: Remove silly usage of RAII_VAR." into 13
8 years ago
Joshua Colp 090ce0cd1b Merge "loader: Fix comments in struct ast_module." into 13
8 years ago
Joshua Colp 29bf57ff2f Merge "CLI: Create ast_cli_completion_vector." into 13
8 years ago
Joshua Colp 3ce96d2e03 Merge "Build: Fix issues building without SSL." into 13
8 years ago