<feed xmlns='http://www.w3.org/2005/Atom'>
<title>telephony/net/asterisk/Makefile, branch master</title>
<subtitle>Mirror of telephony feed</subtitle>
<id>https://git.openwrt.org/feed/telephony/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/telephony/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/telephony/'/>
<updated>2026-02-23T19:12:42Z</updated>
<entry>
<title>asterisk: fix module conflicts</title>
<updated>2026-02-23T19:12:42Z</updated>
<author>
<name>Andre Heider</name>
</author>
<published>2026-01-08T13:50:54Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/telephony/commit/?id=7c0646ccc0958e14953bf0b77d9bf38a64b15673'/>
<id>urn:sha1:7c0646ccc0958e14953bf0b77d9bf38a64b15673</id>
<content type='text'>
A module is either essential (shipped as part of the main package) or as
a seperate package. Having both is an install-time conflict.

res-timing-timerfd is an essential module and was correctly added to the
main package with e538fc3f. Remove the additional one.

app_stack is non-essential and was added to the main package as part of
the app_macro removal with 73fd6652. Make it optional again.

Signed-off-by: Andre Heider &lt;a.heider@gmail.com&gt;
</content>
</entry>
<entry>
<title>asterisk: bump to 23.2.2</title>
<updated>2026-02-23T19:12:42Z</updated>
<author>
<name>Paul Donald</name>
</author>
<published>2026-02-20T04:41:20Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/telephony/commit/?id=0122fa1ec923c5550f1ba1b5b0dd1c01fea54b40'/>
<id>urn:sha1:0122fa1ec923c5550f1ba1b5b0dd1c01fea54b40</id>
<content type='text'>
dropped patch 001 - integrated at source

all patches refreshed

Signed-off-by: Paul Donald &lt;newtwen+github@gmail.com&gt;
</content>
</entry>
<entry>
<title>asterisk: remove app-voicemail-imap module</title>
<updated>2026-01-04T08:23:34Z</updated>
<author>
<name>Jiri Slachta</name>
</author>
<published>2025-12-27T20:03:22Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/telephony/commit/?id=c5652e69f293620548b2276f5a8983f7c1589e48'/>
<id>urn:sha1:c5652e69f293620548b2276f5a8983f7c1589e48</id>
<content type='text'>
Removed app-voicemail-imap from the Asterisk modules.

The module depends on uw-imap, which has been removed from OpenWrt packages feed as it is unmaintained and no longer available.

There is currently no alternative IMAP implementation in OpenWrt that this module could depend on, so the module is removed.

Signed-off-by: Jiri Slachta &lt;jiri@slachta.eu&gt;
</content>
</entry>
<entry>
<title>asterisk: minor config fixup for 23.1.0</title>
<updated>2025-12-04T12:06:45Z</updated>
<author>
<name>Paul Donald</name>
</author>
<published>2025-12-03T19:52:20Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/telephony/commit/?id=6a075d6e81972fa5eeedf441c0ee97662e50839f'/>
<id>urn:sha1:6a075d6e81972fa5eeedf441c0ee97662e50839f</id>
<content type='text'>
The patch 001-phoneprov_users.patch can be dropped when upstream renames the
config. The config file seems necessary for res_phoneprov to start up, so this
helps the user get started.

Signed-off-by: Paul Donald &lt;newtwen+github@gmail.com&gt;
</content>
</entry>
<entry>
<title>asterisk: bump to 23.1.0</title>
<updated>2025-12-04T12:06:45Z</updated>
<author>
<name>Paul Donald</name>
</author>
<published>2025-12-03T03:28:05Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/telephony/commit/?id=00f56ba48a4cbb88eff4750203905c083e321dee'/>
<id>urn:sha1:00f56ba48a4cbb88eff4750203905c083e321dee</id>
<content type='text'>
remove deprecated modules from 22-23

See https://docs.asterisk.org/Asterisk_23_Documentation/Upgrading/
and https://docs.asterisk.org/Asterisk_23_Documentation/WhatsNew/

starting in v23, astdb2sqlite3 is removed. Users still running on v10 Berkley DB
must have upgraded DB prior to v23. Similarly, all Berkley DB functionality is
removed.

patch 150 refreshed to remove Berkley DB stuff.
other patches refreshed.

