Browse Source

sip-router*.cfg: enable warning by default

sip_warning is enabled by default (very useful for debugging, I wouldn't
a proxy without it). This is needed because the default value
changed in 3.1 (from on to off).
Andrei Pelinescu-Onciul 15 năm trước cách đây
mục cha
commit
48c2ffc29f
3 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 1 0
      etc/sip-router-basic.cfg
  2. 1 0
      etc/sip-router-oob.cfg
  3. 1 0
      etc/sip-router.cfg

+ 1 - 0
etc/sip-router-basic.cfg

@@ -53,6 +53,7 @@ rev_dns=no      # (cmd. line: -R)
 #mhomed=yes  # usefull for multihomed hosts, small performance penalty
 #disable_tcp=yes
 #tcp_accept_aliases=yes # accepts the tcp alias via option (see NEWS)
+sip_warning=yes
 
 #!ifdef WITH_TLS
 enable_tls=yes

+ 1 - 0
etc/sip-router-oob.cfg

@@ -191,6 +191,7 @@ phone2tel=no            # ignore user=phone in request-URIs -- otherwise
 			# to TEL URIs, and their lookup would fail in URI
 			# database
 reply_to_via=no
+sip_warning=yes
 # public IP address
 #DEBCONF-LISTEN-START
 listen=127.0.0.1

+ 1 - 0
etc/sip-router.cfg

@@ -76,6 +76,7 @@ rev_dns=no      # (cmd. line: -R)
 #mhomed=yes  # usefull for multihomed hosts, small performance penalty
 #disable_tcp=yes 
 #tcp_accept_aliases=yes # accepts the tcp alias via option (see NEWS)
+sip_warning=yes
 #!ifdef WITH_TLS
 enable_tls=yes
 #!endif