1 | 1 |
deleted file mode 100644 |
... | ... |
@@ -1,32 +0,0 @@ |
1 |
-# |
|
2 |
-# iptel.org real world configuration: bat reflector |
|
3 |
-# |
|
4 |
-# $Id$ |
|
5 |
-# |
|
6 |
- |
|
7 |
-### USRLOC is temporarily commented out as we need forking |
|
8 |
-### for Cebit Demo; seek ###XXX |
|
9 |
- |
|
10 |
- |
|
11 |
-debug=9 # debug level (cmd line: -dddddddddd) |
|
12 |
-fork=yes |
|
13 |
-log_stderror=no # (cmd line: -E) |
|
14 |
-#log_stderror=yes # (cmd line: -E) |
|
15 |
-check_via=yes # (cmd. line: -v) |
|
16 |
-dns=on # (cmd. line: -r) |
|
17 |
-rev_dns=yes # (cmd. line: -R) |
|
18 |
-port=5060 |
|
19 |
- |
|
20 |
-# advertise IP address in Via (as opposed to advertising DNS name |
|
21 |
-# which is annoying for downstream servers and some phones can |
|
22 |
-# not handle DNS at all) |
|
23 |
-listen=195.37.77.100 |
|
24 |
- |
|
25 |
- |
|
26 |
- |
|
27 |
-route{ |
|
28 |
- |
|
29 |
- rewritehostport("iptel.org"); |
|
30 |
- forward("fox.iptel.org", 5060); |
|
31 |
-} |
|
32 |
- |
... | ... |
@@ -11,6 +11,7 @@ |
11 | 11 |
debug=9 # debug level (cmd line: -dddddddddd) |
12 | 12 |
fork=yes |
13 | 13 |
log_stderror=no # (cmd line: -E) |
14 |
+#log_stderror=yes # (cmd line: -E) |
|
14 | 15 |
check_via=yes # (cmd. line: -v) |
15 | 16 |
dns=on # (cmd. line: -r) |
16 | 17 |
rev_dns=yes # (cmd. line: -R) |
... | ... |
@@ -25,6 +26,7 @@ listen=195.37.77.100 |
25 | 26 |
|
26 | 27 |
route{ |
27 | 28 |
|
29 |
+ rewritehostport("iptel.org"); |
|
28 | 30 |
forward("fox.iptel.org", 5060); |
29 | 31 |
} |
30 | 32 |
|
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,30 @@ |
1 |
+# |
|
2 |
+# iptel.org real world configuration: bat reflector |
|
3 |
+# |
|
4 |
+# $Id$ |
|
5 |
+# |
|
6 |
+ |
|
7 |
+### USRLOC is temporarily commented out as we need forking |
|
8 |
+### for Cebit Demo; seek ###XXX |
|
9 |
+ |
|
10 |
+ |
|
11 |
+debug=9 # debug level (cmd line: -dddddddddd) |
|
12 |
+fork=yes |
|
13 |
+log_stderror=no # (cmd line: -E) |
|
14 |
+check_via=yes # (cmd. line: -v) |
|
15 |
+dns=on # (cmd. line: -r) |
|
16 |
+rev_dns=yes # (cmd. line: -R) |
|
17 |
+port=5060 |
|
18 |
+ |
|
19 |
+# advertise IP address in Via (as opposed to advertising DNS name |
|
20 |
+# which is annoying for downstream servers and some phones can |
|
21 |
+# not handle DNS at all) |
|
22 |
+listen=195.37.77.100 |
|
23 |
+ |
|
24 |
+ |
|
25 |
+ |
|
26 |
+route{ |
|
27 |
+ |
|
28 |
+ forward("fox.iptel.org", 5060); |
|
29 |
+} |
|
30 |
+ |