浏览代码

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"