Commit Graph

20343 Commits

Author SHA1 Message Date
Andrey Volk 9c18e272f9 FS-11458: [core] Fix video timing. 2019-01-17 12:51:10 +04:00
lazedo 280b7d9f02 [FS-11606] [mod_spandsp] add fax T38 mode to variables & logs 2019-01-15 23:16:45 +00:00
Mike Jerris 52e56c2053 Merge pull request #1658 in FS/freeswitch from ~LAZEDO/freeswitch:bug/FS-11610 to master
* commit '0eae20e5306c2ff43b5e8782cae3076ff0172412':
  FS-11610 [mod_http_cache] add video flag to http_cache
2019-01-15 21:11:49 +00:00
Luis Azedo 185ddcb860 FS-11026 [mod_sofia] set proxy on bye if available 2019-01-14 17:05:21 +00:00
lazedo 0eae20e530 FS-11610 [mod_http_cache] add video flag to http_cache 2019-01-14 16:31:49 +00:00
lazedo df1ac5dbe0 FS-10820 [mod_kazoo] eventstream configuration 2019-01-14 14:24:51 +00:00
Mariah Yang 6ac8105944 FS-11601: Fix some core function prototype 2019-01-09 08:44:41 -05:00
Andrey Volk 0629f95cff FS-11568: [core] Add stun-set command to X-PRE-PROCESS. 2019-01-09 17:19:22 +04:00
Andrey Volk 0994131894 FS-11564: [mod_verto] Add ext-rtp-ip detection using stun. 2019-01-09 17:19:11 +04:00
Mike Jerris e4d85ee6aa Merge pull request #1634 in FS/freeswitch from ~C960657/freeswitch:bugfix/FS-11552-dead-session-crash to master
* commit 'e7c63eec0c4a66741f5035efba47260b8caf05a8':
  FS-11552: [mod_v8] Crash when accessing props of dead session
2019-01-02 20:50:43 +00:00
Mike Jerris b3a8a53fc2 Merge pull request #1624 in FS/freeswitch from ~VLADIMIR.RALEV/freeswitch:bugfix/FS-10534-dont-crash-on-dead-channel-in-loopback to master
* commit 'ad2344cb842f2e582c129f8d621d8f93757177ea':
  FS-10534 [mod_loopback] Add null pointer check to avoid crashing loopbacks
