<feed xmlns='http://www.w3.org/2005/Atom'>
<title>telephony/net/rtpproxy/files, 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>2022-11-08T21:19:29Z</updated>
<entry>
<title>rtpproxy: use return in init script</title>
<updated>2022-11-08T21:19:29Z</updated>
<author>
<name>Sebastian Kemper</name>
</author>
<published>2022-11-08T21:19:17Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/telephony/commit/?id=e024681271be9e01bd267f4f1edfa48799517aff'/>
<id>urn:sha1:e024681271be9e01bd267f4f1edfa48799517aff</id>
<content type='text'>
"check_ipaddr()" &amp; "start_service()" are functions, hence "return"
should be used instead of "exit".

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: 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>
<entry>
<title>rtpproxy: add uci log switch</title>
<updated>2018-11-05T19:43:27Z</updated>
<author>
<name>Sebastian Kemper</name>
</author>
<published>2018-11-05T19:43:25Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/telephony/commit/?id=76b09155bc682bb9fd279aa27efa78fa61730684'/>
<id>urn:sha1:76b09155bc682bb9fd279aa27efa78fa61730684</id>
<content type='text'>
Add log_level option to uci config. Paired with the comment it makes
setting the log level easier when no man page is around.

Signed-off-by: Sebastian Kemper &lt;sebastian_ml@gmx.net&gt;
</content>
</entry>
<entry>
<title>rtpproxy: convert init to procd</title>
<updated>2018-11-05T19:42:39Z</updated>
<author>
<name>Sebastian Kemper</name>
</author>
<published>2018-11-05T19:34:28Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/telephony/commit/?id=a3767c5f00544054ebde80071e217d041e04a7df'/>
<id>urn:sha1:a3767c5f00544054ebde80071e217d041e04a7df</id>
<content type='text'>
Update rtpproxy init script to use procd.

Also increases the start priority to 90 (like the hotplug script) to
make sure rtpproxy is started before kamailio.

Fixes some whitespace issues along the way, too.

Signed-off-by: Sebastian Kemper &lt;sebastian_ml@gmx.net&gt;
</content>
</entry>
<entry>
<title>rtpproxy: add hotplug script</title>
<updated>2018-11-05T19:16:56Z</updated>
<author>
<name>Sebastian Kemper</name>
</author>
<published>2018-11-05T19:16:54Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/telephony/commit/?id=0b092cbe2b5eed5dd6f9140ee35860ac32bdd577'/>
<id>urn:sha1:0b092cbe2b5eed5dd6f9140ee35860ac32bdd577</id>
<content type='text'>
Install hotplug script along with rtpproxy. It will only be used if
enabled by the user (via uci config file).

Signed-off-by: Sebastian Kemper &lt;sebastian_ml@gmx.net&gt;
</content>
</entry>
<entry>
<title>rtpproxy: update to 2.0.0</title>
<updated>2015-04-28T09:30:00Z</updated>
<author>
<name>Jiri Slachta</name>
</author>
<published>2015-04-28T09:30:00Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/telephony/commit/?id=9509e49d82dca9fa0712ac0278227eb77438c6d7'/>
<id>urn:sha1:9509e49d82dca9fa0712ac0278227eb77438c6d7</id>
<content type='text'>
Signed-off-by: Jiri Slachta &lt;slachta@cesnet.cz&gt;
</content>
</entry>
<entry>
<title>rtpproxy: add init script and UCI config</title>
<updated>2014-12-21T11:25:42Z</updated>
<author>
<name>Jiri Slachta</name>
</author>
<published>2014-12-21T11:25:42Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/telephony/commit/?id=d631b536acc1b7421cd032faa19bec7e318c49e6'/>
<id>urn:sha1:d631b536acc1b7421cd032faa19bec7e318c49e6</id>
<content type='text'>
Signed-off-by: Jiri Slachta &lt;slachta@cesnet.cz&gt;
</content>
</entry>
</feed>
