You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kamailio/test/test3.cfg

18 lines
432 B

debug=9 # debug level (cmd line: -dddddddddd)
check_via=yes # (cmd. line: -v)
dns=on # (cmd. line: -r)
rev_dns=yes # (cmd. line: -R)
fork=no # (cmd. line: -D)
log_stderror=yes # (cmd line: -E)
# for more info: sip_router -h
#modules
loadmodule "modules/print/print.so"
route{
#rewritehost("127.0.0.1");
print("trying forward to uri");
forward(uri:host,uri:port);
print("after forward");
}