<feed xmlns='http://www.w3.org/2005/Atom'>
<title>telephony/net/rtpproxy/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>2025-11-22T08:41:12Z</updated>
<entry>
<title>net/rtpproxy: assign PKG_CPE_ID</title>
<updated>2025-11-22T08:41:12Z</updated>
<author>
<name>Fabrice Fontaine</name>
</author>
<published>2025-09-17T08:16:23Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/telephony/commit/?id=bfbf9a4121209027659c9837c2cacb7bc572cb76'/>
<id>urn:sha1:bfbf9a4121209027659c9837c2cacb7bc572cb76</id>
<content type='text'>
cpe:/a:rtpproxy:rtpproxy is the correct CPE ID for rtpproxy:
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:rtpproxy:rtpproxy

Signed-off-by: Fabrice Fontaine &lt;fontaine.fabrice@gmail.com&gt;
</content>
</entry>
<entry>
<title>rtpproxy: add missing dependency for libsrtp2</title>
<updated>2025-11-21T15:02:24Z</updated>
<author>
<name>Christian Marangi</name>
</author>
<published>2025-11-21T15:02:24Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/telephony/commit/?id=92e14ade2714ff01564b9f32c0552fdf5e463222'/>
<id>urn:sha1:92e14ade2714ff01564b9f32c0552fdf5e463222</id>
<content type='text'>
New rtpproxy package adds support for libsrtp2 if detected. In the
context of buildbot every package gets selected and libsrtp2 support
gets selected automatically with rtpproxy.

Add this extra dependency directly to rtpproxy to fix build error.

Signed-off-by: Christian Marangi &lt;ansuelsmth@gmail.com&gt;
</content>
</entry>
<entry>
<title>rtpproxy: bump to version 2025-11-04</title>
<updated>2025-11-20T11:59:39Z</updated>
<author>
<name>Christian Marangi</name>
</author>
<published>2025-11-20T11:59:39Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/telephony/commit/?id=fcff90abe174111dbdab3ed3f98aef77230f077f'/>
<id>urn:sha1:fcff90abe174111dbdab3ed3f98aef77230f077f</id>
<content type='text'>
Bump rtpproxy to version 2025-11-04. Each downstream patch got merged
and this fix the current compilation error with recvfromto.

rtpp_socket.c: In function 'rtpp_socket_rtp_recv':
rtpp_socket.c:262:31: error: passing argument 5 of 'recvfromto' from incompatible pointer type [-Wincompatible-pointer-types]
  262 |       sstosa(&amp;packet-&gt;raddr), &amp;packet-&gt;rlen, sstosa(&amp;packet-&gt;_laddr), &amp;llen,
      |                               ^~~~~~~~~~~~~
      |                               |
      |                               socklen_t * {aka unsigned int *}
In file included from rtpp_socket.c:45:
rtpp_network.h:56:3: note: expected 'size_t *' {aka 'long unsigned int *'} but argument is of type 'socklen_t *' {aka 'unsigned int *'}
   56 |   size_t *, struct sockaddr *, size_t *, struct timeval *);
      |   ^~~~~~~~

2 new trivial pending patch (proposed upstream) are now required to
permit correct compilation.

This bump from 2.x to 3.x but checking the changlog no breaking change
should be triggered by this version jump.

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>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>rtpproxy: add build fix</title>
<updated>2021-11-28T17:18:16Z</updated>
<author>
<name>Sebastian Kemper</name>
</author>
<published>2021-11-28T17:18:13Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/telephony/commit/?id=10b7fcd4d11e55d1bdb7e9eb60c3aff1f6cbe7dd'/>
<id>urn:sha1:10b7fcd4d11e55d1bdb7e9eb60c3aff1f6cbe7dd</id>
<content type='text'>
- add upstream build fix related to libsrtp version bump
- switch to $(AUTORELEASE)
- refresh patch

