3183bffaec
Merge branch 'openwrt:master' into master
2023-03-05 11:53:10 +05:30
micmac1
f79f6246bc
Merge pull request #804 from micmac1/fs-1109
...
freeswitch: bump to 1.10.9
2023-03-03 17:17:42 +01:00
Sebastian Kemper
269b611027
freeswitch: bump to 1.10.9
...
ZRTP support removed as it was dropped upstream.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2023-03-02 20:12:23 +01:00
Sebastian Kemper
5df2a49696
spandsp3: bump to latest commit
...
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2023-03-02 20:10:58 +01:00
Sebastian Kemper
9cfc0b415a
sofia-sip: bump to 1.13.14
...
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2023-03-02 20:10:04 +01:00
Sebastian Kemper
e52d417cce
libks: bump to 1.8.2
...
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2023-03-02 20:09:02 +01:00
eb61a8aea6
Merge branch 'openwrt:master' into master
2023-02-18 14:57:23 +05:30
micmac1
54be049dd9
Merge pull request #803 from cotequeiroz/OpenSSL3
...
freeswitch,coturn: Prepare for OpenSSL 3.0 upgrade
2023-02-12 18:33:38 +01:00
Eneas U de Queiroz
26bb868229
coturn: update to 4.6.1
...
Added a patch from Gentoo that brings compatiblity with OpenSSL 3.0.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2023-02-10 18:20:35 -03:00
Eneas U de Queiroz
09ad78b6cc
freeswitch: allow building with OpenSSL 3.0
...
Add -Wno-error=deprecated-declarations to CFLAGS to allow usage of
deprecated API.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2023-02-10 18:20:35 -03:00
37122b1289
Merge branch 'openwrt:master' into master
2023-01-13 23:53:59 +05:30
Jiri Slachta
b1bfd7d375
Merge pull request #797 from micmac1/rtpe-lws-openssl
...
rtpengine: update libwebsockets dependency
2023-01-09 14:16:47 +01:00
Sebastian Kemper
022701e067
rtpengine: update libwebsockets dependency
...
The rtpengine daemon requires lws_get_ssl(). This function is not
available in libwebsockets-mbedtls. This commit updates the dependency
to libwebsockets-openssl.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2023-01-09 12:04:53 +01:00
adf5e9773a
Merge branch 'openwrt:master' into master
2022-12-31 17:34:02 +05:30
micmac1
3cf295a468
Merge pull request #795 from micmac1/sof-1.13.11
...
sofia-sip: bump to 1.13.11
2022-12-30 20:11:21 +01:00
Sebastian Kemper
2aeae69324
sofia-sip: bump to 1.13.11
...
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2022-12-29 13:16:12 +01:00
2cb615aa28
Merge branch 'openwrt:master' into master
2022-12-11 20:11:29 +04:00
Jiri Slachta
2a34d1190e
Merge pull request #791 from micmac1/ast-20.0.1
...
asterisk: bump to 20.0.1
2022-12-02 20:12:15 +01:00
Sebastian Kemper
64df3ed58c
asterisk: bump to 20.0.1
...
Fixes
AST-2022-007
AST-2022-008
AST-2022-009
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2022-12-02 18:15:27 +01:00
Sebastian Kemper
472f1ac7ac
pjproject: backport security fixes from 2.13
...
Backports two security fixes (c4d3498 and 450baca) from pjproject 2.13.
Source: asterisk 20.0.1.
Also drop AUTORELEASE as OpenWrt project wants to get rid of it.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2022-12-02 18:11:54 +01:00
6ed5537dc1
Merge branch 'openwrt:master' into master
2022-11-24 03:14:49 +04:00
micmac1
ed951ea624
Merge pull request #790 from micmac1/init-return
...
Treewide: Use return in init scripts instead of exit
2022-11-19 08:40:33 +01:00
f97ce9a811
asterisk: enable settings
2022-11-16 18:04:05 +01:00
38c27414b0
add: asterisk-chan-quectel
2022-11-16 18:00:22 +01:00
Sebastian Kemper
e024681271
rtpproxy: use return in init script
...
"check_ipaddr()" & "start_service()" are functions, hence "return"
should be used instead of "exit".
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2022-11-08 22:19:29 +01:00
Sebastian Kemper
2be80b04dd
kamailio: use return in init script
...
"check_listen()" & "start_service()" are functions, hence "return"
should be used instead of "exit".
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2022-11-08 22:04:55 +01:00
Sebastian Kemper
9604a203d5
freeswitch: use return in init script
...
"start_service()" is a function, hence "return" should be used instead
of "exit".
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2022-11-08 21:19:27 +01:00
Sebastian Kemper
ebfad751c7
coturn: use return in init script
...
"start_service()" is a function, hence "return" should be used instead
of "exit".
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2022-11-08 21:13:05 +01:00
Sebastian Kemper
b69ae7b934
baresip: use return in init script
...
"start_service()" is a function, hence "return" should be used instead
of "exit".
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2022-11-08 21:11:08 +01:00
Sebastian Kemper
69aebd4f4f
asterisk: use return in init script
...
"start_service()" is a function, hence "return" should be used instead
of "exit".
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2022-11-08 21:08:54 +01:00
micmac1
87a78e0d8a
Merge pull request #789 from micmac1/fs-libshout-deprecated
...
freeswitch: workaround mod-shout compile failure
2022-11-08 19:00:31 +01:00
Sebastian Kemper
145d0b3a30
freeswitch: workaround mod-shout compile failure
...
The recent libshout update causes compile failures due to deprecation.
This works around it. Can be removed once issue is fixed upstream.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2022-11-07 22:07:53 +01:00
Jiri Slachta
0403af50b1
Merge pull request #785 from micmac1/ast20
...
asterisk: bump to 20.0.0 LTS
2022-10-20 06:04:57 +02:00
Sebastian Kemper
5ddb85f494
asterisk: bump to 20.0.0 LTS
...
No longer existing modules removed from OpenWrt Makefile. Same for
configure switches. Patches refreshed.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2022-10-19 23:19:30 +02:00
micmac1
33e6deadec
Merge pull request #784 from micmac1/kam562
...
kamailio: bump to 5.6.2
2022-10-19 20:26:03 +02:00
Sebastian Kemper
7163789ee1
kamailio: bump to 5.6.2
...
- 4 new modules: misctest, posops, siprepo & slack
- 140-redis_use_pkg-config.patch refreshed
- 160-ldap-rename-private-function-ldap_connect.patch and
170-core-add-support-for-time64-libcs.patch removed (applied
upstream)
- 160-siputils-fix-time_t-warning-and-a-typo.patch added to fix time_t
warning (sent upstream, see [1])
[1] https://github.com/kamailio/kamailio/pull/3266
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2022-10-16 17:40:43 +02:00
Sebastian Kemper
457552110e
kamailio: fix dep for keepalive module
...
Currently the dependency is in the wrong position.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2022-10-16 17:15:18 +02:00
Sebastian Kemper
07cbb38db1
kamailio: add descriptions via BuildKamailioModule
...
The Makefile currently advertises that descriptions can be added by
specifying a string in argument 3 of BuildKamailioModule, but there's
actually no mechanism for this. This commit adds the missing pieces.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2022-10-16 17:09:24 +02:00
micmac1
fa14037e8a
Merge pull request #783 from micmac1/fs-1.10.8
...
freeswitch: bump to 1.10.8
2022-10-15 18:57:06 +02:00
Sebastian Kemper
66cddc0459
freeswitch: bump to 1.10.8
...
- minor version bump
- mod-dingaling, mod-unimrcp and apr-util got removed from source tar
ball, prompting some cleanup
- patches refreshed
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2022-10-15 16:49:42 +02:00
Sebastian Kemper
b1fa575a12
libks: bump to 1.8.0
...
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2022-10-15 16:42:14 +02:00
micmac1
176665c2a6
Merge pull request #781 from micmac1/rtpengine-mqtt
...
rtpengine: add mqtt dep
2022-10-15 11:00:27 +02:00
Sebastian Kemper
2a13d2eb1e
rtpengine: add mqtt dep
...
rtpengine will use the lib if found, so add it.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2022-10-15 09:56:12 +02:00
Jiri Slachta
a16f7ce898
Merge pull request #780 from micmac1/rtpengine-10.5.2.6
...
rtpengine: bump to 10.5.2.6
2022-10-15 08:35:13 +02:00
Sebastian Kemper
432432458a
rtpengine: bump to 10.5.2.6
...
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2022-10-15 00:51:28 +02:00
micmac1
2d70a4ce02
Merge pull request #777 from micmac1/sof-1.13.9
...
sofia-sip: bump to 1.13.9
2022-09-30 11:01:42 +02:00
micmac1
a48a0cafd4
Merge pull request #778 from micmac1/sngrep-1.6.0
...
sngrep: bump to 1.6.0
2022-09-30 11:00:50 +02:00
Sebastian Kemper
839c181348
sngrep: bump to 1.6.0
...
- use pcre2 instead of pcre
- add zlib support
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2022-09-25 11:50:40 +02:00
Sebastian Kemper
b563e61455
sofia-sip: bump to 1.13.9
...
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2022-09-25 11:04:22 +02:00
Jiri Slachta
649bd22c22
Merge pull request #776 from micmac1/ast-18.4
...
asterisk: bump to 18.14.0 (includes pjproject bump)
2022-08-21 12:23:20 +02:00