Dragos Oancea
0b9c7c678b
[mod_amrwb] add cfg setting to switch between OA/BE when originating
2020-06-10 12:20:45 +00:00
Mike Jerris
6b9c836286
[build] properly prepend PKG_CONFIG_PATHS on out of tree modules
2020-06-04 22:42:07 +04:00
Andrey Volk
7f1a8a69b0
[Build-System] Allow full path or git clone url (with arguments) in modules.conf to build out of tree modules.
...
--- modules.conf ---
/full/path/to/out-of-tree/mod_tobuild
mod_somewherethere|https://github.com/your_account/your_mod_repo.git -b branch
2020-06-04 22:41:55 +04:00
Andrey Volk
0275ea1eb4
[Build-System] Use $(DefaultPlatformToolset) so it's easier to build using newer Microsoft Visual Studio versions.
2020-05-25 14:18:25 +04:00
Mike Jerris
838f62a743
[mod_event_socket] Fix hangup race with listener_thread of socket application in async mode
2020-05-15 15:18:41 -06:00
Andrey Volk
55ddecd750
Merge pull request #222 from paxc/master
...
[mod_openh264] Fix stap-a size issue and add unit test.
2020-05-15 21:04:25 +04:00
paxc
9bec823f22
[mod_openh264] Fix stap-a size issue and add unit test.
2020-05-15 20:35:58 +04:00
Andrey Volk
eba009868e
Merge pull request #474 from dragos-oancea/mod_cv-nullptr-passed
...
[mod_cv] scan-build: Null pointer passed as an argument to a 'nonnull' parameter.
2020-05-15 20:28:51 +04:00
windy-wang
120132b190
[mod_av] Break packets evenly
2020-05-14 01:45:48 +04:00
Andrey Volk
50b7dedf82
swigall
2020-05-11 09:50:33 +00:00
Andrey Volk
a2c657c7bb
[mod_amr] scan-build: fix dead increment of fmtptmp_pos in switch_amr_init()
2020-05-08 02:56:37 +04:00
Andrey Volk
5b1088d39f
Merge pull request #133 from jay98237438/master
...
[mod_amr, mod_amrwb] RFC4867 mode-set compliancy
2020-05-08 01:55:50 +04:00
sunlin
43b35ae4f2
[mod_silk] Fix mod_silk always init with maxaveragebitrate=20000
2020-05-08 01:52:39 +04:00
Andrey Volk
0072806df1
[mod_loopback] Split null_auto_answer into two variables null_enable_auto_answer and null_auto_answer_delay. Default auto_answer_delay is 0 instead of 1 ms. Auto answer is enabled by default if null_enable_auto_answer is not set. More carefully compute the delay in ms to not block channel longer than needed.
2020-05-08 01:22:48 +04:00
Seven Du
2a54e08019
[core, mod_loopback] Add test case for group confirm over loopback endpoints
2020-05-08 01:12:17 +04:00
lazedo
7264426386
[mod_loopback] clear confirm properties from a-leg
2020-05-08 01:11:52 +04:00
Mike Jerris
598d52d5fb
[mod_sofia] remove blank display name that can show up in from uri
2020-05-07 03:18:16 +04:00
Andrey Volk
d9d49920cb
[mod_httapi] Fix leak of context->url_params
2020-05-07 03:16:58 +04:00
VCC Live/Core
2d6e2e2fa3
[mod_erlang_event] Fix segfault in destroy_listener()
2020-05-07 03:14:18 +04:00
Andrey Volk
b31c47eab7
[mod_shout] Reduce log level from error to warning for "Error opening %s (invalid rate or channel count)"
2020-05-07 03:10:37 +04:00
Mike Jerris
3089e8e548
[mod_av] reduce some errors to warnings in logs
2020-05-07 03:08:42 +04:00
Andrey Volk
865de72cee
[core,mod_verto,mod_xml_rpc] Fix use of deprecated CRYPTO_set_id_callback().
2020-05-07 03:00:03 +04:00
Andrey Volk
06dfe2e3a4
[mod_sndfile] Reduce error level to warning for "Error Opening File"
2020-05-07 02:48:21 +04:00
Andrey Volk
96c615e353
[mod_av] Reduce error level to warning for "Could not decode frame".
2020-05-07 02:47:19 +04:00
Chris Rienzo
52a17066eb
[mod_sofia] Quiet down error when registration credentials are missing
2020-05-07 02:42:01 +04:00
Andrey Volk
a198e765fe
[mod_conference] Fix memory leaks and a possible deadlock in chat_send();
2020-05-07 02:40:41 +04:00
Anthony Minessale
55b148f1c3
[mod_verto] Fix packet o death.
2020-05-07 02:36:08 +04:00
Piotr Gregor
7c795ea555
[mod_vlc] Fix segfault.
2020-05-07 02:33:51 +04:00
Seven Du
16f782f979
[mod_loopback] Don't block channel too long if already hangup, also add option to hangup immediately with cause
2020-05-07 02:21:38 +04:00
lazedo
ce019aa566
[mod_loopback] fix early_set_loopback_id for b leg
2020-05-07 02:10:30 +04:00
Jonas Jelten
30cf345b41
[mod_sofia] Fix rtp config ipv4/ipv6 index confusion
2020-04-28 13:13:13 +02:00
Nick Lemberger
4fa0870ef0
[mod_sofia] Fix potential buffer overrun when rewrite_multicasted_fs_path is enabled.
2020-04-01 00:11:24 +04:00
lazedo
343f031915
[mod_kazoo] add event stream connected time
2020-03-24 10:54:16 +00:00
Jourdan Templeton
5805addbeb
[mod_sofia] Add new gateway param 'contact-in-ping' to support for Microsoft Teams Direct Routing
2020-03-23 23:29:53 +04:00
Nathan Neulinger
477086b3e2
[mod_mariadb] Fix reconnect during db failover/restart
2020-03-23 20:55:00 +04:00
Andrey Volk
d07e1654a2
[mod_verto] Fix scan-build warnings in swig and enable scan-build on Drone
2020-03-22 14:14:14 +04:00
Andrey Volk
d67d09705a
[mod_verto] Fix Makefile.am and reswig
2020-03-22 01:35:58 +00:00
Andrew Topp
dbea1482e7
[mod_xml_curl] Allow XML_CURL_MAX_BYTES to be configured at runtime per-binding
...
* Added "response-max-bytes" config param for mod_xml_curl
* XML_CURL_MAX_BYTES still used as default if param omitted
* Added example configuration to module example config.
2020-03-15 14:05:53 +10:00
lazedo
3a0ee19f5b
[mod_kazoo] maintenance
...
* [mod_kazoo] add configured sleep time between each io fault
* [mod_kazoo] add configured delay before fetching initial configuration
* [mod_kazoo] add explicit handling of http_cache for kz_moh
2020-03-13 20:19:21 +04:00
lazedo
1f268e0292
[mod_kazoo] maintenance
...
* [mod_kazoo] add kz_eval api
* [mod_kazoo] use session if available in first-of
* [mod_kazoo] handle bridge variables
* [mod_kazoo] allow time for erlang node to initialize
* [mod_kazoo] add kz_moh
* tries to start moh from previous unhold
2020-03-13 01:44:19 +04:00
Andrey Volk
06f905de9d
Merge pull request #484 from dragos-oancea/mod_amrwb-fixleak-xml
...
[mod_amrwb] fix memory leak at load time (xml)
2020-03-12 21:06:44 +04:00
Andrey Volk
dd9092abe9
Merge pull request #483 from dragos-oancea/mod_amr-fixleak-xml
...
[mod_amr] fix memory leak at load time (xml)
2020-03-12 21:05:23 +04:00
Andrey Volk
da4068e744
Merge pull request #482 from dragos-oancea/mod_portaudio-nullptr
...
[mod_portaudio] scan-build: Access to field 'next' results in a dereference of a null pointer (loaded from variable 'previous').
2020-03-12 21:03:50 +04:00
Andrey Volk
d1ab723582
Merge pull request #479 from dragos-oancea/mod_erlang_event-uninitialized-value
...
[mod_erlang_event] scan-build: Function call argument is an uninitialized value
2020-03-12 20:24:29 +04:00
Andrey Volk
51cc971d45
Merge pull request #478 from dragos-oancea/mod_redis-undefined-val
...
[mod_redis] scan-build: Assigned value is garbage or undefined
2020-03-12 20:22:43 +04:00
Andrey Volk
396d07c1a3
Merge pull request #476 from dragos-oancea/mod_unimrcp-nullptr
...
[mod_unimrcp] scan-build: Access to field 'name' results in a dereference of a null pointer (loaded from variable 'mod_profile')
2020-03-12 20:21:20 +04:00
Andrey Volk
abe3aea117
Merge pull request #475 from dragos-oancea/mod_skinny_vals-never-read
...
[mod_skinny] scan-build: Dead assignments
2020-03-12 19:28:06 +04:00
Ítalo Rossi
87a64eab18
[mod_verto] Setting transfer_disposition to recv_replace on aleg
2020-03-12 19:23:40 +04:00
Andrey Volk
64da1fd098
Merge pull request #477 from dragos-oancea/mod_verto-cur-val-never-read
...
[mod_verto] scan-build: Value stored to 'cur' is never read
2020-03-10 22:56:10 +04:00
Dragos Oancea
e2e6d13cd8
[mod_amrwb] fix memory leak at load time (xml)
2020-03-06 15:08:29 +00:00