]>
git.ipfire.org Git - thirdparty/freeswitch.git/log
Andrey Volk [Tue, 6 Nov 2018 10:52:55 +0000 (14:52 +0400)]
FS-11505: [core] System call with output capture on Linux and Windows without fork. Add switch_core test.
Seven Du [Fri, 2 Nov 2018 00:47:24 +0000 (08:47 +0800)]
FS-11455 add switch_utils test
Chris Rienzo [Mon, 29 Oct 2018 14:03:40 +0000 (14:03 +0000)]
FS-11442 [test] enable module runtime when loading it
Chris Rienzo [Sat, 27 Oct 2018 14:19:33 +0000 (14:19 +0000)]
FS-11442 [test] add fst_check_extension_apps to compare dialplan apps with expected.
Chris Rienzo [Fri, 26 Oct 2018 17:26:33 +0000 (13:26 -0400)]
FS-11442 [test] Fix double-free on test suite cleanup.
Seven Du [Fri, 26 Oct 2018 14:14:47 +0000 (22:14 +0800)]
FS-11487 #resolve convert to Makefile.am
fix regression from
53533118cd7eedf7d25a9c6227558736fa5d0b2f
Liyang [Wed, 17 Oct 2018 15:26:04 +0000 (23:26 +0800)]
missing comma
https://freeswitch.org/jira/browse/FS-11465
Seven Du [Mon, 15 Oct 2018 14:22:05 +0000 (17:22 +0300)]
FS-11461: [mod_av] Add test code, improve tests on Windows.
Andrey Volk [Mon, 15 Oct 2018 15:47:31 +0000 (18:47 +0300)]
FS-11461: [core] Fix mod_av test code on Windows.
Chris Rienzo [Sat, 13 Oct 2018 00:33:08 +0000 (00:33 +0000)]
FS-11453 [core] remove dependency to libtap for unit tests
move all core unit tests to tests/unit
Seven Du [Fri, 12 Oct 2018 01:07:58 +0000 (09:07 +0800)]
FS-11455 #resolve add originate test for state handlers
Chris Rienzo [Fri, 12 Oct 2018 22:00:31 +0000 (22:00 +0000)]
FS-11453 [mod_rayo] convert to fst testing
Chris Rienzo [Fri, 12 Oct 2018 00:45:03 +0000 (00:45 +0000)]
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.
Chris Rienzo [Thu, 11 Oct 2018 18:45:11 +0000 (18:45 +0000)]
FS-11453 [mod_rayo] add support for FS JSON ASR result.
Chris Rienzo [Wed, 10 Oct 2018 18:40:54 +0000 (18:40 +0000)]
FS-11442 [mod_test] new module, mod_test - mock ASR interface.
Chris Rienzo [Tue, 9 Oct 2018 21:35:28 +0000 (21:35 +0000)]
FS-11442 [core] allow multiple test modules to be loaded in the same test program.
Chris Rienzo [Tue, 9 Oct 2018 20:24:55 +0000 (20:24 +0000)]
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.
Chris Rienzo [Sat, 6 Oct 2018 03:26:04 +0000 (03:26 +0000)]
FS-11442 [core] added test helpers for constructing XML objects
Chris Rienzo [Fri, 5 Oct 2018 18:43:46 +0000 (18:43 +0000)]
FS-11442 [core] added fst_play_and_detect_app_test and fst_sched_recv_dtmf
Chris Rienzo [Thu, 4 Oct 2018 20:02:08 +0000 (20:02 +0000)]
FS-11439 [core] Update switch_test.h so unprivileged users can execute tests when basedir is owned by root.
Seven Du [Mon, 1 Oct 2018 03:06:34 +0000 (11:06 +0800)]
FS-11416 fix build error FCT_FIXTURE_SUITE_BGN undefined
Mike Jerris [Wed, 19 Dec 2018 18:06:23 +0000 (18:06 +0000)]
Merge pull request #1640 in FS/freeswitch from ~SAFAROV/freeswitch2:gcc8 to master
* commit '
54c142933a474a0e0e0a5c007b8b8f0c242d237b ':
FS-11345: Fixed Werror=format-truncation on lib/esl
Mike Jerris [Mon, 17 Dec 2018 18:36:19 +0000 (18:36 +0000)]
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)
Dragos Oancea [Tue, 11 Dec 2018 05:18:47 +0000 (00:18 -0500)]
FS-11559: check file name null ptr (crashfix CoreSession:recordFile)
Sergey Safarov [Thu, 13 Dec 2018 07:02:22 +0000 (07:02 +0000)]
FS-11345: Fixed Werror=format-truncation on lib/esl
Mike Jerris [Wed, 12 Dec 2018 21:38:59 +0000 (21:38 +0000)]
Merge pull request #1639 in FS/freeswitch from ~SAFAROV/freeswitch2:gcc8 to master
* commit '
abde630feab06adfc6b2773bf03b4c699861e9c5 ':
FS-11345: Fixed Werror=stringop-truncation for mod_opus
Sergey Safarov [Wed, 12 Dec 2018 05:27:06 +0000 (05:27 +0000)]
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
Chris Rienzo [Tue, 11 Dec 2018 02:26:10 +0000 (21:26 -0500)]
FS-11562 [mod_sofia] fire register state event on changing registrar IP
Mike Jerris [Mon, 10 Dec 2018 23:11:43 +0000 (23:11 +0000)]
Merge pull request #1636 in FS/freeswitch from ~DRAGOS_OANCEA/freeswitch-dragos:bugfix/FS-11532 to master
* commit '
ef123b6c2e907cf660d4ba69451156aad2353019 ':
FS-11532: fix crash (
87d4a6a0 )
Dragos Oancea [Sat, 8 Dec 2018 01:16:02 +0000 (20:16 -0500)]
FS-11532: fix crash (
87d4a6a0 )
Seven Du [Mon, 10 Dec 2018 14:04:16 +0000 (22:04 +0800)]
FS-11562 #resolve add register ip and port to gateway register state change events
Andrey Volk [Thu, 6 Dec 2018 17:38:37 +0000 (17:38 +0000)]
Merge pull request #1635 in FS/freeswitch from ~DRAGOS_OANCEA/freeswitch-dragos:bugfix/FS-11554-conference-moh-null-check to master
* commit '
551ce4c46f0a497829585a4c640a4eebb2148df9 ':
FS-11554: fix crash in conference API when no param given to "moh".
Dragos Oancea [Thu, 6 Dec 2018 02:30:03 +0000 (21:30 -0500)]
FS-11554: fix crash in conference API when no param given to "moh".
Mike Jerris [Thu, 29 Nov 2018 18:27:19 +0000 (18:27 +0000)]
Merge pull request #1623 in FS/freeswitch from ~ANTONIO/freeswitch:bugfix/FS-11512-update-missing-privacy-header to master
* commit '
8ca7a5492d84c2c340d81770497e6b1a7e021e6e ':
FS-11512 [mod_sofia] #resolve missing privacy header on display update
António Silva [Thu, 29 Nov 2018 08:54:24 +0000 (09:54 +0100)]
FS-11512 [mod_sofia] #resolve missing privacy header on display update
Mike Jerris [Wed, 28 Nov 2018 22:13:42 +0000 (22:13 +0000)]
FS-11539: [core] session message names print wrong in log messages
Andrey Volk [Wed, 17 Oct 2018 13:07:34 +0000 (16:07 +0300)]
FS-11464: [Build-System] Improve CUDA detection in Visual Studio on Windows.
Andrey Volk [Mon, 19 Nov 2018 16:45:04 +0000 (20:45 +0400)]
FS-11523: [mod_av] Add ffmpeg 4.1 support.
Andrey Volk [Wed, 17 Oct 2018 17:17:03 +0000 (20:17 +0300)]
FS-11466: [mod_av] Fix h264 hardware encoding delay.
Anthony Minessale [Thu, 27 Sep 2018 18:49:07 +0000 (18:49 +0000)]
FS-11394: [mod_av] Fix cpu race created by this patch
Anthony Minessale [Thu, 27 Sep 2018 19:13:48 +0000 (19:13 +0000)]
FS-11394: [mod_av] Clean up defaults cos they are still wrong
Anthony Minessale [Wed, 26 Sep 2018 23:21:17 +0000 (03:21 +0400)]
FS-11413: [freeswitch-core,mod_conference,mod_local_stream] High memory footprint in some video situations #resolve
Mike Jerris [Tue, 27 Nov 2018 15:36:55 +0000 (15:36 +0000)]
Merge pull request #1632 in FS/freeswitch from ~EFENDIZADEH/freeswitch:feature/FS-11530-mod_lua-add-configure-support-for-LuaJIT to master
* commit '
1a05fe0dcfa65a94093b61d5b59039bb4dd28f82 ':
FS-11530: [mod_lua] add configure support for LuaJIT
Jamil Abdullayev [Tue, 27 Nov 2018 00:27:57 +0000 (00:27 +0000)]
FS-11530: [mod_lua] add configure support for LuaJIT
Mike Jerris [Mon, 26 Nov 2018 17:43:46 +0000 (17:43 +0000)]
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
Mike Jerris [Mon, 26 Nov 2018 17:41:16 +0000 (17:41 +0000)]
Merge pull request #1510 in FS/freeswitch from ~ANTONIO/freeswitch:bugfix/FS-11118-mod_sofia-send-display-update-to to master
* commit '
221d728e62bd0a4b0f8d9a325a43d156defd8519 ':
FS-11118 #resolve mod_sofia send display update to Grandstream family user-agent
Christian Schmidt [Mon, 12 Nov 2018 20:12:26 +0000 (21:12 +0100)]
FS-11520: [mod_curl] Make max_bytes configurable
António Silva [Wed, 21 Nov 2018 15:04:29 +0000 (16:04 +0100)]
FS-11118 #resolve mod_sofia send display update to Grandstream family user-agent
Mike Jerris [Tue, 20 Nov 2018 21:04:12 +0000 (21:04 +0000)]
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
Mike Jerris [Tue, 20 Nov 2018 20:59:36 +0000 (20:59 +0000)]
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
Mike Jerris [Tue, 20 Nov 2018 20:50:32 +0000 (20:50 +0000)]
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
Mike Jerris [Tue, 20 Nov 2018 20:39:03 +0000 (20:39 +0000)]
Merge pull request #1613 in FS/freeswitch from ~THEHUNMONKGROUP/freeswitch:bugfix/FS-11472-remove-android-framerate.min-overconstrainederror to master
* commit '
850c0f411fa710aed286837f0eb666b1b6c5a8fb ':
FS-11472: Remove Android frameRate.min OverconstrainedError hack
Mike Jerris [Tue, 20 Nov 2018 20:27:34 +0000 (20:27 +0000)]
Merge pull request #1618 in FS/freeswitch from ~THEHUNMONKGROUP/freeswitch:bugfix/FS-11485-debian-systemd-service-file-out to master
* commit '
ee1942bebb8d7b45888d056d221a02a4a1ef1c25 ':
FS-11485: Debian systemd service file out of date
Mike Jerris [Tue, 20 Nov 2018 20:23:20 +0000 (20:23 +0000)]
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
Mike Jerris [Tue, 20 Nov 2018 20:00:46 +0000 (20:00 +0000)]
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
Andrey Volk [Tue, 20 Nov 2018 16:06:31 +0000 (16:06 +0000)]
Merge pull request #1628 in FS/freeswitch from ~HUNYI/freeswitch:bugfix/FS-11207-sofia-msrp_worker-crash-when-initializing to master
* commit '
fcc81f385e5d3856f11ad5e7a5682eda1c81ae41 ':
FS-11207: [core] msrp: fix init ssl
Hunyadvári Péter [Tue, 13 Nov 2018 17:21:02 +0000 (18:21 +0100)]
FS-11207: [core] msrp: fix init ssl
Andrey Volk [Tue, 13 Nov 2018 16:47:28 +0000 (20:47 +0400)]
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
abd8b0b061465cc71d42718b724d3639f9cd662d , reversing
changes made to
102161e14d1ee4e1283c38e5d755adf739d9091a .
Mike Jerris [Tue, 13 Nov 2018 15:16:13 +0000 (15:16 +0000)]
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
Christian Schmidt [Thu, 8 Nov 2018 11:45:45 +0000 (12:45 +0100)]
FS-11508: [mod_sofia] Make max-registrations-per-extension use extension instead of username
Andrey Volk [Tue, 6 Nov 2018 23:12:14 +0000 (23:12 +0000)]
Merge pull request #1620 in FS/freeswitch from explicit_architecture to master
* commit '
8c8b7b51046436619aacc1ad91c37e272c2a80f0 ':
[FS-11507] use explicit architecture in control file
s3rj1k [Tue, 6 Nov 2018 21:49:00 +0000 (23:49 +0200)]
[FS-11507] use explicit architecture in control file
Signed-off-by: s3rj1k <evasive.gyron@gmail.com>
Mike Jerris [Tue, 6 Nov 2018 20:56:11 +0000 (20:56 +0000)]
FS-11506: [mod_sofia] Handle multiple History-Info headers in MESSAGE
Chris Rienzo [Tue, 6 Nov 2018 17:02:05 +0000 (12:02 -0500)]
[core] Test commit- bump copyright date.
Mike Jerris [Wed, 31 Oct 2018 19:10:53 +0000 (15:10 -0400)]
FS-11494: [Debian] force build of iksemel before modules to avoid -j race condition on dep lib build
kgribunin [Wed, 31 Oct 2018 16:17:51 +0000 (19:17 +0300)]
FS-11450 [mod_conference] Fix for memory leak when conference json list api command is executed
Mike Jerris [Tue, 30 Oct 2018 15:17:54 +0000 (15:17 +0000)]
Merge pull request #1612 in FS/freeswitch from ~THEHUNMONKGROUP/freeswitch:bugfix/FS-11470-webrtc-unified-plan-not-properly to master
* commit '
90bc06e56471cbd205227f915105e4a0ce06eba0 ':
FS-11470: WebRTC Unified plan not properly supported
Chad Phillips [Thu, 25 Oct 2018 20:48:33 +0000 (13:48 -0700)]
FS-11485: Debian systemd service file out of date
- syslog.target is no longer available, replaced with syslog.socket
- add Requires= to match After= section
Brian West [Mon, 22 Oct 2018 16:00:33 +0000 (11:00 -0500)]
FS-11471: [mod_sofia] revert changes to send PAI for polycom 4.x versions differently, seems polycom has now fixed this
Chad Phillips [Sun, 21 Oct 2018 22:38:14 +0000 (15:38 -0700)]
FS-11472: Remove Android frameRate.min OverconstrainedError hack
https://freeswitch.org/jira/browse/FS-11285 put in a temporary hack to deal with
https://bugs.chromium.org/p/chromium/issues/detail?id=862325, which has now
been fixed as of Chrome 69 (70 is current stable).
Chad Phillips [Sun, 21 Oct 2018 21:50:04 +0000 (14:50 -0700)]
FS-11470: WebRTC Unified plan not properly supported
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.
lazedo [Sat, 4 Aug 2018 10:09:22 +0000 (10:09 +0000)]
FS-11312 [core] prevent double firing record_start event
Serj [Sun, 14 Oct 2018 17:25:22 +0000 (17:25 +0000)]
Fix FS-9865
Serj [Sun, 14 Oct 2018 16:26:20 +0000 (16:26 +0000)]
fix mod_hiredis deps
Serj [Sun, 14 Oct 2018 16:19:51 +0000 (16:19 +0000)]
add freeswitch-mod-shout as dep
Andrey Volk [Mon, 8 Oct 2018 21:36:12 +0000 (00:36 +0300)]
FS-11445: [Build-System] Add distro to the name of the source tarball.
Hunyadvári Péter [Fri, 12 Oct 2018 09:06:04 +0000 (11:06 +0200)]
FS-11207: [core] Fix msrp_init_ssl and msrp_deinit_ssl functions, check globals.ssl_ready variable
Brian West [Thu, 11 Oct 2018 16:07:34 +0000 (16:07 +0000)]
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.
Andrew Siplas [Sun, 7 Oct 2018 02:53:49 +0000 (22:53 -0400)]
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.
Hunyadvári Péter [Fri, 5 Oct 2018 12:43:55 +0000 (14:43 +0200)]
FS-11207: [core] Fix msrp_init_ssl error handling
Mike Jerris [Mon, 1 Oct 2018 14:59:19 +0000 (14:59 +0000)]
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.
Luis Azedo [Wed, 1 Nov 2017 12:19:44 +0000 (12:19 +0000)]
FS-10745 [mod_sofia] provide more context to transferor event
Andrey Volk [Sun, 30 Sep 2018 15:53:41 +0000 (18:53 +0300)]
FS-11423: [mod_isac] Add ARM64 detection.
Andrey Volk [Sat, 29 Sep 2018 10:28:21 +0000 (10:28 +0000)]
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.
Andrey Volk [Sat, 29 Sep 2018 10:21:37 +0000 (13:21 +0300)]
FS-11422: [mod_java] Fix logging.
Mike Jerris [Thu, 27 Sep 2018 18:22:40 +0000 (18:22 +0000)]
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.
Chris Rienzo [Thu, 27 Sep 2018 17:29:07 +0000 (13:29 -0400)]
FS-11416 [core] add test framework header files.
Mike Jerris [Wed, 26 Sep 2018 15:07:38 +0000 (15:07 +0000)]
FS-11412: [core] Fix crash caused by missing or malformed ice candidates in sdp
Dragos Oancea [Tue, 25 Sep 2018 08:29:14 +0000 (09:29 +0100)]
FS-11409: add "ice-lite" SDP attribute
Mike Jerris [Tue, 25 Sep 2018 15:22:54 +0000 (15:22 +0000)]
FS-11340: [core] fix merge conflict
Seven Du [Tue, 21 Aug 2018 07:24:01 +0000 (15:24 +0800)]
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
Seven Du [Sun, 23 Sep 2018 01:09:19 +0000 (09:09 +0800)]
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.
Seven Du [Sun, 23 Sep 2018 00:59:30 +0000 (08:59 +0800)]
FS-11405 #resolve tweak macro to use do while 0
the original one will leave an extra semicolon after }
Anthony Minessale [Sun, 23 Sep 2018 16:58:51 +0000 (16:58 +0000)]
FS-11407: [freeswitch-core] process media bugs in the order they were added #resolve
Seven Du [Sat, 22 Sep 2018 08:51:39 +0000 (16:51 +0800)]
FS-11014 FS-11404 fix libfvad might be enabled unexpectedly when set_mode is called
Mike Jerris [Fri, 21 Sep 2018 19:40:11 +0000 (19:40 +0000)]
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.
Andrey Volk [Fri, 21 Sep 2018 19:16:10 +0000 (22:16 +0300)]
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 [Fri, 21 Sep 2018 14:34:24 +0000 (14:34 +0000)]
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.
Andrey Volk [Fri, 21 Sep 2018 13:47:57 +0000 (16:47 +0300)]
FS-11394: [mod_av] Fix Windows build.
Mike Jerris [Thu, 20 Sep 2018 23:14:12 +0000 (23:14 +0000)]
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.