Commit Graph

20660 Commits

Author SHA1 Message Date
Chris Rienzo a33877aace FS-11931 [mod_http_cache] convert tests to use switch_test 2019-07-23 00:44:33 +04:00
Andrey Volk f9a03570f4 FS-11946: [Core] Fix possible unallocated memory access. 2019-07-22 23:40:06 +04:00
Andrey Volk 00af023c19 Merge pull request #1751 in FS/freeswitch from ~QUOCBAO/freeswitch:mod/mod_http_cache to master
* commit 'cbc36d0541f3ed89ccb7611fbae6cd06284e75df':
  FS-11943 [mod_http_cache] Fix typos in warning message in aws.c
2019-07-22 07:36:59 -05:00
baonq-me cbc36d0541 FS-11943 [mod_http_cache] Fix typos in warning message in aws.c 2019-07-22 11:51:28 +07:00
Dragos Oancea f2e7e69be3 FS-11750: JB fix: avoid infinite loop when chan var rtp_nack_buffer_size is small (initial max_packet_len) 2019-07-19 02:06:26 +04:00
Dragos Oancea 385769344b FS-11549: RTCP: fix report block stats
(thanks Sergey Hripchenko)
2019-07-19 01:50:23 +04:00
Andrey Volk 5b9d0244c5 FS-11903: Fix regression on Windows in switch_utils.h 2019-07-19 00:33:21 +04:00
Mariah Yang d654faa5a9 FS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for mod_sofia 2019-07-18 22:22:56 +04:00
Liyang 6f9ee4216c FS-11903: [mod_sofia] fix warnV547 Expression 'sip->sip_via' is always true. 2019-07-18 21:27:10 +04:00
Dragos Oancea 939b949da4 FS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for switch_rtp.c 2019-07-18 20:55:16 +04:00
Andrey Volk ff30de1692 FS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for switch_msrp.c 2019-07-18 19:27:57 +04:00
Andrey Volk af4316d8fb FS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for mod_av 2019-07-18 19:27:46 +04:00
Andrey Volk 30f0ad63f4 FS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for mod_dptools 2019-07-18 19:27:40 +04:00
Mike Jerris ebac830f52 FS-11425: [mod_av] fix build on older libav w/o H265 2019-07-18 01:53:01 +04:00
Seven Du 76d11001ce FS-11425 fix typo 2019-07-18 01:52:53 +04:00
Seven Du 8d06825bc4 FS-11425 add test config 2019-07-18 01:52:44 +04:00
Seven Du 4130184761 FS-11425 default to level 3.1 follows 459baa858679b74abe8398b4ad06e43beafd9b89 2019-07-18 01:52:30 +04:00
Seven Du a455614e14 FS-11425 comment out more deprecated params on deb9 2019-07-18 01:52:23 +04:00
Seven Du 3bd78b7a20 FS-11425 update codec defaults 2019-07-18 01:51:28 +04:00
Seven Du ddb0661e39 FS-11425 force g-profile = 0 to vp9
otherwise it complains: [8:Invalid parameter:Profile > 1 not supported in this build configuration]
2019-07-18 01:51:21 +04:00
Andrey Volk f3548c9fa0 swigall 2019-07-18 01:19:24 +04:00
Chris Rienzo 4b337f1117 FS-11878 [core] change log level of dialplan EXECUTE 2019-07-18 00:58:57 +04:00
Dragos Oancea 9485b1465b FS-11926: rename chan var to 'execute_on_fax_close_detect' to prevent it collide with 'execute_on_fax_detect'
(switch_channel_execute_on() would have run them both)
2019-07-18 00:57:34 +04:00
Dragos Oancea 216d84146e FS-11926: [mod_spandsp] execute_on_fax_detect_close 2019-07-18 00:57:27 +04:00
Mike Jerris b81cbcba3c FS-11929: [core] improve detection of when video is ready. 2019-07-18 00:55:56 +04:00
Brian West b23d887586 FS-11654: [core] add media_timeout, media_hold_timeout and video vs audio variants 2019-07-18 00:54:37 +04:00
Mike Jerris 382ecb6612 FS-11922: [core] improve switch_calc_bitrate 2019-07-18 00:53:14 +04:00
Mike Jerris b29fa06d20 FS-11921: [core] add switch_img_data_url_png, fix build without libpng 2019-07-18 00:51:20 +04:00
Anthony Minessale 9cb6b201a6 FS-11921: [core] add switch_img_data_url_png 2019-07-18 00:50:48 +04:00
Anthony Minessale 3166510394 FS-11920: [mod_commands] fix typo 2019-07-18 00:47:40 +04:00
Mike Jerris 7906a2054a FS-11919: [core] add api compatibility for switch_rtp_new 2019-07-17 16:43:34 -04:00
Anthony Minessale 4926eac49d FS-11918: [core] add function to see frame buffer len switch_frame_buffer_size 2019-07-18 00:35:56 +04:00
Brian West dab7d83e94 FS-10634: [core] Fix switch_channel_wait_for_app_flag from previous commit 2019-07-18 00:33:02 +04:00
Brian West d355a57264 FS-10634 [mod_spandsp]: txfax failing with 488 Not Acceptable Here race 2019-07-18 00:32:53 +04:00
Dragos Oancea 38f0f0662f FS-11876 [core] getter for VAD state 2019-07-18 00:31:01 +04:00
Liyang a13196c1c7 FS-11841 [core] The ts of received rtp packages for DTMF is same. so add SFF_RFC2833 flag check when write rtp package. 2019-07-18 00:29:32 +04:00
Mike Jerris c89f200b40 FS-11896: [core] fix media bug add on outbound 2019-07-18 00:27:11 +04:00
Andrey Volk ff21989218 FS-11896: [core] Fix typos 2019-07-18 00:26:51 +04:00
Anthony Minessale 1dd4191601 FS-11896: [core] stop media bugs from being possible to add to channels with no media ready, stop transfer recordings upstream to not try to transfer recordings to channels without media ready 2019-07-18 00:26:45 +04:00
Andrey Volk ccc4ae282a FS-11880: [Core,mod_pgsql] Remove native PostgreSQL support from the core, add mod_pgsql database module. 2019-07-18 00:20:50 +04:00
Chris Rienzo 3588cd5c51 FS-11858 [mod_hiredis] forgot to clear argc when recycling pipelined requests 2019-07-18 00:10:55 +04:00
Chris Rienzo e73f319aec FS-11858 [mod_hiredis] allow using single-quote when setting key to a value that has spaces 2019-07-18 00:10:47 +04:00
Chris Rienzo fb695c528e FS-11893 [core] add switch_dial_handle_create_json() and switch_dial_handle_serialize_json() for dial handle/json conversions 2019-07-18 00:09:20 +04:00
Chris Rienzo 6c1948e370 FS-11870 [core] fix divide by zero in previous commit 2019-07-18 00:08:02 +04:00
Chris Rienzo b06c7b0831 FS-11870 [core, mod_graylog2, mod_console] Added switch_log_node_to_json() and updated mod_graylog2 to use it. This is a unified log node to JSON conversion.
Added json log mode in mod_console
2019-07-18 00:07:54 +04:00
Luis Azedo 302b409815 FS-11848 [core] add user_data to event_channel_bind
* also adds a convenience switch_event_channel_deliver for already in thread
2019-07-17 16:02:12 -04:00
Anthony Minessale eb31e17e6c FS-11910: [mod_dptools] add native eavesdrop mode. use app native_eavesdrop args <uuid> [read|write] ... default is read with no flag. Must be same codecs 2019-07-17 23:38:23 +04:00
joshebosh bc52339e68 FS-11886 [mod_av] ERR avcodec.c no codec in h264 2019-07-17 23:36:29 +04:00
Shashi Kumar 7c79dd95a3 FS-11837: [Core] Add feature to allow execution of an app on audio change, execute_on_audio_change variable. 2019-07-17 23:34:16 +04:00
Mike Jerris 9050a08952 FS-11642: [core] add audio and video versions of the variables set for the rtp_retain_crypto_keys feature 2019-07-17 23:32:55 +04:00