Hello, excuse me for the question. I compiled kamailio 4.2 from git with msilo.
kamailio.cfg ############################## loadmodule "msilo.so" # ------ msilo params ----- modparam("msilo", "db_url", DBURL) modparam("msilo","from_address","sip:registrar@kamailio.org") modparam("msilo","contact_hdr","Contact:registrar@192.168.1.3:5060;msilo=yes\r\n") modparam("msilo","content_type_hdr","Content-Type: text/plain\r\n") modparam("msilo","offline_message","*** User $rU is offline!")
But now, i don't know where introduce route code.
And in the documentation route coude tells "test only, REGISTER ok" Are there code for secure production?
Thank you.