Commit Graph

33229 Commits

Author SHA1 Message Date
Serj 8a5aa4209f Fix FS-9865 2018-10-14 17:25:22 +00:00
Serj 3cc2f8ab0d fix mod_hiredis deps 2018-10-14 16:26:20 +00:00
Serj 7ce7b11b30 add freeswitch-mod-shout as dep 2018-10-14 16:19:51 +00:00
Andrey Volk 3221557807 FS-11445: [Build-System] Add distro to the name of the source tarball. 2018-10-12 20:11:39 +00:00
Brian West 5f3a95277d Merge pull request #1609 in FS/freeswitch from ~ASIPLAS/freeswitch:FS-11444-scripts-sound_test.lua-attempts-to-concatenate-boolean to master
* commit '5e895b28c7b0facdfdd8a8a07eff50a464bf9315':
  FS-11444: Capture return code from `os.execute()`; stop attempting to concat boolean/nil to error string.
2018-10-11 16:07:34 +00:00
Andrew Siplas 5e895b28c7 FS-11444: Capture return code from `os.execute()`; stop attempting to concat boolean/nil to error string.
os.execute() returns [3
variables](f59e6a93c0/lauxlib.c (L286)).
Capture the 2nd (e.g. "exit") and 3rd (e.g. 0) in addition to the first
which would be merely `true` on success or `nil` on error.
2018-10-06 22:53:49 -04:00
Mike Jerris b5624eca20 Merge pull request #1601 in FS/freeswitch from ~ANDYWOLK/freeswitch:bugfix/FS-11423-add-arm64-detection-to-mod_isac to master
* commit '7ebe4134efe420a2b8be19e52584b1eb87691ee0':
  FS-11423: [mod_isac] Add ARM64 detection.
2018-10-01 14:59:19 +00:00
Andrey Volk 7ebe4134ef FS-11423: [mod_isac] Add ARM64 detection. 2018-09-30 18:53:41 +03:00
Andrey Volk 0bde42affd Merge pull request #1600 in FS/freeswitch from ~ANDYWOLK/freeswitch:bugfix/FS-11422-fix-logging to master
* commit '3b281cd5a1d2eebf009ea3fb456ee072f70cdb06':
  FS-11422: [mod_java] Fix logging.
2018-09-29 10:28:21 +00:00
Andrey Volk 3b281cd5a1 FS-11422: [mod_java] Fix logging. 2018-09-29 13:21:37 +03:00
Mike Jerris 820defa376 Merge pull request #1599 in FS/freeswitch from fs-11416-add-test-framework to master
* commit 'd298b4f93aab54db3ff991abd4ea51ad35f0f963':
  FS-11416 [core] add test framework header files.
2018-09-27 18:22:40 +00: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
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 95b66126c5 Merge pull request #1594 in FS/freeswitch from ~ANDYWOLK/freeswitch:bugfix/FS-11403-add-missing-htdocs-images-fonts to master
* commit 'a503166dcb06b81c6b8d0eb4774c0c1e6c504e0b':
  FS-11403: [Build-System] Add missing htdocs, images, fonts, grammar to the Windows installer. Add descriptions to the installed components. Cleanup legacy project files.
2018-09-21 19:40:11 +00:00
Andrey Volk a503166dcb FS-11403: [Build-System] Add missing htdocs, images, fonts, grammar to the Windows installer. Add descriptions to the installed components. Cleanup legacy project files. 2018-09-21 22:16:10 +03:00
Mike Jerris f8e52dca4d Merge pull request #1593 in FS/freeswitch from ~ANDYWOLK/freeswitch:bugfix/FS-11394-hardware-encoder-support to master
* commit 'efd592899fec8d17cb9f4460a8a192f797e9fdf0':
  FS-11394: [mod_av] Fix Windows build.
2018-09-21 14:34:24 +00:00
Andrey Volk efd592899f FS-11394: [mod_av] Fix Windows build. 2018-09-21 16:47:57 +03:00
Mike Jerris 65369863a5 Merge pull request #1592 in FS/freeswitch from ~ANDYWOLK/freeswitch:feature/FS-11400-freeswitch-sound-packages-on-windows to master
* commit '5409a478850dfd53e10e02f49a6d511ec5190440':
  FS-11400: [Build-System] FreeSWITCH Sound packages on Windows.
