Difference between revisions of "Sfg-test-relay.cfg"

From OnnoWiki
Jump to navigation Jump to search
 
Line 1: Line 1:
#
+
#
 
  # $Id: openser.cfg 1676 2007-02-21 13:16:34Z bogdan_iancu $
 
  # $Id: openser.cfg 1676 2007-02-21 13:16:34Z bogdan_iancu $
 
  #
 
  #
Line 43: Line 43:
 
==Pranala Menarik==
 
==Pranala Menarik==
  
 +
* [[VoIP: Transaction Oriented Test]]
 
* [[Test Performance OpenSER mengunakan SIPp]]
 
* [[Test Performance OpenSER mengunakan SIPp]]
 
* [[OpenSER Softswitch]]
 
* [[OpenSER Softswitch]]
 
* [[OpenSIPS Softswitch]]
 
* [[OpenSIPS Softswitch]]
 
* [[VoIP]]
 
* [[VoIP]]

Latest revision as of 09:24, 14 February 2010

# $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