- Bugfixes in the SIP proxy part - Performance imporvement in RTP proxy part - some documentation updates - include ./scripts subdirectory in the distribution, was an error in the autoconf/automake setup
38 lines
1.3 KiB
Plaintext
38 lines
1.3 KiB
Plaintext
0.1.3
|
|
=====
|
|
- 11-Sep-2002: - Fixed a error in the autoconf/automake part of the project.
|
|
(scripts subdirectory was missing in the tar.gz archive.
|
|
This resulted in an error during ./configure - complaining
|
|
about non existent install-sh script)
|
|
- startup is more silent - set initial debug level to 0
|
|
- 10-Sep-2002: - Some (yea, I know...) -minor- docu updates
|
|
- 8-Sep-2002: - Masquerade Contact Headers of inbound clients
|
|
(Contact header will be used by the remote SIP
|
|
user agent to directly contact the local user agent -
|
|
and bypassing the proxy. This of course will *not* work
|
|
if the local user agent is located in a private IP range.)
|
|
- Performance optimizations in RTP proxy
|
|
- Bugfix: now masqueraded clients work with any
|
|
SIP port (other than 5060). Before, incomming
|
|
requests/responses where always sent to port 5060.
|
|
|
|
0.1.2
|
|
=====
|
|
- 7-Sep-2002: - Releases version 0.1.2
|
|
- fixed registration concept (SIP Contact header is not
|
|
a *must* to be present in every frame)
|
|
- Experimental RTP proxying feature (using pthreads)
|
|
- 26-Aug-2002: - Optimized DNS caching
|
|
|
|
0.1.1
|
|
=====
|
|
- 25-Aug-2002: - Released version 0.1.1
|
|
- can daemonize (detach and run in background)
|
|
- do some DNS caching
|
|
- 24-Aug-2002: - Imlemented support for a config file,
|
|
- obsoletes siproxd_conf.h
|
|
|
|
0.1.0
|
|
=====
|
|
- 19-Aug-2002: - Released version 0.1.0
|