Hello, I am not good at kamailio. Could anyone tell me how can I forward register messages coming to kamailio to asterisk? I need users to be registered on kamailio and on asterisk at one time. I do in kamailio.cfg: if (is_method("REGISTER")) { save("location"); route(FWD_REG); exit;
} route[FWD_REG] { rewritehost("Asterisk_IP:5060"); if(!t_relay()) sl_reply_error(); exit; } But it (kamailio ver 3.1) does not forward them.
_______________________________________________ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users