2018-09-20 23:14:12 +00:00
Andrey Volk 5409a47885 FS-11400: [Build-System] FreeSWITCH Sound packages on Windows. 2018-09-20 17:47:20 +03: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
Mike Jerris 3110943b84 Merge pull request #1571 in FS/freeswitch from ~ANDYWOLK/freeswitch:FS-11335-update-curl-version-to-7.61.0-for to master
* commit 'a7ea9e00868c53f1ad3716ad8c389af0aa9c192c':
  FS-11335: [mod_curl] Update cURL version to 7.61.0 for the Windows build.
2018-09-19 23:53:00 +00:00
Mike Jerris f29c3d7059 Merge pull request #1591 in FS/freeswitch from ~ANDYWOLK/freeswitch:FS-11398-disable-mod_event_zmq-debian-package to master
* commit '96af4c26f707fbf5c9854e8c58f1bfeddb29b95e':
  FS-11398: [Build-System] Disable mod_event_zmq debian package.
2018-09-19 23:42:23 +00:00
Andrey Volk 96af4c26f7 FS-11398: [Build-System] Disable mod_event_zmq debian package. 2018-09-20 02:03:13 +03:00
Mike Jerris 84f50db572 Merge pull request #1590 in FS/freeswitch from ~ANDYWOLK/freeswitch:FS-11396-use-proper-libv8-naming to master
* commit 'e77c445c3a1e171a4e2b50373587285f6fa75e78':
  FS-11396: [mod_v8] Use proper libv8 naming.
2018-09-19 21:04:56 +00:00
Mike Jerris 5f389f7546 Merge pull request #1589 in FS/freeswitch from FS-11397 to master
* commit 'd9d763d2a8e8d832a4979522a238081f8666b5fb':
  FS-11397 [mod_rayo] add xmlns to exec <response> to make adhearsion's life easier.
2018-09-19 20:50:44 +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
Andrey Volk e77c445c3a FS-11396: [mod_v8] Use proper libv8 naming. 2018-09-19 21:58:03 +03: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
Mike Jerris 2c980c0f5c Merge pull request #1584 in FS/freeswitch from ~ANDYWOLK/freeswitch:FS-11390-use-system-libcodec2 to master
* commit '6005400994d24156489367155315ac7a5e2adb36':
  FS-11390: [mod_codec2] Use system libcodec2.
2018-09-18 17:59:57 +00:00
Andrey Volk 6005400994 FS-11390: [mod_codec2] Use system libcodec2. 2018-09-15 14:58:05 +03:00
Anthony Minessale 9844c06169 FS-11225: [freeswitch-core] Crash in fs_cli -- missing check for null pointer #resolve 2018-09-12 21:21:46 +00:00
Andrey Volk 9f72c99cd7 FS-11362: [mod_verto] Fix regression for the broken Windows build. 2018-09-13 00:14:20 +03:00
Mike Jerris b6e0618a61 Merge pull request #1583 in FS/freeswitch from FS-11387 to master
* commit '4edd8a97519faf11f9df0b46d067d39e23d92841':
  FS-11387 [mod_loopback] add null endpoint
2018-09-11 02:04:49 +00:00
Chris Rienzo 4edd8a9751 FS-11387 [mod_loopback] add null endpoint 2018-09-10 14:57:24 -04:00
Mike Jerris 5f6ca30bb2 swigall 2018-09-06 17:58:43 +00:00
Mike Jerris 0367b3b023 FS-11382: [core] add switch_pool_strip_whitespace function to strip whitespace using pool allocation 2018-09-06 17:49:46 +00:00
Sergey Khripchenko 2d24475f57 FS-11362 Fix die_errnof() macro failing to compile on mac 2018-09-06 11:57:51 +00:00
Seven Du cc02a4abfc FS-11189 do not allow user change of g_timebase
the timebase logic is tighed to code internal logic and cannot be changed externally
2018-09-06 07:29:32 +00:00
Seven Du 827be99f9b FS-11189 add some default config to be consistent if default xml config is missing 2018-09-06 04:31:36 +00:00