浏览代码

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 年之前
父节点
当前提交
48c2ffc29f
共有 3 个文件被更改,包括 3 次插入0 次删除
  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
 #mhomed=yes  # usefull for multihomed hosts, small performance penalty
 #disable_tcp=yes
 #disable_tcp=yes
 #tcp_accept_aliases=yes # accepts the tcp alias via option (see NEWS)
 #tcp_accept_aliases=yes # accepts the tcp alias via option (see NEWS)
+sip_warning=yes
 
 
 #!ifdef WITH_TLS
 #!ifdef WITH_TLS
 enable_tls=yes
 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
 			# to TEL URIs, and their lookup would fail in URI
 			# database
 			# database
 reply_to_via=no
 reply_to_via=no
+sip_warning=yes
 # public IP address
 # public IP address
 #DEBCONF-LISTEN-START
 #DEBCONF-LISTEN-START
 listen=127.0.0.1
 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
 #mhomed=yes  # usefull for multihomed hosts, small performance penalty
 #disable_tcp=yes 
 #disable_tcp=yes 
 #tcp_accept_aliases=yes # accepts the tcp alias via option (see NEWS)
 #tcp_accept_aliases=yes # accepts the tcp alias via option (see NEWS)
+sip_warning=yes
 #!ifdef WITH_TLS
 #!ifdef WITH_TLS
 enable_tls=yes
 enable_tls=yes
 #!endif
 #!endif