<feed xmlns='http://www.w3.org/2005/Atom'>
<title>telephony/net/yate/patches, 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>2024-09-04T19:44:35Z</updated>
<entry>
<title>yate: bump to git snapshot from 2024-09-03</title>
<updated>2024-09-04T19:44:35Z</updated>
<author>
<name>Robert Högberg</name>
</author>
<published>2024-09-03T10:12:13Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/telephony/commit/?id=f846a07cbb90f9efbcf17b1f1652e0d522042fbd'/>
<id>urn:sha1:f846a07cbb90f9efbcf17b1f1652e0d522042fbd</id>
<content type='text'>
There hasn't been a yate release for years but development continues
on github. Let's update the OpenWrt package to a github snapshot.

Signed-off-by: Robert Högberg &lt;robert.hogberg@gmail.com&gt;
</content>
</entry>
<entry>
<title>yate: bump to 6.4.0</title>
<updated>2021-08-03T18:34:31Z</updated>
<author>
<name>Robert Högberg</name>
</author>
<published>2021-08-03T18:34:31Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/telephony/commit/?id=7c35652d3a1ab707d5b064c9e61b67557a549221'/>
<id>urn:sha1:7c35652d3a1ab707d5b064c9e61b67557a549221</id>
<content type='text'>
Signed-off-by: Robert Högberg &lt;robert.hogberg@gmail.com&gt;
</content>
</entry>
<entry>
<title>yate: increase max acceptable size of incoming SIP messages</title>
<updated>2021-06-08T08:30:36Z</updated>
<author>
<name>Robert Högberg</name>
</author>
<published>2021-06-04T19:16:42Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/telephony/commit/?id=621352af1571517485c5ada3b2f1afe3f8abc9c4'/>
<id>urn:sha1:621352af1571517485c5ada3b2f1afe3f8abc9c4</id>
<content type='text'>
Some SIP UAs support lots of features and codecs which results in
large SIP messages. YATE, with its default configuration, truncates
and fails to parse received SIP messages which are larger than 1500
bytes. Let's increase the default max message size for OpenWrt users
to make it easier to use yate out-of-the-box.

The new max size of 8192 bytes has been arbitrarily chosen.

I've seen the SIP UA baresip produce messages larger than 1500 bytes
with its default configuration when authentication is used.

Signed-off-by: Robert Högberg &lt;robert.hogberg@gmail.com&gt;
</content>
</entry>
<entry>
<title>yate: bump to 6.3.0 and enable speex codec</title>
<updated>2021-06-07T10:46:45Z</updated>
<author>
<name>Robert Högberg</name>
</author>
<published>2021-06-03T22:01:59Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/telephony/commit/?id=da7fcbd6009b3708c27077e0fa5729fff029b132'/>
<id>urn:sha1:da7fcbd6009b3708c27077e0fa5729fff029b132</id>
<content type='text'>
New yate modules in this release:
yate-mod-ilbcwebrtc
yate-mod-speexcodec
yate-mod-wiresniff

Some patches were removed:
110-no-libnsl.patch - not needed
120-create-thread-key-on-access.patch - not needed
150-video-codecs-mapping.patch - already applied upstream

Some additional changes:
* An upstream fix (r6470) is cherry-picked to avoid crashing when YATE
  receives an invalid SIP message.

* Build directory changed to include package version.

* Set PKG_BUILD_PARALLEL to allow parallelized build of yate.

* Speed up build if yate-mod-ilbccodec or yate-mod-sqlitedb is
  disabled (disable ilbc and sqlite in configure step).

* Removing umbrella package yate-collection-basic. It isn't built and
  hasn't been built for years and I think the modules it wants to
  install are a bit strange and probably not useful to most
  users. From the name yate-collection-basic I would expect to get
  some basic functionality, but why would I then need
  yate-mod-dumbchan, yate-mod-rmanager and yate-mod-tonegen? What is
  the use case? I think it's better that users themselves install the
  packages needed for their use case, especially in OpenWrt where
  flash space usually is limited and you don't want to install more
  packages than what you really need.

