Difference between revisions of "Cfg-test-uas.cfg"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) |
||
Line 1: | Line 1: | ||
− | |||
# ----------- global configuration parameters ------------------------ | # ----------- global configuration parameters ------------------------ | ||
Line 33: | Line 32: | ||
sl_send_reply("200", "OK"); | sl_send_reply("200", "OK"); | ||
} | } | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | ==Pranala Menarik== | ||
+ | |||
+ | * [[OpenSER Softswitch]] | ||
+ | * [[VoIP]] |
Revision as of 10:34, 17 March 2008
# ----------- global configuration parameters ------------------------
debug=3 # debug level (cmd line: -dddddddddd) fork=yes log_stderror=no # (cmd line: -E) children=8
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:5070 listen=192.168.0.2:5060
# ------------------ module loading ----------------------------------
#set module path mpath="/usr/lib/openser/modules/"
loadmodule "sl.so"
# ------------------------- request routing logic -------------------
# main routing logic
route{ sl_send_reply("200", "OK"); }