Hello, here is How-To written by Daniel-Constantin Mierla of a Kamailio-Asterisk integration: http://kb.asipto.com/asterisk:realtime:kamailio-3.0.x-asterisk-1.6.2-astdb, check the .cfg file posted there. Actually I followed up that tutorial and I have the extensions registered both on Asterisk and Kamailio. I hope this can be useful. Regards.
Lucas On Tue, Oct 12, 2010 at 1:34 PM, Borin <katerin.bo...@gmail.com> wrote: > 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 > >
_______________________________________________ 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