8556c04e |
#
# iptel.org real world configuration: bat reflector
#
# $Id$
#
### USRLOC is temporarily commented out as we need forking
### for Cebit Demo; seek ###XXX
debug=9 # debug level (cmd line: -dddddddddd)
fork=yes
log_stderror=no # (cmd line: -E)
|
ae9c2449 |
#log_stderror=yes # (cmd line: -E)
|
8556c04e |
check_via=yes # (cmd. line: -v)
dns=on # (cmd. line: -r)
rev_dns=yes # (cmd. line: -R)
port=5060
# 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
route{
|
ae9c2449 |
rewritehostport("iptel.org");
|
8556c04e |
forward("fox.iptel.org", 5060);
}
|