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 |
+ |