Andrey Volk
b067a7ccbd
Merge pull request #266 from dragos-oancea/conf_passthrough_fix
...
[mod_conference] fix overflow (video mode == passthrough)
2020-01-30 23:31:00 +04:00
Dragos Oancea
a909ca5e80
[mod_conference] fix overflow (video mode == passthrough)
2020-01-30 18:04:51 +00:00
Andrey Volk
a9b0d2931d
Merge pull request #255 from dragos-oancea/mux_overflow_file_read
...
[mod_native_file] don't channel mux during native file play (and avoid overflow too).
2020-01-30 21:56:44 +04:00
Andrey Volk
88f1a03cad
[mod_mariadb] Fix autocommit not flipping back to on when a transaction ends in mod_mariadb causing switch_cache_db_test_reactive() to fail.
2020-01-29 23:55:29 +04:00
Andrey Volk
3d650f4f69
[mod_pgsql] Fix autocommit not flipping back to on when a transaction ends in mod_pgsql causing switch_cache_db_test_reactive() to fail.
2020-01-29 23:55:17 +04:00
Dragos Oancea
f97892bfd9
[mod_native_file] set SWITCH_FILE_NOMUX to prevent overflow in core (we should not channel mux native files)
2020-01-29 19:06:48 +00:00
Andrey Volk
496d39bbd7
Merge pull request #221 from signalwire/sofia_abort
...
[mod_sofia] Add abort-on-empty-external-ip global param disabled by default.
2020-01-29 21:00:42 +04: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
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
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
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
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
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
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
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
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
a074814b3f
[mod_sofia] Add abort-on-empty-external-ip global param disabled by default.
2020-01-11 01:18:14 +04: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
ebeada67d1
Revert "[mod_opusfile] fix play sample rate (don't use original rate, always use 48k), fix eof."
...
This reverts commit 937c4a03eb032b4b3d1a8a8ad08c777de7a08314.
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
Andrey Volk
8797a0f480
Merge pull request #180 from signalwire/CF_AUDIO
...
[mod_portaudio] CF_AUDIO flag is not set
2020-01-06 22:35:03 +04:00
Dragos Oancea
937c4a03eb
[mod_opusfile] fix play sample rate (don't use original rate, always use 48k), fix eof.
2020-01-03 19:00:26 +00:00
Andrey Volk
4c1a47d5d1
swigall
2019-12-30 23:39:35 +00:00
Andrey Volk
6f0ad146d2
[mod_sofia] Fix crash from double profile unlock on outgoing channel from a gateway on a paused profile
2019-12-31 03:13:03 +04:00
Seven Du
13dc7629d6
[mod_sofia] add sip_refer_status_code channel variable to track refer status
2019-12-31 03:08:58 +04:00
Seven Du
2aec6035dd
[mod_loopback] add refer mock to null endpoint
2019-12-31 03:07:49 +04:00
Seven Du
c7480bc3fe
[mod_loopback] remember dtmf in channel var null_channel_dtmf_queued
2019-12-31 03:05:25 +04:00
Andrey Volk
e753e615ca
[mod_sofia] Module load will fail if ext-rtp-ip or ext-sip-ip configuration param is set as empty string.
2019-12-31 02:17:17 +04:00
Andrey Volk
da31fac5a0
[Core, mod_commands] Add switch_core_pool_stats API and pool_stats command with corresponding --enable-pool-debug configure flag.
2019-12-31 02:07:22 +04:00
Andrey Volk
dd1aab3332
[mod_voicemail] vm_fsdb_msg_email command leaks xml object.
2019-12-31 00:48:01 +04:00
Andrey Volk
e4f95f7069
[mod_local_stream] Xml object is leaked on reload when cannot stop local_stream beeing in use.
2019-12-31 00:46:36 +04:00
Andrey Volk
8442218df1
[mod_sofia] sofia_handle_sip_i_invite() leaks xml and event objects on acl_token, sofia_reg_handle_sip_r_challenge() leaks xml object when a user does not have params.
2019-12-31 00:45:00 +04:00
Andrey Volk
5fd6299267
[mod_hiredis] Xml object is not freed on load.
2019-12-31 00:43:24 +04:00
Andrey Volk
05dbd8bd05
[mod_distributor] Fix leak of xml object when no lists in config.
2019-12-31 00:41:19 +04:00
Liyang
4d2f3fc5ec
FS-11677: [mod_video_filter] fix memory leak and support replace read/write video of session with a bug
...
https://freeswitch.org/jira/browse/FS-11677
2019-12-31 00:31:23 +04:00
Liyang
9847a8915f
FS-11677: [mod_video_filter] support api/app to replace the write video of session with a bug
...
https://freeswitch.org/jira/browse/FS-11677
2019-12-31 00:31:08 +04:00
Seven Du
fa18a3d0d6
FS-11877 fix regression from FS-11773 27ce89a6a2a
...
rename callID to sessionCallID since it breaks VC
2019-12-31 00:25:32 +04:00
Seven Du
aec1cbd236
FS-11773 add callID to conference private event
2019-12-31 00:25:00 +04:00
Andrey Volk
e2c1e3a7d3
FS-12055: [mod_sofia] Fix leaks and release profile properly in general_event_handler() and actual_sofia_presence_event_handler()
2019-12-30 23:58:28 +04:00
Andrey Volk
b8a18f7d83
FS-12057: [mod_conference] Fix video mute (use of uninitialized pointer)
2019-12-30 23:58:04 +04:00