2019-01-02 20:49:26 +00:00
Andrey Volk 9e0579011d FS-11521: [mod_av] Test program regression fix. 2019-01-03 00:23:27 +04:00
Andrey Volk 522d871f65 FS-11521: [Build-System] Fix C99 standard regression. 2019-01-03 00:23:20 +04:00
Liyang 036d3e8085 FS-11521: [mod_av] support colorspace from params of file interface
https://freeswitch.org/jira/browse/FS-11521
2019-01-03 00:23:13 +04:00
Liyang 863a0b1d2a FS-11521: [mod_av] read colorspace param from config for avformat 2019-01-03 00:23:04 +04:00
Seven Du 34b573998b FS-11521: [mod_av] WIP add test code and add png 2019-01-03 00:22:08 +04:00
Mike Jerris c3f80bb78d FS-11579: [mod_signalwire] use detected curl cflags and libraries to link mod_signalwire 2019-01-02 15:07:24 -05:00
Andrey Volk 58e65350b0 FS-11582: [mod_signalwire] Fix CA certificate detection on Windows. 2018-12-27 04:57:04 +04:00
Chris Rienzo 604690b5c8 FS-11583 [mod_sofia] fix crash when missing address in register event 2018-12-26 15:51:41 -05:00
Andrey Volk d0cca7e222 FS-11555: [mod_signalwire] Initial commit. 2018-12-21 21:45:59 +04:00
Andrey Volk 82452988e2 FS-11547: [core] Fix broken record_sample_rate variable. 2018-12-21 02:17:27 +04:00
Seven Du 1ddd4c992b FS-11569 add rate to null endpoint 2018-12-20 10:19:33 -05:00
Andrey Volk 97f42d429f FS-11505: [core] System call with output capture on Linux and Windows without fork. Add switch_core test. 2018-12-20 10:19:27 -05:00
Chris Rienzo a754d379ba FS-11442 [test] enable module runtime when loading it 2018-12-20 10:19:14 -05:00
Chris Rienzo d46f4f2149 FS-11442 [test] add fst_check_extension_apps to compare dialplan apps with expected. 2018-12-20 10:19:08 -05:00
Chris Rienzo 19eb5af90d FS-11442 [test] Fix double-free on test suite cleanup. 2018-12-20 10:19:02 -05:00
Liyang 69252d9911 missing comma
https://freeswitch.org/jira/browse/FS-11465
2018-12-20 10:18:48 -05:00
Seven Du b53d1caea0 FS-11461: [mod_av] Add test code, improve tests on Windows. 2018-12-20 10:18:42 -05:00
Andrey Volk 2ae3b85721 FS-11461: [core] Fix mod_av test code on Windows. 2018-12-20 10:18:35 -05:00
Chris Rienzo 0c8f5ed60d FS-11453 [core] remove dependency to libtap for unit tests
move all core unit tests to tests/unit
2018-12-20 10:18:28 -05:00
Chris Rienzo 2226c3c621 FS-11453 [mod_rayo] convert to fst testing 2018-12-20 10:18:14 -05:00
Chris Rienzo e0b5df10d6 FS-11453 [mod_rayo] allow text/plain grammar for non-mrcp speech recognizers. Added direction to output component to assist with testing. Fix confidence conversion to NLSML. 2018-12-20 10:18:06 -05:00
Chris Rienzo 6eb2276cd6 FS-11453 [mod_rayo] add support for FS JSON ASR result. 2018-12-20 10:17:57 -05:00
Chris Rienzo 101512ba33 FS-11442 [mod_test] new module, mod_test - mock ASR interface. 2018-12-20 10:17:50 -05:00
Chris Rienzo a4a0dd81bb FS-11442 [core] allow multiple test modules to be loaded in the same test program. 2018-12-20 10:17:39 -05:00
Chris Rienzo 5014e11eeb FS-11442 [core] Add test helpers for wall time measurements and integer/double range checks. Improve simple test log output to identify which test the failure is in. 2018-12-20 10:17:27 -05:00
Chris Rienzo 3dd0eadcc1 FS-11442 [core] added test helpers for constructing XML objects 2018-12-20 10:17:15 -05:00
Chris Rienzo e95beb8d4f FS-11442 [core] added fst_play_and_detect_app_test and fst_sched_recv_dtmf 2018-12-20 10:17:04 -05:00
Chris Rienzo 3f512c0a74 FS-11439 [core] Update switch_test.h so unprivileged users can execute tests when basedir is owned by root. 2018-12-20 10:16:53 -05:00
Seven Du e36caa7544 FS-11416 fix build error FCT_FIXTURE_SUITE_BGN undefined 2018-12-20 10:16:46 -05:00
Mike Jerris fc02be8d57 Merge pull request #1637 in FS/freeswitch from ~DRAGOS_OANCEA/freeswitch-dragos:bugfix/FS-11559-ivr_record_file-nullptr to master
* commit '15051696d1467f339a74f6747a8776737dc9210d':
  FS-11559: check file name null ptr (crashfix CoreSession:recordFile)
2018-12-17 18:36:19 +00:00
Dragos Oancea 15051696d1 FS-11559: check file name null ptr (crashfix CoreSession:recordFile) 2018-12-17 04:30:51 -05:00
Sergey Safarov abde630fea FS-11345: Fixed Werror=stringop-truncation for mod_opus
Fixed Werror=format-truncation on sofia-sip/libsofia-sip-ua/tport

Fixed Werror=format-truncation on mod/endpoints/mod_verto

Fixed unused-but-set-variable in mod_lua

