소스 검색

- added description of improvements associated with STUN

Vladimir Marek 19 년 전
부모
커밋
1195227c0e
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      NEWS

+ 6 - 0
NEWS

@@ -81,6 +81,8 @@ modules:
               Vias a.s.o) and not on the original message
               Vias a.s.o) and not on the original message
  
  
 core:
 core:
+ - added STUN keep-alive functionality in accordance with 
+   draft-ietf-behave-rfc3489bis-04.txt
  - dns cache and dns failover support added (see doc/dns.txt)
  - dns cache and dns failover support added (see doc/dns.txt)
  - destination blacklist added -- destinations to which forwarding fails
  - destination blacklist added -- destinations to which forwarding fails
    (send error, tm timeout a.s.o) are temporarily added to a blacklist which 
    (send error, tm timeout a.s.o) are temporarily added to a blacklist which 
@@ -167,6 +169,10 @@ core:
    are available (see tm docs)
    are available (see tm docs)
 - avps directly accessible from script with %avp_name (variable style)
 - avps directly accessible from script with %avp_name (variable style)
 new config variables:
 new config variables:
+   stun_refresh_interval = number in milisecond (default 0); value for attribute
+       REFRESH INTERVAL
+   stun_allow_stun = 0 | 1 (off | on - defaul 1); use STUN or not if compiled
+   stun_allow_fp = 0 | 1 (off | on - default 1); use FINGERPRINT attribute
    use_dns_cache = on | off  (default on)  
    use_dns_cache = on | off  (default on)  
    use_dns_failover = on | off (default off)
    use_dns_failover = on | off (default off)
    dns_cache_flags = number (default 0)
    dns_cache_flags = number (default 0)