Signed-off-by: Paul Donald &lt;newtwen+github@gmail.com&gt;
</content>
</entry>
<entry>
<title>asterisk: bump to 22.7.0</title>
<updated>2025-12-04T12:06:45Z</updated>
<author>
<name>Paul Donald</name>
</author>
<published>2025-12-03T22:43:36Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/telephony/commit/?id=73fd665261890019487b08a9847584d7c1084fa4'/>
<id>urn:sha1:73fd665261890019487b08a9847584d7c1084fa4</id>
<content type='text'>
remove deprecated modules from 20-21
21-22 is mostly bugfixes

See https://docs.asterisk.org/Asterisk_21_Documentation/Upgrading/
and https://docs.asterisk.org/Asterisk_22_Documentation/Upgrading/
and https://docs.asterisk.org/Development/Asterisk-Module-Deprecations/#removed-modules

- remove deprecated users.conf (otherwise asterisk logs:
  WARNING[24699] pbx_config.c: users.conf is deprecated and will be removed in
  a future version of Asterisk )
- add cdr.conf (otherwise asterisk logs:
  ERROR[24658] config_options.c: Unable to load config file 'cdr.conf' )
- add missing res-websocket-client (necessary for app_stasis, res_ari)
- app_macro -&gt; app_stack

refresh patches

Signed-off-by: Paul Donald &lt;newtwen+github@gmail.com&gt;
</content>
</entry>
<entry>
<title>asterisk: update to version 20.14.1</title>
<updated>2025-11-22T15:15:23Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2025-06-23T01:01:32Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/telephony/commit/?id=cb6a45ec1d57b931f43e6f4399dee4e35970252f'/>
<id>urn:sha1:cb6a45ec1d57b931f43e6f4399dee4e35970252f</id>
<content type='text'>
Changes since 20.14.0:

asterisk.c: Add option to restrict shell access from remote consoles.

Author: George Joseph Date: 2025-05-19

UserNote: A new asterisk.conf option 'disable_remote_console_shell' has
been added that, when set, will prevent remote consoles from executing
shell commands using the '!' prefix.

Resolves: #GHSA-c7p6-7mvq-8jq2

res_pjsip_messaging.c: Mask control characters in received From display
name

Author: George Joseph Date: 2025-03-24

Incoming SIP MESSAGEs will now have their From header's display name
sanitized by replacing any characters &lt; 32 (space) with a space.

Resolves: #GHSA-2grh-7mhv-fcfw

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>asterisk: update to version 20.14.0</title>
<updated>2025-06-05T08:10:08Z</updated>
<author>
<name>Philip Prindeville</name>
</author>
<published>2025-05-22T03:34:03Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/telephony/commit/?id=1582286bca4f47ee402af61e4bae55d5c1b96574'/>
<id>urn:sha1:1582286bca4f47ee402af61e4bae55d5c1b96574</id>
<content type='text'>
Signed-off-by: Philip Prindeville &lt;philipp@redfish-solutions.com&gt;
</content>
</entry>
<entry>
<title>asterisk: update to version 20.8.1</title>
<updated>2024-06-24T00:46:09Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2024-06-22T14:40:52Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/telephony/commit/?id=11353e1a17761ee1b29488da008e05fe81d3e174'/>
<id>urn:sha1:11353e1a17761ee1b29488da008e05fe81d3e174</id>
<content type='text'>
Update to most recent LTS release addressing multiple security and
stability issues.

Complete changelog:
https://github.com/asterisk/asterisk/compare/20.5.2...20.8.1

Note that res-stir-shaken switched to use libjwt instead of providing
a built-in JWT implementation.

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>asterisk: bump to 20.5.2</title>
<updated>2023-12-29T08:09:00Z</updated>
<author>
<name>Sebastian Kemper</name>
</author>
<published>2023-12-29T08:03:00Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/telephony/commit/?id=4e4b2817944ec2c03a78b6ab2e7823a86f713d59'/>
<id>urn:sha1:4e4b2817944ec2c03a78b6ab2e7823a86f713d59</id>
<content type='text'>
- Resolves GHSA-98rc-4j27-74hh, GHSA-hxj9-xwr8-w8pq, GHSA-5743-x3p5-3rg7
  and GHSA-8857-hfmw-vg8f
- patches refreshed
- patch 180-app_queue_time_t.patch added to fix new warnings, sent
  upstream (see [1])
- 180-res_crypto.c-Avoid-using-the-non-portable-ALLPERMS-m.patch and
  190-chan_iax2.c-Avoid-crash-with-IAX2-switch-support.patch removed as
  they're included in upstream release tar ball.

[1] https://github.com/asterisk/asterisk/pull/516

Signed-off-by: Sebastian Kemper &lt;sebastian_ml@gmx.net&gt;
</content>
</entry>
</feed>
