Andrey Volk
1a79aea73a
Merge pull request #268 from dragos-oancea/channel_limit
...
[core] add audio channels limit when opening files, configurable through switch.conf.xml (param "max-audio-channels")
2020-01-28 14:56:28 +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
Andrey Volk
e94d8cfdfc
Merge pull request #261 from lazedo/kazoo-queues
...
[mod_kazoo] queue timeout configuration
2020-01-27 13:49:33 +04:00
Dragos Oancea
0ec6ec10ae
[mod_opusfile] fix play sample rate (don't use original rate, always use 48k), fix EOF, add unit-test.
2020-01-25 20:42:07 +04:00
lazedo
30f5fdd1da
[mod_kazoo] : simplify kz_att_xfer
2020-01-24 16:40:53 +00:00
lazedo
be9888d74c
[mod_kazoo] add configuration for queue timeouts
...
* implements ei_queue_pop that calls
switch_queue_trypop or switch_queue_pop_timeout
depending on timeout value
* default for sender_timeout is set to 0
to bring back previous behaviour of
using switch_queue_trypop when fetching
messages to be sent to erlang node
2020-01-24 16:39:51 +00:00
Andrey Volk
c39a2b11ce
[Core] Fix regression in switch_utils after implementing unit-tests parallel.
2020-01-23 18:08:08 +00:00
Andrey Volk
fb14a03924
Merge pull request #258 from signalwire/parallel
...
[Unit-test] Run tests in parallel
2020-01-23 18:49:22 +04:00
Andrey Volk
893a3cdc1f
[Unit-test] Run tests in parallel
2020-01-23 02:29:57 +04:00
Andrey Volk
6d8e8f35b4
Merge pull request #257 from dragos-oancea/upnp_asan
...
[miniupnpc] fix heap-buffer-overflow reported by ASAN (on read)
2020-01-22 23:59:42 +04:00
Andrey Volk
5657965039
Merge pull request #254 from dragos-oancea/amr_no_native_file
...
[mod_amr], [mod_amrwb]: mark AMR and AMRWB as VBR, don't let mod_native_file load them for playback/recording)
2020-01-22 23:14:34 +04:00
Dragos Oancea
e3abcf2808
[miniupnpc] fix heap-buffer-overflow reported by ASAN (on read)
2020-01-22 19:07:06 +00:00
Andrey Volk
937d881b9c
Merge pull request #217 from dragos-oancea/sndfile_fixes
...
[mod_sndfile] Fix .raw audio file playing and other raw audio file extensions. Fix stereo2mono for certain formats.
2020-01-22 22:33:47 +04:00
Dragos Oancea
d68a7e2490
FS-10642: [mod_amr], [mod_amrwb]: mark AMR and AMRWB as VBR (don't let mod_native_file load them for playback/recording)
2020-01-22 12:48:30 +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
78c7dd2a37
Merge pull request #251 from signalwire/module_tests
...
[Unit-tests] Implement module tests in Drone CI
2020-01-21 22:44:25 +04:00
Andrey Volk
6d31e846a8
[Unit-tests] Implement module tests in Drone CI
2020-01-21 22:23:30 +04:00
Andrey Volk
b7bc78ec6f
Merge pull request #250 from signalwire/fix_tests
...
[Unit-tests] Fix leaks mod_av and mod_conference tests, fix fonts and paths.
2020-01-21 22:02:04 +04:00
Andrey Volk
1927367cbc
[Unit-tests] Fix leaks mod_av and mod_conference tests, fix fonts and paths.
2020-01-21 21:50:08 +04:00
Andrey Volk
7d8de79950
Merge pull request #247 from signalwire/mod_lua_leak
...
[mod_lua] Fix leaks.
2020-01-21 20:46:52 +04:00
Andrey Volk
4dd86960ba
[mod_lua] Fix leaks.
2020-01-21 13:27:06 +00:00
lazedo
93fdf2d9d7
[mod_kazoo] Fix potential memory leaks
...
* fixes several potential memory leaks
* formatting
* fixes parameter name
* logs unsupported parameters
* fixes default event profile
* fixes unconfigured bindings
2020-01-20 20:12:05 +04:00
Dragos Oancea
e3b1fb91c8
[sofia-sip] fix overflow in logging (tport)
...
[sofia-sip] bump .update
2020-01-20 19:46:51 +04:00
Andrey Volk
f1c1f9085c
Merge pull request #241 from signalwire/mod_rayo_leak
...
[mod_rayo] Fix leak in the mod and in tests.
2020-01-20 13:44:50 +04:00
Andrey Volk
3fb5df00fb
Merge pull request #240 from signalwire/mod_rayo_heap
...
[mod_rayo] Fix heap use after free and a possible buffer overflow.
2020-01-20 13:42:30 +04:00
Andrey Volk
520de70f4f
[mod_rayo] Fix leak in the mod and in tests.
2020-01-20 03:04:48 +04:00
Andrey Volk
852e4a9471
[mod_rayo] Fix heap use after free and a possible buffer overflow.
2020-01-20 00:20:30 +04:00
Andrey Volk
7effdf0565
Merge pull request #232 from signalwire/modtestmake
...
[Unit-tests] Place module tests into their module's Makefile.am, fix tests, add missing Makefile.am to mod_png, implement recursive make check.
2020-01-18 14:24:11 +04:00
Andrey Volk
751d5ff55b
[Unit-tests] Place module tests into their module's Makefile.am, fix tests, add missing Makefile.am to mod_png, implement recursive make check.
2020-01-18 09:58:42 +00:00
Dragos Oancea
c2e80ea1e3
[core] avoid overflow when channel muxing
2020-01-18 00:58:57 +04:00
Seven Du
a28436deb7
[mod_loopback] add pre_answer and null_auto_answer support to null channel
2020-01-17 20:50:08 +04:00
joshebosh
41000cfbba
[mod_loopback] add channel var loopback_no_pre_answer
2020-01-17 20:47:38 +04:00
Andrey Volk
813651f891
Merge pull request #231 from signalwire/print_tests
...
[Build-System] Add print_tests make target to output the list of tests being built including in modules
2020-01-15 01:54:59 +04:00
Mike Jerris
5e83ef7e7b
[Build-System] Add print_tests make target to output the list of tests being built including in modules
2020-01-14 22:08:16 +04:00
Andrey Volk
0b6311bc0d
Merge pull request #230 from dragos-oancea/fix_test_macos
...
[unit-tests] fix build switch_rtp on MacOS
2020-01-14 02:59:26 +04:00
Dragos Oancea
4bef44b7b0
[unit-tests] fix build switch_rtp on MacOS
2020-01-13 18:23:58 +00:00
Mike Jerris
4ed2af733d
[mod_vmd] deprecate abandoned module that is replaced by mod_avmd
2020-01-10 14:03:34 -07:00
mangshe0
975e6a6032
[mod_av] Fix mod_av not having audio when using avresample
2020-01-10 22:38:38 +04:00
Andrey Volk
7c8fab5e83
Merge pull request #213 from signalwire/fix_rtp_test
...
[Core] Fix RTP unit-test by adding switch_rtp_get_core_session().
2020-01-09 17:39:32 +04:00
Andrey Volk
d6094643bb
[Core] Fix RTP unit-test by adding switch_rtp_get_core_session().
2020-01-09 13:06:08 +04:00
Dragos Oancea
664563ca9f
[unit-tests] add RTP test with session
2020-01-09 12:38:38 +04:00
Andrey Volk
b11c98c8b9
Merge pull request #211 from signalwire/sanitizer
...
[Unit-tests] Enable address sanitizer when running tests.
2020-01-08 22:45:33 +04:00
Andrey Volk
0af29afc62
[Unit-tests] Enable address sanitizer when running tests.
2020-01-08 22:27:40 +04:00
Andrey Volk
cd1a1db336
Merge pull request #209 from signalwire/test_db
...
[Unit-tests] Do not initiate sqldb by default unless requested.
2020-01-07 21:52:06 +04:00
Andrey Volk
44ba7eb753
[Unit-tests] Do not initiate sqldb by default unless requested.
2020-01-07 21:17:52 +04:00
Andrey Volk
b3002b91a8
Merge pull request #208 from signalwire/mariadb
...
[Build-System] Fix regression from the mariadb library checking fix.
2020-01-07 20:21:41 +04:00
Andrey Volk
00867086e3
[Build-System] Fix regression from the mariadb library checking fix.
2020-01-07 19:42:21 +04:00
Andrey Volk
21229ad18f
Merge pull request #194 from signalwire/coredump
...
[Unit-tests] Collect crash data when a unit-test core-dumps
2020-01-06 22:49:21 +04:00
Andrey Volk
ebeada67d1
Revert "[mod_opusfile] fix play sample rate (don't use original rate, always use 48k), fix eof."
...
This reverts commit 937c4a03eb
.
2020-01-06 22:47:49 +04:00
Andrey Volk
78aa7ea37f
Merge pull request #202 from dragos-oancea/opusfile_fixes
...
[mod_opusfile] fix play sample rate (don't use original rate, always use 48k), fix eof.
2020-01-06 22:38:38 +04:00