<feed xmlns='http://www.w3.org/2005/Atom'>
<title>telephony/net/siproxd, 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>2025-11-20T12:52:30Z</updated>
<entry>
<title>siproxd: bump to 2025-07-24</title>
<updated>2025-11-20T12:52:30Z</updated>
<author>
<name>Christian Marangi</name>
</author>
<published>2025-11-20T12:52:30Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/telephony/commit/?id=da213a81e5bf2c9ff88202f2f0c54b22ff4e3d57'/>
<id>urn:sha1:da213a81e5bf2c9ff88202f2f0c54b22ff4e3d57</id>
<content type='text'>
Bump siproxd to 2025-07-24 to fix bad detection of libosip2  library.
Align the Makefile to new version that dropped the Makefile for the
scripts directory.

Signed-off-by: Christian Marangi &lt;ansuelsmth@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: refresh hashes after move to use ZSTD as default</title>
<updated>2024-04-08T07:31:53Z</updated>
<author>
<name>Robert Marko</name>
</author>
<published>2024-04-07T22:01:22Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/telephony/commit/?id=22dd505025e0c39f32a99ba048662133bbeb4bb6'/>
<id>urn:sha1:22dd505025e0c39f32a99ba048662133bbeb4bb6</id>
<content type='text'>
With the recent move to using ZSTD as the default compression format for
packaging git repo clones we must refresh all of the hashes for the
packages feed as well.

Signed-off-by: Robert Marko &lt;robimarko@gmail.com&gt;
</content>
</entry>
<entry>
<title>siproxd: improve network device resolution</title>
<updated>2023-11-25T00:51:31Z</updated>
<author>
<name>Tony Ambardar</name>
</author>
<published>2023-11-22T02:53:39Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/telephony/commit/?id=7ab8207ba736af328907ff6d94761a54cbeadad5'/>
<id>urn:sha1:7ab8207ba736af328907ff6d94761a54cbeadad5</id>
<content type='text'>
Resolve network devices by first trying 'network_get_device' (L3) and
falling back to 'network_get_physdev' (L2) on failure, which allows using
Wireguard interfaces. Both are needed to avoid breaking existing usage
for some interfaces (e.g. 'wan').

Also add myself as a maintainer.

Signed-off-by: Tony Ambardar &lt;itugrok@yahoo.com&gt;
</content>
</entry>
<entry>
<title>treewide: replace AUTORELEASE with real PKG_RELEASE</title>
<updated>2023-07-18T20:41:35Z</updated>
<author>
<name>Kuan-Yi Li</name>
</author>
<published>2023-07-18T02:45:41Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/telephony/commit/?id=87275752df267cf8e6a05de272e29e92836bb9ca'/>
<id>urn:sha1:87275752df267cf8e6a05de272e29e92836bb9ca</id>
<content type='text'>
Based on Paul Fertser &lt;fercerpav@gmail.com&gt;'s guidance:
Change AUTORELEASE in rules.mk to:
```
AUTORELEASE = $(if $(DUMP),0,$(shell sed -i "s/\$$(AUTORELEASE)/$(call commitcount,1)/" $(CURDIR)/Makefile))
```

then update all affected packages by:
```
for i in $(git grep -l PKG_RELEASE:=.*AUTORELEASE | sed 's^.*/\([^/]*\)/Makefile^\1^';);
do
	make package/$i/clean
done
```

Signed-off-by: Kuan-Yi Li &lt;kyli@abysm.org&gt;
</content>
</entry>
<entry>
<title>siproxd: update to latest git</title>
<updated>2022-02-20T12:19:23Z</updated>
<author>
<name>Sebastian Kemper</name>
</author>
<published>2022-02-20T12:19:10Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/telephony/commit/?id=10f2be5400349bea0af79bdf6894a0163865e22b'/>
<id>urn:sha1:10f2be5400349bea0af79bdf6894a0163865e22b</id>
<content type='text'>
This includes time64 fixes plus allows reproducible builds.

Also switch to $(AUTORELEASE)

Closes #613
Closes #742