Fixed Werror=format-truncation on libs/sofia-sip/libsofia-sip-ua/tport

Fixed Wunused-variable Wmaybe-uninitialized on mod_soundtouch

Fixed Wliteral-suffix for libs/unimrcp
2018-12-12 21:18:19 +00:00
Chris Rienzo cae7f0fa2f FS-11562 [mod_sofia] fire register state event on changing registrar IP 2018-12-10 21:53:13 -05:00
Mike Jerris 3f6c95fe7a Merge pull request #1636 in FS/freeswitch from ~DRAGOS_OANCEA/freeswitch-dragos:bugfix/FS-11532 to master
* commit 'ef123b6c2e907cf660d4ba69451156aad2353019':
  FS-11532: fix crash (87d4a6a0)
2018-12-10 23:11:43 +00:00
Dragos Oancea ef123b6c2e FS-11532: fix crash (87d4a6a0) 2018-12-10 14:38:46 -05:00
Seven Du 9911004b52 FS-11562 #resolve add register ip and port to gateway register state change events 2018-12-10 10:22:20 -05:00
Dragos Oancea 551ce4c46f FS-11554: fix crash in conference API when no param given to "moh". 2018-12-05 22:04:00 -05:00
Christian Schmidt e7c63eec0c FS-11552: [mod_v8] Crash when accessing props of dead session 2018-12-05 22:10:25 +01:00
António Silva 8ca7a5492d FS-11512 [mod_sofia] #resolve missing privacy header on display update 2018-11-29 09:54:24 +01:00
Mike Jerris 866bd44efc FS-11539: [core] session message names print wrong in log messages 2018-11-28 22:14:08 +00:00
Andrey Volk 13f6890f41 FS-11523: [mod_av] Add ffmpeg 4.1 support. 2018-11-28 02:47:23 +04:00
Andrey Volk c371c75045 FS-11466: [mod_av] Fix h264 hardware encoding delay. 2018-11-28 02:47:23 +04:00
Anthony Minessale d9de41349b FS-11394: [mod_av] Fix cpu race created by this patch 2018-11-28 02:47:22 +04:00
Anthony Minessale f3b65c2ee7 FS-11394: [mod_av] Clean up defaults cos they are still wrong 2018-11-28 02:47:04 +04:00
Anthony Minessale 4333f6813d FS-11413: [freeswitch-core,mod_conference,mod_local_stream] High memory footprint in some video situations #resolve 2018-11-28 01:19:35 +04:00
Mike Jerris e3f5060ecb Merge pull request #1627 in FS/freeswitch from ~C960657/freeswitch:FS-11520-mod_curl-max_bytes to master
* commit '65e20af3474e1099b380193f4e5a83ce9ee88949':
  FS-11520: [mod_curl] Make max_bytes configurable
2018-11-26 17:43:46 +00:00
Christian Schmidt 65e20af347 FS-11520: [mod_curl] Make max_bytes configurable 2018-11-21 22:21:33 +01:00
António Silva 221d728e62 FS-11118 #resolve mod_sofia send display update to Grandstream family user-agent 2018-11-21 16:04:29 +01:00
Vladimir Ralev ad2344cb84 FS-10534 [mod_loopback] Add null pointer check to avoid crashing loopbacks 2018-11-20 23:32:36 +02:00
Mike Jerris 968c76b29c Merge pull request #1597 in FS/freeswitch from ~DRAGOS_OANCEA_NX/freeswitch-dragos-nx:feat/FS-11409/ice-lite to master
* commit '3ed6d56dd3f05d6faf7d07cb2c08b4ee8c8c92a5':
  FS-11409: add "ice-lite" SDP attribute
2018-11-20 21:04:12 +00:00
Mike Jerris 1547815f58 Merge pull request #1433 in FS/freeswitch from ~LAZEDO/freeswitch:feature/FS-10745 to master
* commit 'f8335607c244ac5fea04f2ae3188e59f3284c3ca':
  FS-10745 [mod_sofia] provide more context to transferor event
