소스 검색

use of listen to advertise IP in Via (as opposed to DNS names)

Jiri Kuthan 23 년 전
부모
커밋
5dfe40e4a0
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      iptel.cfg

+ 5 - 0
iptel.cfg

@@ -13,6 +13,11 @@ dns=on           # (cmd. line: -r)
 rev_dns=yes      # (cmd. line: -R)
 port=5040
 
+# 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.101
+
 loadmodule "modules/sl/sl.so"
 loadmodule "modules/print/print.so"
 loadmodule "modules/tm/tm.so"