Dragos Oancea
8e59603d98
[core][mod_sofia] remove ZRTP (deemed obsolete).
...
[unit-tests][build-system][docs] remove references to ZRTP.
2022-10-28 20:19:42 +03:00
Andrey Volk
66a92063b6
[mod_sofia] Add tls-orq-connect-timeout profile parameter so SIP engine could try again sending an outgoing request and when possible - using an alternative address (DNS failover). Add sip_call_tls_orq_connect_timeout channel variable per call to override profile's timeout.
2021-10-23 22:00:36 +03:00
Fernando S. Santos
42a6566480
[Configuration] Fix Brazil daylight’s in xml files
2021-10-21 19:35:10 +03:00
Dragos Oancea
a562db760c
[mod_opus] add cfg setting to overwrite the fmtp stereo param coming from remote. Eg: incoming SDP has stereo=1 but we want a mono call so we answer with stereo=0.
...
* [mod_opus] add cfg setting to overwrite the fmtp stereo param coming from remote. Eg: incoming SDP has stereo=1 but we want a mono call so we answer with stereo=0.
sprop-stereo will be set to 0 too.
* [core] opus: use switch_core_max_audio_channels() with remote fmtp stereo=1 to allow disabling of stereo.
2021-05-14 18:36:30 +03:00
Dragos Oancea
2915d3aba8
[mod_amrwb] add cfg setting mode-set-overwrite (it will answer with just one mode-set value) - fixes audio quality issues in mod_conference with some UEs.
2021-05-07 14:29:33 +00:00
Dragos Oancea
4734904d2d
[mod_amr] introduce new cfg setting force-oa to change between OA/BE when originating, show session in debug logs, update configs.
2021-03-10 15:49:10 +02:00
Donald Maxwell
b21dd4e7f3
[Default-Configuration] Force sip subscription requests to require authentication.
2020-09-03 21:27:02 +04:00
Dragos Oancea
c1b66f650f
[core] add audio channels limit when opening files, configurable through switch.conf.xml (param "max-audio-channels"), add unit-test.
2020-01-27 23:35:19 +00:00
Dragos Oancea
08317fc5c3
[mod_sndfile] fix playing "raw" and other formats ("r8", "r16", "r24", "r32"), add unit-test
...
[mod_sndfile] add stereo to mono support for file formats that need it (eg: gsm, vox), add unit test for stereo
[mod_sndfile] mono to stereo and stereo to mono unit tests.
[unit-tests] mod_sndfile: don't wait for recording file to be flushed to disk by the core, use switch_ivr_stop_record_session()
[mod_sndfile] fix format "wve" (Psion Series 3)
[mod_sndfile] fix format "htk" (Hidden Markov Model Tool Kit)
[mod_sndfile] fix file format "iff" (AIFF)
[mod_sndfile] fix file format "xi" (FastTracker 2)
[mod_sndfile] fix file format "sds" (Midi Sample Dump Standard)
[uni-tests] add more audio file extensions to sndfile unit tests.
[mod_sndfile] add config file support (with one param currently: "allowed-extensions")
[mod_sndfile] add sample file sndfile.conf.xml to 'testing' and 'vanilla' cfg trees.
[mod_sndfile] free() cfg xml
[unit-tests] mod_sndfile: unload module test.
[unit-tests] mod_sndfile: add conf file unit-test (param that allows only certain file extensions)
[unit-tests] adjusts Makefile.am for new CI (tests)
[unit-tests] adjust path to sound file.
[unit-tests] [mod_sndfile] remove Makefile.am from test/
[unit-tests] [mod_sndfile] fix build (Andrey)
2020-01-21 22:12:08 +00:00
Andrey Volk
4a2812aaf5
FS-11727: [mod_mariadb] Add MariaDB (MySQL) support
2019-07-23 20:07:16 +04:00
Andrey Volk
ccc4ae282a
FS-11880: [Core,mod_pgsql] Remove native PostgreSQL support from the core, add mod_pgsql database module.
2019-07-18 00:20:50 +04:00
Mike Jerris
9635c7d09c
Merge pull request #1351 in FS/freeswitch from ~DRAGOS_OANCEA/freeswitch-dragos:feature/FS-10530_mod_opusfile to master
...
* commit 'ed2b3b7bb4a6ff0251452e519ff8cf309620770f':
FS-10530: [mod_opusfile]: multichannel
FS-10530: [mod_opusfile] new module, read and write ogg/opus files (".opus" extension)
2019-02-27 14:47:57 -06:00
Dragos Oancea
2a4cf1f04e
FS-10530: [mod_opusfile] new module, read and write ogg/opus files (".opus" extension)
2017-08-14 08:59:41 -04:00
Mike Jerris
41130001b0
FS-10540: change conf to use sound_prefix var to allow changing to sounds set in one change
2017-07-25 18:31:42 -05:00
Brian West
619bb494ad
additional test cases for FS-9943
2017-01-12 11:56:38 -06:00
Brian West
e6a12500f1
Additional test cases for FS-9855
2017-01-04 10:32:47 -06:00
Brian West
0e71187815
Merge pull request #1075 in FS/freeswitch from ~DRAGOS_OANCEA/freeswitch-dragos:conf_opus_adj_bitrate to master
...
* commit '366ddc0c10112b140916bd42f87fe2b17e50e6a0':
FS-9770: xml config: add new config setting 'adjust-bitrate' for mod_opus
2016-11-28 10:43:28 -06:00
Dragos Oancea
6b6cc67fbe
FS-9771: add xml settings for mod_amr to reflect the recent code additions
2016-11-24 16:58:15 -05:00
Dragos Oancea
366ddc0c10
FS-9770: xml config: add new config setting 'adjust-bitrate' for mod_opus
2016-11-24 16:37:11 -05:00
Brian West
de3457bdb8
t38_gateway test case
2016-10-04 10:29:08 -05:00
Michael Jerris
febe0f8dac
FS-8867: build using in tree libvpx, vpx no longer optional and does not use system libvpx due to issues with having to update it frequently conflicting with system libraries, now we link to the static in tree version instead. Also, mod_vpx is now a core module instead of a loadable module, so mod_vpx.so will no longer be built
2016-02-24 18:44:11 -05:00
Brian West
1e8b60ebc6
tweak ignore
2015-11-19 11:53:13 -06:00
Brian West
c8fc55f910
tweaks %ignore
2015-11-19 11:53:13 -06:00
Brian West
45a247d500
tweak
2015-11-19 11:53:13 -06:00
Brian West
9f0d0699db
testing config for multicanvas
2015-10-29 14:35:11 -05:00
Mike Jerris
9aad63bf97
FS-8378: add tests for esf over loopback
2015-10-22 12:58:44 -05:00
Brian West
4b75434069
tweak testing config #ignoreme
2015-10-10 15:54:33 -05:00
Anthony Minessale
fe94138aa4
FS-8320 #resolve [ZRTP broken in commit 06c56a037e
]
2015-10-09 12:57:52 -05:00
Brian West
1b1326ca66
test config tweaks
2015-10-04 13:12:27 -05:00
Brian West
c5bc11791e
Testing config tweaks
2015-09-30 01:03:42 -05:00
Brian West
1fd9198c15
FS-8144 readability and code formatting cleanup of mod_opus whiel reviewing PLC/FEC bug and document missing options from opus.conf.xml
2015-09-09 12:48:41 -05:00
Brian West
8ae4885582
FS-8014, move this as its preventing testing properly
2015-08-24 15:19:04 -05:00
Brian West
c1be27462b
FS-8014 t38 passthru test case
2015-08-24 15:19:04 -05:00
Brian West
a4f0adcc1f
FS-8014 t38 test case
2015-08-24 11:05:16 -05:00
Brian West
1577755215
FS-8014 test case
2015-08-24 11:02:23 -05:00
Brian West
d4190a2c28
tweaks %nojira
2015-08-17 12:18:29 -05:00
Brian West
ab7f83c654
FS-7769
...
fixed vmute on personal canvas
fixed changing layouts on personal canvas
2015-07-30 14:29:09 -05:00
Brian West
6c428c5afd
FS-7648 more tweaks for testing configs
2015-07-27 09:33:22 -05:00
Brian West
25ae4dbbca
conference tweaks %ignore
2015-07-22 17:39:47 -05:00
Brian West
7616640fcf
typo for bug FS-7825
2015-07-22 09:08:59 -05:00
Brian West
e2f17ea04a
FS-7869: [mod_conference] fix deadlock on shutdown after playing video file that will not display video
2015-07-21 18:41:49 -05:00
Brian West
02539c6c4f
FS-7861, FS-7862: [mod_conference] fix crash and other issues caused by multi canvas feature
2015-07-21 15:43:14 -05:00
Brian West
a85013e1f2
FS-7198 test cases
2015-07-09 11:30:51 -05:00
Brian West
30644c4ba6
update test configs
2015-07-09 11:13:23 -05:00
Brian West
e994b75e8b
Test case start for multicanvas test
2015-07-08 17:16:06 -05:00
Brian West
2b099c9260
Adding test case for FS-7200
2015-07-08 17:02:06 -05:00
Mike Jerris
bc59612815
Merge pull request #310 in FS/freeswitch from ~ARTURZ/freeswitch:FS-7648-fix-regex-tests to master
...
* commit '66a2ba22a0f548a3f53c95a1210b8d169aedd5f8':
FS-7648 Fix regex "all" and "xor" tests.
2015-07-08 17:01:32 -05:00
Brian West
a91ca3d5cf
test sets for FS-7762
2015-07-07 08:48:24 -05:00
Brian West
9a269505b4
eavesdrop test case
2015-07-02 09:46:04 -05:00
Brian West
230709c104
tweak
2015-07-01 08:59:12 -05:00