2018-11-20 20:59:36 +00:00
Mike Jerris e53c17ff68 Merge pull request #1606 in FS/freeswitch from ~LAZEDO/freeswitch:feature/FS-11312 to master
* commit '0e0d5881444fa7af0730c56dc24ef7fc730870a1':
  FS-11312 [core] prevent double firing record_start event
2018-11-20 20:50:32 +00:00
Mike Jerris 965a8402d6 Merge pull request #1622 in FS/freeswitch from ~C960657/freeswitch:bugfix/FS-11508-max-registrations-per-extension to master
* commit '69ec4aadab36d96a2aee439c33b1d802567f7672':
  FS-11508: [mod_sofia] Make max-registrations-per-extension use extension instead of username
2018-11-20 20:23:20 +00:00
Mike Jerris 47e5f79fb1 Merge pull request #1619 in FS/freeswitch from ~GRIBUNIN/freeswitch:bugfix/FS-11450-mod_conference-api-command-json_list to master
* commit '6ea0e815a70336dc1580d17fe3c0fcdada0d1a23':
  FS-11450 [mod_conference] Fix for memory leak when conference json list api command is executed
2018-11-20 20:00:46 +00:00
Hunyadvári Péter fcc81f385e FS-11207: [core] msrp: fix init ssl 2018-11-13 18:34:18 +01:00
Andrey Volk f0a03ca337 Revert "Merge pull request #1608 in FS/freeswitch from ~HUNYI/freeswitch:bugfix/FS-11207-sofia-msrp_worker-crash-when-initializing to master"
This reverts commit abd8b0b061, reversing
changes made to 102161e14d.
2018-11-13 20:47:28 +04:00
Mike Jerris abd8b0b061 Merge pull request #1608 in FS/freeswitch from ~HUNYI/freeswitch:bugfix/FS-11207-sofia-msrp_worker-crash-when-initializing to master
* commit '0fbe46ea0916e9a3e1a789e3b21cb205ef56ae5f':
  FS-11207: [core] Fix msrp_init_ssl and msrp_deinit_ssl functions, check globals.ssl_ready variable
  FS-11207: [core] Fix msrp_init_ssl error handling
