소스 검색

listen option removed from example config files

Jiri Kuthan 23 년 전
부모
커밋
a56eaf9d3a
4개의 변경된 파일0개의 추가작업 그리고 18개의 파일을 삭제
  1. 0 5
      examples/exec.cfg
  2. 0 4
      examples/onr.cfg
  3. 0 5
      examples/redirect.cfg
  4. 0 4
      examples/uas.cfg

+ 0 - 5
examples/exec.cfg

@@ -15,11 +15,6 @@ dns=no # (cmd. line: -r)
 syn_branch=1
 reply_to_via=0
 
-# advertise IP address in Via (as opposed to advertising DNS name
-# which is annoying for downstream servers and some phones can
-# not handle DNS at all)
-listen=195.37.77.100
-
 # ------------------ module loading ----------------------------------
 
 loadmodule "/usr/lib/ser/modules/sl.so"

+ 0 - 4
examples/onr.cfg

@@ -18,10 +18,6 @@ dns=no # (cmd. line: -r)
 syn_branch=1
 reply_to_via=0
 
-# advertise IP address in Via (as opposed to advertising DNS name
-# which is annoying for downstream servers and some phones can
-# not handle DNS at all)
-listen=195.37.77.100
 
 # ------------------ module loading ----------------------------------
 

+ 0 - 5
examples/redirect.cfg

@@ -14,11 +14,6 @@ dns=no # (cmd. line: -r)
 syn_branch=1
 reply_to_via=0
 
-# advertise IP address in Via (as opposed to advertising DNS name
-# which is annoying for downstream servers and some phones can
-# not handle DNS at all)
-listen=195.37.77.100
-
 # ------------------ module loading ----------------------------------
 
 loadmodule "/usr/lib/ser/modules/sl.so"

+ 0 - 4
examples/uas.cfg

@@ -20,10 +20,6 @@ rev_dns=0      # (cmd. line: -R)
 port=5068
 reply_to_via=no
 
-# advertise IP address in Via (as opposed to advertising DNS name
-# which is annoying for downstream servers and some phones can
-# not handle DNS at all)
-listen=195.37.77.100
 
 # ------------------ module loading ----------------------------------