- 21 11月, 2018 1 次提交
-
-
由 Christian Schmidt 提交于
-
- 06 11月, 2018 4 次提交
-
-
由 Andrey Volk 提交于
* commit '8c8b7b51': [FS-11507] use explicit architecture in control file
-
由 s3rj1k 提交于
Signed-off-by:
s3rj1k <evasive.gyron@gmail.com>
-
由 Mike Jerris 提交于
-
由 Chris Rienzo 提交于
-
- 31 10月, 2018 1 次提交
-
-
由 Mike Jerris 提交于
FS-11494: [Debian] force build of iksemel before modules to avoid -j race condition on dep lib build
-
- 30 10月, 2018 1 次提交
-
-
由 Mike Jerris 提交于
Merge pull request #1612 in FS/freeswitch from ~THEHUNMONKGROUP/freeswitch:bugfix/FS-11470-webrtc-unified-plan-not-properly to master * commit '90bc06e5': FS-11470: WebRTC Unified plan not properly supported
-
- 22 10月, 2018 1 次提交
-
-
由 Brian West 提交于
FS-11471: [mod_sofia] revert changes to send PAI for polycom 4.x versions differently, seems polycom has now fixed this
-
- 21 10月, 2018 1 次提交
-
-
由 Chad Phillips 提交于
Chrome is beginning to default their SDP semantics to the WebRTC standard 'Unified Plan', and Verto does not currently construct its SDP according to this standard. For now, force the browser to use 'Plan B' semantics.
-
- 14 10月, 2018 3 次提交
- 12 10月, 2018 1 次提交
-
-
由 Andrey Volk 提交于
-
- 11 10月, 2018 1 次提交
-
-
由 Brian West 提交于
Merge pull request #1609 in FS/freeswitch from ~ASIPLAS/freeswitch:FS-11444-scripts-sound_test.lua-attempts-to-concatenate-boolean to master * commit '5e895b28': FS-11444: Capture return code from `os.execute()`; stop attempting to concat boolean/nil to error string.
-
- 07 10月, 2018 1 次提交
-
-
由 Andrew Siplas 提交于
FS-11444: Capture return code from `os.execute()`; stop attempting to concat boolean/nil to error string. os.execute() returns [3 variables](https://github.com/lua/lua/blob/f59e6a93c0ad38a27a420e51abf8f13d962446b5/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.
-
- 01 10月, 2018 1 次提交
-
-
由 Mike Jerris 提交于
Merge pull request #1601 in FS/freeswitch from ~ANDYWOLK/freeswitch:bugfix/FS-11423-add-arm64-detection-to-mod_isac to master * commit '7ebe4134': FS-11423: [mod_isac] Add ARM64 detection.
-
- 30 9月, 2018 1 次提交
-
-
由 Andrey Volk 提交于
-
- 29 9月, 2018 2 次提交
-
-
由 Andrey Volk 提交于
Merge pull request #1600 in FS/freeswitch from ~ANDYWOLK/freeswitch:bugfix/FS-11422-fix-logging to master * commit '3b281cd5': FS-11422: [mod_java] Fix logging.
-
由 Andrey Volk 提交于
-
- 27 9月, 2018 2 次提交
-
-
由 Mike Jerris 提交于
* commit 'd298b4f9': FS-11416 [core] add test framework header files.
-
由 Chris Rienzo 提交于
-
- 26 9月, 2018 1 次提交
-
-
由 Mike Jerris 提交于
-
- 25 9月, 2018 1 次提交
-
-
由 Mike Jerris 提交于
-
- 24 9月, 2018 5 次提交
-
-
由 Seven Du 提交于
FS-11340 check the status for read frame avoid crash
-
由 Seven Du 提交于
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.
-
由 Seven Du 提交于
the original one will leave an extra semicolon after }
-
由 Anthony Minessale 提交于
-
由 Seven Du 提交于
-
- 21 9月, 2018 4 次提交
-
-
由 Mike Jerris 提交于
Merge pull request #1594 in FS/freeswitch from ~ANDYWOLK/freeswitch:bugfix/FS-11403-add-missing-htdocs-images-fonts to master * commit 'a503166d': FS-11403: [Build-System] Add missing htdocs, images, fonts, grammar to the Windows installer. Add descriptions to the installed components. Cleanup legacy project files.
-
由 Andrey Volk 提交于
FS-11403: [Build-System] Add missing htdocs, images, fonts, grammar to the Windows installer. Add descriptions to the installed components. Cleanup legacy project files.
-
由 Mike Jerris 提交于
Merge pull request #1593 in FS/freeswitch from ~ANDYWOLK/freeswitch:bugfix/FS-11394-hardware-encoder-support to master * commit 'efd59289': FS-11394: [mod_av] Fix Windows build.
-
由 Andrey Volk 提交于
-
- 20 9月, 2018 3 次提交
-
-
由 Mike Jerris 提交于
Merge pull request #1592 in FS/freeswitch from ~ANDYWOLK/freeswitch:feature/FS-11400-freeswitch-sound-packages-on-windows to master * commit '5409a478': FS-11400: [Build-System] FreeSWITCH Sound packages on Windows.
-
由 Andrey Volk 提交于
-
由 Mike Jerris 提交于
FS-11393: [core] set record_record_trimmed_ms at the end of record app if the file interface has this info available
-
- 19 9月, 2018 5 次提交
-
-
由 Mike Jerris 提交于
Merge pull request #1571 in FS/freeswitch from ~ANDYWOLK/freeswitch:FS-11335-update-curl-version-to-7.61.0-for to master * commit 'a7ea9e00': FS-11335: [mod_curl] Update cURL version to 7.61.0 for the Windows build.
-
由 Mike Jerris 提交于
Merge pull request #1591 in FS/freeswitch from ~ANDYWOLK/freeswitch:FS-11398-disable-mod_event_zmq-debian-package to master * commit '96af4c26': FS-11398: [Build-System] Disable mod_event_zmq debian package.
-
由 Andrey Volk 提交于
-
由 Mike Jerris 提交于
Merge pull request #1590 in FS/freeswitch from ~ANDYWOLK/freeswitch:FS-11396-use-proper-libv8-naming to master * commit 'e77c445c': FS-11396: [mod_v8] Use proper libv8 naming.
-
由 Mike Jerris 提交于
* commit 'd9d763d2': FS-11397 [mod_rayo] add xmlns to exec <response> to make adhearsion's life easier.
-