Signed-off-by: Sebastian Kemper &lt;sebastian_ml@gmx.net&gt;
</content>
</entry>
<entry>
<title>rtpproxy: fix RTP crypto setup</title>
<updated>2019-10-05T08:20:29Z</updated>
<author>
<name>Sebastian Kemper</name>
</author>
<published>2019-10-05T08:20:27Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/telephony/commit/?id=20da222b606a8ead6e84ff56dbaefdaaf454aca6'/>
<id>urn:sha1:20da222b606a8ead6e84ff56dbaefdaaf454aca6</id>
<content type='text'>
Compile fails when both libsrtp and libsrtp2 are available. Patch sent
upstream.

Signed-off-by: Sebastian Kemper &lt;sebastian_ml@gmx.net&gt;
</content>
</entry>
<entry>
<title>rtpproxy: update to current snapshot</title>
<updated>2019-10-02T19:22:47Z</updated>
<author>
<name>Sebastian Kemper</name>
</author>
<published>2019-10-02T19:22:44Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/telephony/commit/?id=6280803f1cd5ca664f5fb9fb4ac6ecedc3b5ba3c'/>
<id>urn:sha1:6280803f1cd5ca664f5fb9fb4ac6ecedc3b5ba3c</id>
<content type='text'>
Upstream accepted OpenWrt patches, so most can be removed.

Other changes:

- version handling changed to use PKG_SOURCE_DATE and PKG_SOURCE_VERSION
  as per OpenWrt package policies [1]
- ./files/rtpproxy.config renamed to ./files/rtpproxy.conf also as per
  OpenWrt package policies [1]
- no longer needed Makefile variables dropped (PKG_SOURCE_SUBDIR etc.)
- PKG_CHECK_FORMAT_SECURITY:=0 dropped, patch for that upstreamed as
  well
- PKG_BUILD_PARALLEL:=1 added
- PKG_LICENSE_FILES updated
- dropped bcg729 deactivation hack (fixed by adding bcg729 pkg-config
  file in other commit)
- dependency on libatomic now required
- updated rtpproxy-mod-acct-csv TITLE
- added --without-xsltproc to CONFIGURE_ARGS to prevent build failure
- added new module rtpproxy-mod-acct-rtcp-hep
- added utilities extractaudio and makeann
- updated patch to prevent debug build of rtpp_acct_rtcp_hep

[1] https://openwrt.org/docs/guide-developer/package-policies

Signed-off-by: Sebastian Kemper &lt;sebastian_ml@gmx.net&gt;
</content>
</entry>
<entry>
<title>rtpproxy: fix hotplug script file name</title>
<updated>2018-12-02T11:27:15Z</updated>
<author>
<name>Sebastian Kemper</name>
</author>
<published>2018-12-02T11:27:13Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/telephony/commit/?id=072d2ce3203cd8b2fd7807c049b3636327d16041'/>
<id>urn:sha1:072d2ce3203cd8b2fd7807c049b3636327d16041</id>
<content type='text'>
Signed-off-by: Sebastian Kemper &lt;sebastian_ml@gmx.net&gt;
</content>
</entry>
<entry>
<title>rtpproxy: add iface translation to init</title>
<updated>2018-11-05T19:59:31Z</updated>
<author>
<name>Sebastian Kemper</name>
</author>
<published>2018-11-05T19:59:29Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/telephony/commit/?id=3da92d2359d2ef79a996542bc5f02598a4557e1e'/>
<id>urn:sha1:3da92d2359d2ef79a996542bc5f02598a4557e1e</id>
<content type='text'>
rtpproxy expects IPs as parameters. Lots of OpenWrt devices use
connections where the IP is dynamically assigned. This commit adds shell
functions to convert an iface like 'wan' to an IP address before adding
the parameter to the rtpproxy command line.

Explanation is provided in /etc/config/rtpproxy. Some whitespace issues
were also fixed.

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