Commit Graph

33326 Commits

Author SHA1 Message Date
Andrey Volk 749a6e108b version bump 2018-12-27 05:10:58 +04:00
Andrey Volk 6b43c612c5 Merge branch 'master' into v1.8 2018-12-27 05:10:02 +04:00
Andrey Volk 58e65350b0 FS-11582: [mod_signalwire] Fix CA certificate detection on Windows. 2018-12-27 04:57:04 +04:00
Mike Jerris 65b3bf4911 Merge pull request #1643 in FS/freeswitch from FSA/freeswitch-advantage:FS-11583-fix-crash-in-reg-event-handler to master
* commit '604690b5c8093f476c05eaa95f71d48d71b130d1':
  FS-11583 [mod_sofia] fix crash when missing address in register event
2018-12-26 21:21:35 +00: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 4d4c454d3e version bump 2018-12-22 03:44:34 +04:00
Andrey Volk 9c167578b3 Merge branch 'master' into v1.8 2018-12-22 03:43:24 +04:00
Andrey Volk 572ce975b1 Merge pull request #1642 in FS/freeswitch from FSA/freeswitch-advantage:andrey-fsa-to-public-master to master
* commit 'd0cca7e222cd2b85b900026b0be15bf60e497bfd':
  FS-11555: [mod_signalwire] Initial commit.
  FS-11565: [Build-System] Add 48kHz sounds to the Visual Studio solution on Windows.
  FS-11547: [core] Fix broken record_sample_rate variable.
2018-12-21 20:17:27 +00:00
Andrey Volk d0cca7e222 FS-11555: [mod_signalwire] Initial commit. 2018-12-21 21:45:59 +04:00
Andrey Volk c27206e36d FS-11565: [Build-System] Add 48kHz sounds to the Visual Studio solution on Windows. 2018-12-21 21:18:12 +04:00
Andrey Volk 82452988e2 FS-11547: [core] Fix broken record_sample_rate variable. 2018-12-21 02:17:27 +04:00
Andrey Volk 972b3a3128 Merge pull request #1641 in FS/freeswitch from FSA/freeswitch-advantage:test-sync to master
* commit 'ffc4a6e32ac94aa41c65b89cce53154e4f939d5c': (23 commits)
  FS-11487 convert tests to Makefile.am
  FS-11569 add rate to null endpoint
  FS-11505: [core] System call with output capture on Linux and Windows without fork. Add switch_core test.
  FS-11455 add switch_utils test
  FS-11442 [test] enable module runtime when loading it
  FS-11442 [test] add fst_check_extension_apps to compare dialplan apps with expected.
  FS-11442 [test] Fix double-free on test suite cleanup.
  FS-11487 #resolve convert to Makefile.am
  missing comma
  FS-11461: [mod_av] Add test code, improve tests on Windows.
  FS-11461: [core] Fix mod_av test code on Windows.
  FS-11453 [core] remove dependency to libtap for unit tests                 move all core unit tests to tests/unit
  FS-11455 #resolve add originate test for state handlers
  FS-11453 [mod_rayo] convert to fst testing
  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.
  FS-11453 [mod_rayo] add support for FS JSON ASR result.
  FS-11442 [mod_test] new module, mod_test - mock ASR interface.
  FS-11442 [core] allow multiple test modules to be loaded in the same test program.
  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.
  FS-11442 [core] added test helpers for constructing XML objects
  ...
2018-12-20 15:54:55 +00:00
Mike Jerris ffc4a6e32a FS-11487 convert tests to Makefile.am 2018-12-20 10:19:39 -05: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
Seven Du 18940d13f1 FS-11455 add switch_utils test 2018-12-20 10:19:20 -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
Seven Du 879a4dc7ec FS-11487 #resolve convert to Makefile.am
fix regression from 53533118cd7eedf7d25a9c6227558736fa5d0b2f
2018-12-20 10:18:54 -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
Seven Du e604dd15a3 FS-11455 #resolve add originate test for state handlers 2018-12-20 10:18:21 -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 6dfa124e86 Merge pull request #1640 in FS/freeswitch from ~SAFAROV/freeswitch2:gcc8 to master
* commit '54c142933a474a0e0e0a5c007b8b8f0c242d237b':
  FS-11345: Fixed Werror=format-truncation on lib/esl
2018-12-19 18:06:23 +00: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 54c142933a FS-11345: Fixed Werror=format-truncation on lib/esl 2018-12-13 07:12:06 +00:00
Mike Jerris f391645e4f Merge pull request #1639 in FS/freeswitch from ~SAFAROV/freeswitch2:gcc8 to master
* commit 'abde630feab06adfc6b2773bf03b4c699861e9c5':
  FS-11345: Fixed Werror=stringop-truncation for mod_opus
2018-12-12 21:38:59 +00: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
Andrey Volk 7e890c456e 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".
2018-12-06 17:38:37 +00: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
Mike Jerris 362c5f8b22 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
2018-11-29 18:27:19 +00: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