2018-11-13 15:16:13 +00:00
Christian Schmidt 69ec4aadab FS-11508: [mod_sofia] Make max-registrations-per-extension use extension instead of username 2018-11-08 12:45:45 +01:00
Mike Jerris da49b042ba FS-11506: [mod_sofia] Handle multiple History-Info headers in MESSAGE 2018-11-06 20:56:11 +00:00
Chris Rienzo c854466ed2 [core] Test commit- bump copyright date. 2018-11-06 12:03:07 -05:00
Mike Jerris 76b3bb586b FS-11494: [Debian] force build of iksemel before modules to avoid -j race condition on dep lib build 2018-10-31 15:10:53 -04:00
kgribunin 6ea0e815a7 FS-11450 [mod_conference] Fix for memory leak when conference json list api command is executed 2018-10-31 19:17:51 +03:00
Brian West 9e8ae18f95 FS-11471: [mod_sofia] revert changes to send PAI for polycom 4.x versions differently, seems polycom has now fixed this 2018-10-22 11:00:33 -05:00
lazedo 0e0d588144 FS-11312 [core] prevent double firing record_start event 2018-10-16 07:27:40 +00:00
Hunyadvári Péter 0fbe46ea09 FS-11207: [core] Fix msrp_init_ssl and msrp_deinit_ssl functions, check globals.ssl_ready variable 2018-10-12 11:06:04 +02:00
Hunyadvári Péter 785ac737ca FS-11207: [core] Fix msrp_init_ssl error handling 2018-10-05 14:43:55 +02:00
Luis Azedo f8335607c2 FS-10745 [mod_sofia] provide more context to transferor event 2018-10-01 15:13:58 +01:00
Andrey Volk 7ebe4134ef FS-11423: [mod_isac] Add ARM64 detection. 2018-09-30 18:53:41 +03:00
Andrey Volk 3b281cd5a1 FS-11422: [mod_java] Fix logging. 2018-09-29 13:21:37 +03:00
Chris Rienzo d298b4f93a FS-11416 [core] add test framework header files. 2018-09-27 14:19:48 -04:00
Mike Jerris 9927baa7d8 FS-11412: [core] Fix crash caused by missing or malformed ice candidates in sdp 2018-09-26 15:07:38 +00:00
Dragos Oancea 3ed6d56dd3 FS-11409: add "ice-lite" SDP attribute 2018-09-25 17:58:59 +01:00
Mike Jerris a747db947c FS-11340: [core] fix merge conflict 2018-09-25 15:22:54 +00:00
Seven Du 710d011c85 FS-11340 export switch_vad_state2str and update vad_test to support the latest params
FS-11340 check the status for read frame avoid crash
2018-09-24 20:22:24 +00:00
Seven Du b77f8444c6 FS-11406 #resolve allow displace session replace both read and write audio
uuid_displace cannot replace audio on both direction at the same time,
this patch add a w mux flag so when both rw used at the same time,
it will displace both directions, then both sides can hear the same audio.
2018-09-24 18:56:37 +00:00
Seven Du bdc21a0607 FS-11405 #resolve tweak macro to use do while 0
the original one will leave an extra semicolon after }
2018-09-24 18:52:07 +00:00
Anthony Minessale 75d038bd36 FS-11407: [freeswitch-core] process media bugs in the order they were added #resolve 2018-09-24 17:38:50 +00:00
Seven Du 0de57c07d8 FS-11014 FS-11404 fix libfvad might be enabled unexpectedly when set_mode is called 2018-09-24 17:38:50 +00:00
Mike Jerris 1d6f53a19e FS-11393: [core] set record_record_trimmed_ms at the end of record app if the file interface has this info available 2018-09-20 04:50:02 +00:00
Chris Rienzo d9d763d2a8 FS-11397 [mod_rayo] add xmlns to exec <response> to make adhearsion's life easier. 2018-09-19 15:36:19 -04:00
Mike Jerris e08f819b5a Merge pull request #1588 in FS/freeswitch from ~ANDYWOLK/freeswitch:feature/FS-11394-hardware-encoder-support to master
* commit 'd541943e11497d194aeeea17748e2125fe52160c':
  FS-11394: [mod_av] Fix "restrict" regression.
2018-09-19 18:37:14 +00:00
Andrey Volk d541943e11 FS-11394: [mod_av] Fix "restrict" regression. 2018-09-19 21:36:02 +03:00
Mike Jerris a34d97b6b9 Merge pull request #1587 in FS/freeswitch from ~ANDYWOLK/freeswitch:feature/FS-11394-hardware-encoder-support to master
* commit '0b2f72ff973f7d4eb96548f333825ec69b0773e0':
  FS-11394: [mod_av] Enable HW acceleration on Windows. Use FFmpeg 3.4.4 instead of libav.
2018-09-19 17:23:26 +00:00
Mike Jerris b96b109501 FS-11393: [core] set record_trimmed_ms at the end of record_session if the file interface has this info available 2018-09-19 17:13:00 +00:00
Andrey Volk 0b2f72ff97 FS-11394: [mod_av] Enable HW acceleration on Windows. Use FFmpeg 3.4.4 instead of libav. 2018-09-19 19:16:36 +03:00
Seven Du 122983e107 FS-11394 reenable avcodec nvenc support 2018-09-19 04:34:33 +00:00
Andrey Volk 6005400994 FS-11390: [mod_codec2] Use system libcodec2. 2018-09-15 14:58:05 +03:00
Andrey Volk 9f72c99cd7 FS-11362: [mod_verto] Fix regression for the broken Windows build. 2018-09-13 00:14:20 +03:00
Chris Rienzo 4edd8a9751 FS-11387 [mod_loopback] add null endpoint 2018-09-10 14:57:24 -04:00