yate 1.1 in debian
Mikael Magnusson
mikma264 at gmail.com
Wed Nov 29 11:58:56 UTC 2006
Tzafrir Cohen wrote:
> On Wed, Nov 29, 2006 at 12:00:09AM +0100, Mikael Magnusson wrote:
>
>
> How different are the two?
>
According to the web page Yate 1.1.0 contains the following changes.
Fax channel was almost entirely rewritten to work with a
more recent version of spandsp. A tone detector module allows
detecting fax tones and diverting the call. The database
module can provide several fallback routes. A few TCP
sockets are reusable so there is no problem quickly stopping
and restarting Yate. A minor bug causing temporary noise in
conference was fixed, also bugs in timestamp generation and
RTP data splitting. Support for external Python scripts was
considerably improved. The client got an event log window.
http://yate.null.ro/pmwiki/index.php?n=Main.Changelog
I have attached output from running diffstat on the diff between version
1.1 and 1.0. (The windows and debian directories are filtered out from
my diff.)
> Will you be backporting all the fixes from 1.1 to 1.0?
>
> Doesn't it make sense to switch now, before Etch has been released?
>
Yate version 1.1.0-1.dfsg-1 is available in pkg-voip svn. It has been
built and installed by Buildserver.NET on all four architectures for Etch.
Mikael
-------------- next part --------------
.cvsignore | 1
Makefile.in | 24
conf.d/h323chan.conf.sample | 17
conf.d/register.conf.sample | 25
conf.d/yiaxchan.conf.sample | 3
conf.d/ysipchan.conf.sample | 11
configure.in | 77
contrib/gtk2/gtk2client.h | 2
contrib/regex/.cvsignore | 7
contrib/regex/regex.c | 4948 +++++++++++++++++++++++++++++++++
contrib/regex/regex.h | 498 +++
contrib/yiax/engine.cpp | 5
contrib/yiax/yateiax.h | 17
contrib/yrtp/session.cpp | 14
contrib/yrtp/transport.cpp | 12
contrib/yrtp/yatertp.h | 25
contrib/ysip/message.cpp | 69
contrib/ysip/util.cpp | 34
contrib/ysip/util.h | 3
engine/Channel.cpp | 28
engine/Client.cpp | 122
engine/DataFormat.cpp | 75
engine/Engine.cpp | 7
engine/Makefile.in | 19
engine/Socket.cpp | 32
engine/String.cpp | 8
engine/Thread.cpp | 7
modules/Makefile.in | 17
modules/conference.cpp | 4
modules/extmodule.cpp | 1
modules/faxchan.cpp | 694 +++-
modules/h323chan.cpp | 67
modules/help/4.yhlp | 17
modules/help/99.yhlp | 11
modules/libypri.cpp | 70
modules/libypri.h | 5
modules/register.cpp | 312 +-
modules/rmanager.cpp | 1
modules/skin/tabbed/gtk2client.rc | 7
modules/skin/tabbed/gtk2client.ui | 30
modules/tonedetect.cpp | 330 ++
modules/wpcard.cpp | 55
modules/wpchan.cpp | 10
modules/yiaxchan.cpp | 164 -
modules/yrtpchan.cpp | 82
modules/ysigchan.cpp | 6
modules/ysipchan.cpp | 390 ++
scripts/Yate.pm | 1281 +++++++-
scripts/detector.php | 147
scripts/yaypm/INSTALL | 12
scripts/yaypm/__init__.py | 1016 ++++++
scripts/yaypm/examples/keyecho.py | 46
scripts/yaypm/examples/keyecho2.py | 56
scripts/yaypm/examples/pbx.py | 185 +
scripts/yaypm/flow.py | 109
scripts/yaypm/setup.py | 35
scripts/yaypm/utils/__init__.py | 186 +
scripts/yaypm/utils/answer.py | 153 +
scripts/yaypm/utils/tester.py | 468 +++
scripts/yaypm/utils/tester/__init__.py | 367 ++
scripts/yaypm/utils/tester/dtmfetc.py | 242 +
yate.8 | 3
yate.spec.in | 30
yatecbase.h | 3
yateclass.h | 17
yateiss.inc.in | 2
yatephone.h | 62
67 files changed, 12001 insertions(+), 782 deletions(-)
More information about the Pkg-voip-maintainers
mailing list