- Added handling of Max-Forwards header

- a detected via loop results in an 482 Loop detected
This commit is contained in:
Thomas Ries
2004-02-01 16:55:37 +00:00
parent 2315f495d4
commit af152d2bf4
7 changed files with 197 additions and 106 deletions
+12 -8
View File
@@ -1,6 +1,8 @@
0.5.3
=====
31-Jan-2004: - Allow 2 of my vias in header to let 2 UA's sitting
1-Feb-2004: - Added handling of Max-Forwards header
- a detected via loop results in an 482 Loop detected
31-Jan-2004: - Allow 2 of my vias in header to let 2 UA's sitting
behind the same siproxd to have conversation together
UA1 -->--\ /-->--\
siproxd Registrar
@@ -22,19 +24,20 @@
0.5.2
=====
30-Jan-2004: - If RTP proxy is disabled, don't rewrite incomming
31-Jan-2004: - Released 0.5.2
30-Jan-2004: - If RTP proxy is disabled, don't rewrite incomming
SDP bodies (patch from Robert Högberg)
29-Jan-2004: - new doc/RFC3261_compliance.txt and comments in the
29-Jan-2004: - new doc/RFC3261_compliance.txt and comments in the
code that refer to the RFC.
28-Jan-2004: - don't die on INVITE requests that include no Contact
28-Jan-2004: - don't die on INVITE requests that include no Contact
header - which is legal. (patch from Robert Högberg)
- RTP proxy: don't try to forward empty RTP packets
- renamed some variables of rtp_proxytable_t to make
better sense (changed meaning in fullduplex RTP proxy)
27-Jan-2004: - added doc/KNOWN_BUGS
27-Jan-2004: - added doc/KNOWN_BUGS
- better branch parameter calculation (via header),
now honors RFC3261 for stateless proxies (section 16.11)
- SIP request: remove a Route-header pointing to myself.
- SIP request: remove a Route header pointing to myself.
This was an issue with Linphone 0.12.1.
(patch from Robert Högberg).
- removed IPCHAINS & IPTABLES (netfilter) proxy support
@@ -42,13 +45,13 @@
use one single port (and socket) on each side (inbound/
outbound) to send and receive RTP traffic for every
active stream (patch from Christof Meerwald).
22-Jan-2004: - ./configure option: --enable-static to build
22-Jan-2004: - ./configure option: --enable-static to build
a completely statically linked executable
- REGISTER honors the expires parameter
of the contact header
- Contact header of REGISTER response must be
rewritten back to the local (true) URL
18-Jan-2004: - security_check_raw:
18-Jan-2004: - security_check_raw:
size check: >= 16 bytes
- at exit, check registration file to be writable
- no WARNING if SIP user-agent header is not supplied.
@@ -57,6 +60,7 @@
0.5.1
=====
22-Dec-2003: - Released 0.5.1
21-Dec-2003: - possibility to log call establishment
17-Dec-2003: - full duplex RTP proxy (many thanks to Chris Ross for
his work on this). Up to now, only the RTP *Relay*