COnfig:

debug=2
log_stderror=yes
fork=no
alias="country.sm.edv" # Replace "country" with your country

------------------ module loading ----------------------------------

mpath="/usr/local/lib64/kamailio/modules"
loadmodule "sca.so" # THe registrar that manage the usrloc

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

route {
# Handle everything else
forward();
}

onreply_route {
;
}


Reply to this email directly or view it on GitHub.