- removed IPCHAINS & IPTABLES (netfilter) proxy support

- RTPPROXY correction: match RTP ports crosswise -
  use one single port (and socket) on each side (inbound/
  outbound) to send and receive RTP traffic for every
  active stream (patch by Christof Meerwald).
This commit is contained in:
Thomas Ries
2004-01-28 00:19:30 +00:00
parent 17d7438b5c
commit fe9beb76d5
9 changed files with 69 additions and 677 deletions
+7 -2
View File
@@ -4,8 +4,13 @@
- better branch parameter calculation (via header),
now honors RFC3261 for stateless proxies (section 16.11)
- SIP request: remove a Route-header pointing to myself.
This was an issue with Linphone 0.12.1. Thanks to
Robert Högberg for a patch.
This was an issue with Linphone 0.12.1.
(patch by Robert Högberg).
- removed IPCHAINS & IPTABLES (netfilter) proxy support
- RTPPROXY correction: match RTP ports crosswise -
use one single port (and socket) on each side (inbound/
outbound) to send and receive RTP traffic for every
active stream (patch by Christof Meerwald).
22-Jan-2004: - ./configure option: --enable-static to build
a completely statically linked executable
- REGISTER honors the expires parameter