Signed-off-by: Robert Högberg &lt;robert.hogberg@gmail.com&gt;
</content>
</entry>
<entry>
<title>yate: update to 6.1.0</title>
<updated>2018-07-12T20:25:01Z</updated>
<author>
<name>Sebastian Kemper</name>
</author>
<published>2018-07-12T20:23:17Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/telephony/commit/?id=6315dcd5bf355aaa7ac6251193b3f252a961fe6e'/>
<id>urn:sha1:6315dcd5bf355aaa7ac6251193b3f252a961fe6e</id>
<content type='text'>
Upgrade yate. The video codec mapping patch needed some small changes.

Signed-off-by: Sebastian Kemper &lt;sebastian_ml@gmx.net&gt;
</content>
</entry>
<entry>
<title>yate: More video codecs mapping</title>
<updated>2018-03-30T14:09:57Z</updated>
<author>
<name>Zhong Jianxin</name>
</author>
<published>2018-03-30T08:54:24Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/telephony/commit/?id=2235c2fa018ef7509e6830e7b06ad87a72e9855d'/>
<id>urn:sha1:2235c2fa018ef7509e6830e7b06ad87a72e9855d</id>
<content type='text'>
Signed-off-by: Zhong Jianxin &lt;azuwis@gmail.com&gt;
</content>
</entry>
<entry>
<title>yate: turn miniwebrtc error into warning</title>
<updated>2018-02-05T20:24:49Z</updated>
<author>
<name>Sebastian Kemper</name>
</author>
<published>2018-02-05T20:21:16Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/telephony/commit/?id=489adca0dbea894920b36a5e6e0400f563a87ae0'/>
<id>urn:sha1:489adca0dbea894920b36a5e6e0400f563a87ae0</id>
<content type='text'>
ilbcwebrtc and isaccodec currently depend on @!arc because the code does
not compile there. The code does not compile on aarch64 either.

Instead of adding @!aarch64 this commit adds a patch copied from Debian
that turns the error "Please add support for your architecture in
typedefs.h" into a warning, allowing the code to build.

Consequently this commit removes @!arc from the depends as well.

Signed-off-by: Sebastian Kemper &lt;sebastian_ml@gmx.net&gt;
</content>
</entry>
<entry>
<title>yate: prevent ilbc to overwrite OpenWrt CFLAGS</title>
<updated>2018-02-03T13:27:24Z</updated>
<author>
<name>Sebastian Kemper</name>
</author>
<published>2018-02-03T13:21:18Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/telephony/commit/?id=f52d5ff3f822f011d4e8a0829c97d986ed9c7958'/>
<id>urn:sha1:f52d5ff3f822f011d4e8a0829c97d986ed9c7958</id>
<content type='text'>
Signed-off-by: Sebastian Kemper &lt;sebastian_ml@gmx.net&gt;
</content>
</entry>
<entry>
<title>yate: Bump to version 6.0.0</title>
<updated>2017-10-01T18:48:43Z</updated>
<author>
<name>Robert Högberg</name>
</author>
<published>2017-10-01T18:26:06Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/telephony/commit/?id=54931ca188cd55a414ed25104b2e35d8a8c4bd8c'/>
<id>urn:sha1:54931ca188cd55a414ed25104b2e35d8a8c4bd8c</id>
<content type='text'>
Updates yate to version 6.0.0.
</content>
</entry>
<entry>
<title>yate: Call pthread_key_create when the key is first accessed</title>
<updated>2016-09-09T17:55:24Z</updated>
<author>
<name>Robert Högberg</name>
</author>
<published>2016-09-09T17:55:24Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/telephony/commit/?id=1a4d76347af9440f016d6f1e0dc96f55240aa6fb'/>
<id>urn:sha1:1a4d76347af9440f016d6f1e0dc96f55240aa6fb</id>
<content type='text'>
pthread_key_create used to be called when a specific static key object was
initialized, but if another static object was initialized earlier and this
other object needed the key during its initialization yate would crash.

Fixes #99

Signed-off-by: Robert Högberg &lt;robert.hogberg@gmail.com&gt;
</content>
</entry>
</feed>
