- released 0.5.10
This commit is contained in:
parent
1b15340452
commit
73e1fd56ba
@ -1,5 +1,6 @@
|
|||||||
0.5.10
|
0.5.10
|
||||||
======
|
======
|
||||||
|
01-Feb-2005: - Released 0.5.10
|
||||||
24-Jan-2005: - fix: Re-Invites may change remote IP address as well
|
24-Jan-2005: - fix: Re-Invites may change remote IP address as well
|
||||||
08-Jan-2005: - include ./autogen.sh into distribution
|
08-Jan-2005: - include ./autogen.sh into distribution
|
||||||
- fix: FreeBSD - libgnugetopt is optional library
|
- fix: FreeBSD - libgnugetopt is optional library
|
||||||
|
|||||||
27
RELNOTES
27
RELNOTES
@ -2,7 +2,14 @@ Release Notes for siproxd-0.5.10
|
|||||||
===============================
|
===============================
|
||||||
|
|
||||||
Major changes since 0.5.9:
|
Major changes since 0.5.9:
|
||||||
Several bugfixes and better support for Record-Route headers.
|
Bugfix concerning re-Invites. This bug has probably affected quite
|
||||||
|
a number of SIP <-> PSTN gateways that would then not work properly
|
||||||
|
with siproxd.
|
||||||
|
Cygwin build support.
|
||||||
|
Siproxd can select outbound proxies on a per-provider base.
|
||||||
|
A new logging facility (via TCP connection) allows to create
|
||||||
|
debug files also on embedded platforms with a limited size
|
||||||
|
of filespace.
|
||||||
|
|
||||||
General Overview:
|
General Overview:
|
||||||
- SIP (RFC3261) Proxy for SIP based softphones hidden behind a
|
- SIP (RFC3261) Proxy for SIP based softphones hidden behind a
|
||||||
@ -32,6 +39,7 @@ General Overview:
|
|||||||
- The host part of UA registration entries can be masqueraded
|
- The host part of UA registration entries can be masqueraded
|
||||||
(mask_host, masked_host config items). Some Siemens SIP phones seem to
|
(mask_host, masked_host config items). Some Siemens SIP phones seem to
|
||||||
need this 'feature'.
|
need this 'feature'.
|
||||||
|
- Provider specific outbound proxies can be configured
|
||||||
|
|
||||||
Requirements:
|
Requirements:
|
||||||
- pthreads (Linux)
|
- pthreads (Linux)
|
||||||
@ -45,11 +53,13 @@ Currently tested on:
|
|||||||
|
|
||||||
Builds on:
|
Builds on:
|
||||||
- Linux: Fedora Core1
|
- Linux: Fedora Core1
|
||||||
|
Fedora Core3 (x86_64 - 64 bit)
|
||||||
WRT54g (133mhz mipsel router)
|
WRT54g (133mhz mipsel router)
|
||||||
- FreeBSD: FreeBSD 4.10-BETA
|
- FreeBSD: FreeBSD 4.10-BETA
|
||||||
- OpenBSD: OpenBSD 3.4 GENERIC#18
|
- OpenBSD: OpenBSD 3.4 GENERIC#18
|
||||||
- SunOS: SunOS 5.9
|
- SunOS: SunOS 5.9
|
||||||
- Mac OS X: Darwin 6.8
|
- Mac OS X: Darwin 6.8
|
||||||
|
- Windows: Cygwin environment
|
||||||
|
|
||||||
Reported interoperability with softphones:
|
Reported interoperability with softphones:
|
||||||
- Grandstream BudgeTone-100 series
|
- Grandstream BudgeTone-100 series
|
||||||
@ -62,9 +72,13 @@ Reported interoperability with softphones:
|
|||||||
Reported interoperability with SIP service providers:
|
Reported interoperability with SIP service providers:
|
||||||
- Sipphone (http://www.sipphone.com)
|
- Sipphone (http://www.sipphone.com)
|
||||||
- FWD (http://www.fwd.pulver.com)
|
- FWD (http://www.fwd.pulver.com)
|
||||||
- Sipgate (http://www.sipgate.de)
|
- Sipgate *) (http://www.sipgate.de)
|
||||||
- Stanaphone (SIP Gateway to PSTN)
|
- Stanaphone (SIP Gateway to PSTN)
|
||||||
|
|
||||||
|
*) There have been reports of people having problems using
|
||||||
|
siproxd with these providers.
|
||||||
|
|
||||||
|
|
||||||
If you have siproxd successfully running with another SIP phone
|
If you have siproxd successfully running with another SIP phone
|
||||||
and/or service provider, please drop me a short note so I can update
|
and/or service provider, please drop me a short note so I can update
|
||||||
the list.
|
the list.
|
||||||
@ -80,9 +94,16 @@ distribution I'd be happy to get a short notice.
|
|||||||
|
|
||||||
|
|
||||||
-----
|
-----
|
||||||
md5sum for siproxd-0.5.10.tar.gz:
|
md5sum for siproxd-0.5.10.tar.gz: f7c867affe6f1c6674bf174af6c9dd32
|
||||||
|
|
||||||
GnuPG signature for siproxd-0.5.10.tar.gz archive:
|
GnuPG signature for siproxd-0.5.10.tar.gz archive:
|
||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
Version: GnuPG v1.2.3 (GNU/Linux)
|
||||||
|
|
||||||
|
iD8DBQBB/9bqCfzBioe83JQRAufVAJ4h5jyqc5OiNkDZqoA6xlz0gxJfMgCeMmjB
|
||||||
|
S2RXc/uQkz55WmxhPLkU5do=
|
||||||
|
=k+8D
|
||||||
|
-----END PGP SIGNATURE-----
|
||||||
|
|
||||||
|
|
||||||
GnuPG: pub 1024D/87BCDC94 2000-03-19 Thomas Ries <tries@gmx.net>
|
GnuPG: pub 1024D/87BCDC94 2000-03-19 Thomas Ries <tries@gmx.net>
|
||||||
|
|||||||
@ -14,8 +14,8 @@ dnl now: --enable-fli4l-libc5, --enable-fli4l-uclibc
|
|||||||
dnl 7-Apr-2003 tries added siproxd.spec to autoconf process
|
dnl 7-Apr-2003 tries added siproxd.spec to autoconf process
|
||||||
dnl 31-Jul-2003 tries changed to support OSIP2 only
|
dnl 31-Jul-2003 tries changed to support OSIP2 only
|
||||||
dnl 1-Sep-2003 tries check for IPCHAINS
|
dnl 1-Sep-2003 tries check for IPCHAINS
|
||||||
dnl 5-Sep-2003 tries test for pthreads before libosip stuff
|
dnl 5-Sep-2003 tries test for pthreads before libosip stuff
|
||||||
dnl 19-Sep-2003 tries DMALLOC support
|
dnl 19-Sep-2003 tries DMALLOC support
|
||||||
dnl 1-Nov-2003 tries check for NETFILTER (IPTABLES)
|
dnl 1-Nov-2003 tries check for NETFILTER (IPTABLES)
|
||||||
dnl 18-Nov-2003 tries include sysconfdir to search for config
|
dnl 18-Nov-2003 tries include sysconfdir to search for config
|
||||||
dnl 19-Nov-2003 tries changes to support Solaris & BSD/OS
|
dnl 19-Nov-2003 tries changes to support Solaris & BSD/OS
|
||||||
|
|||||||
@ -12,8 +12,7 @@ Name: %{name}
|
|||||||
Summary: A SIP masquerading proxy with RTP support
|
Summary: A SIP masquerading proxy with RTP support
|
||||||
Version: %{ver}
|
Version: %{ver}
|
||||||
Release: %{release}
|
Release: %{release}
|
||||||
Copyright: (c) 2002-2005 Thomas Ries
|
License: GPL, (c) 2002-2005 Thomas Ries
|
||||||
License: GPL
|
|
||||||
Group: Applications/Communications
|
Group: Applications/Communications
|
||||||
Source0: %{name}-%{ver}.tar.gz
|
Source0: %{name}-%{ver}.tar.gz
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user