Hello, here is How-To written by Daniel-Constantin Mierla of a Kamailio-Asterisk integration: <a href="http://kb.asipto.com/asterisk:realtime:kamailio-3.0.x-asterisk-1.6.2-astdb">http://kb.asipto.com/asterisk:realtime:kamailio-3.0.x-asterisk-1.6.2-astdb</a>, 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.<div>
Regards.</div><div><br></div><div><br></div><div>Lucas<br><br><div class="gmail_quote">On Tue, Oct 12, 2010 at 1:34 PM, Borin <span dir="ltr">&lt;<a href="mailto:katerin.borin@gmail.com">katerin.borin@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hello,<br>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. <br>
I do in kamailio.cfg:<br>
if (is_method(&quot;REGISTER&quot;))<br>      {<br>                save(&quot;location&quot;);<br>                route(FWD_REG);<br>                exit;<br><br>        }<br>route[FWD_REG] {<br>       rewritehost(&quot;Asterisk_IP:5060&quot;);<br>

       if(!t_relay())<br>               sl_reply_error();<br><br>       exit;<br>}<br><br>But it (kamailio ver 3.1) does not forward them.<br><br>
<br>_______________________________________________<br>
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list<br>
<a href="mailto:sr-users@lists.sip-router.org">sr-users@lists.sip-router.org</a><br>
<a href="http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users" target="_blank">http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users</a><br>
<br></blockquote></div><br></div>