Sfg-test-relay.cfg

From OnnoWiki
Jump to navigation Jump to search
# $Id: openser.cfg 1676 2007-02-21 13:16:34Z bogdan_iancu $
#
# simple quick-start config script
# Please refer to the Core CookBook at http://www.openser.org/dokuwiki/doku.php
# for a explanation of possible statements, functions and parameters.
# 

# ----------- global configuration parameters ------------------------

debug=3            # debug level (cmd line: -dddddddddd)
fork=yes
log_stderror=no    # (cmd line: -E)
children=32
log_facility=LOG_LOCAL0

disable_tcp=yes
disable_dns_blacklist=yes
disable_dns_failover=yes

# Uncomment these lines to enter debugging mode 
#fork=no
#log_stderror=yes
#

listen=udp:192.168.2.102:5060

# ------------------ module loading ----------------------------------

loadmodule "modules/tm/tm.so"

modparam("tm", "wt_timer", 2)

# -------------------------  request routing logic -------------------

# main routing logic

route{
	t_relay();
}


Pranala Menarik