Signed-off-by: Sebastian Kemper &lt;sebastian_ml@gmx.net&gt;
</content>
</entry>
<entry>
<title>siproxd: fix UID variable conflict in init</title>
<updated>2021-01-24T08:27:05Z</updated>
<author>
<name>Tony Ambardar</name>
</author>
<published>2021-01-24T08:00:01Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/telephony/commit/?id=442a19214be18f624209fb6e6de5897e6d2d4584'/>
<id>urn:sha1:442a19214be18f624209fb6e6de5897e6d2d4584</id>
<content type='text'>
Variable 'UID' is set readonly in some calling contexts, yielding errors
during e.g. ImageBuilder usage:

  Enabling rpcd
  ./etc/init.d/siproxd: line 14: UID: readonly variable
  Enabling siproxd
  Enabling sysctl

Rename UID and GID variables as SIPROXD_UID and SIPROXD_GID.

Signed-off-by: Tony Ambardar &lt;itugrok@yahoo.com&gt;
</content>
</entry>
<entry>
<title>siproxd: rev bump</title>
<updated>2020-10-03T16:52:36Z</updated>
<author>
<name>Sebastian Kemper</name>
</author>
<published>2020-10-03T16:52:11Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/telephony/commit/?id=8512b7395a695634f95370a0582d577e8137b6d1'/>
<id>urn:sha1:8512b7395a695634f95370a0582d577e8137b6d1</id>
<content type='text'>
Increases revision due to SONAME bump of libosip2.

Signed-off-by: Sebastian Kemper &lt;sebastian_ml@gmx.net&gt;
</content>
</entry>
<entry>
<title>siproxd: add max clients configuration and default</title>
<updated>2020-09-23T05:21:12Z</updated>
<author>
<name>Tony Ambardar</name>
</author>
<published>2020-09-21T14:01:28Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/telephony/commit/?id=37c411269b05e211ca417407cef85dd8e2745fbc'/>
<id>urn:sha1:37c411269b05e211ca417407cef85dd8e2745fbc</id>
<content type='text'>
Add a configuration option SIPROXD_MAX_CLIENTS used for compile-time sizing
of the maximum supported proxy clients. Set this to a default value of 32,
which is more suitable for a small network or CPE router and uses much
less memory than the upstream value of 512 (e.g. RSS of 2 MB vs 17 MB).

Drop the following patch in favour of the new config option:

  * 005-reduce-rtpproxy-urlmap-size.patch

Also fix an incorrect configure option, and silence many warnings due to
unused VCS 'ident' variables in the sources.

Signed-off-by: Tony Ambardar &lt;itugrok@yahoo.com&gt;
</content>
</entry>
<entry>
<title>siproxd: update to version 0.8.3, improve logging and memory usage</title>
<updated>2020-09-05T05:38:33Z</updated>
<author>
<name>Tony Ambardar</name>
</author>
<published>2020-08-30T06:21:35Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/telephony/commit/?id=3fb223fa88754b25b673531c6a66a928ebe0479e'/>
<id>urn:sha1:3fb223fa88754b25b673531c6a66a928ebe0479e</id>
<content type='text'>
This release includes bug fixes and improvements accumulated over the last
4 years of development snapshots [1].

Bump upstream version, build new plugins 'stats' and 'blacklist', and add
an 'sqlite3' package dependency for siproxd-mod-blacklist.

Disable procd capturing stderr to syslog, since siproxd in 'foreground'
mode writes both to syslog and stderr, duplicating log messages.

Include a patch to drastically reduce memory usage (RSS from 17MB to 5MB
on ipq40xx platform):

  * 005-reduce-rtpproxy-urlmap-size.patch

Drop the following patches now included upstream:

  * 010-syslog-msg.patch
  * 020-gcc10.patch
  * 100-musl-compat.patch

[1] http://siproxd.sourceforge.net/index.php?op=changelog.

Signed-off-by: Tony Ambardar &lt;itugrok@yahoo.com&gt;
</content>
</entry>
<entry>
<title>sixproxd: fix compilation with GCC 10</title>
<updated>2020-07-19T21:55:29Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-07-19T07:03:11Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/telephony/commit/?id=73ed049c1ae6227fba4ce611b02b80f6651f73f0'/>
<id>urn:sha1:73ed049c1ae6227fba4ce611b02b80f6651f73f0</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
</feed>
