Thanks for your help alex... I&#39;ll try to do what you said, and if I have any doubt I&#39;ll ask your help ok?<br><br>Cheers, <br><br>Bruno<br><br><br><div style="visibility: hidden; display: inline;" id="avg_ls_inline_popup">
</div><style type="text/css">#avg_ls_inline_popup {  position:absolute;  z-index:9999;  padding: 0px 0px;  margin-left: 0px;  margin-top: 0px;  width: 240px;  overflow: hidden;  word-wrap: break-word;  color: black;  font-size: 10px;  text-align: left;  line-height: 13px;}</style><br>
<div class="gmail_quote">2010/5/11 Alex Balashov <span dir="ltr">&lt;<a href="mailto:abalashov@evaristesys.com">abalashov@evaristesys.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">On 05/11/2010 09:19 AM, Bruno Bresciani wrote:<br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi people, I worked with ser but now I&#39;m migrating to kamailio... I&#39;d<br>
like to know how to insert a ser module in the kamailio? Example: In the<br>
ser modules exist the route module and I want to use it in the kamailio.<br>
It&#39;s possible?<br>
</blockquote>
<br></div>
Sure, just make sure:<br>
<br>
1) The module is in the &quot;module path&quot;, i.e. the set of directories searched for modules.<br>
<br>
2) Do: loadmodule &quot;modname&quot;<br>
<br>
It is not necessary any longer to specify the full filename, e.g. &quot;modname.so&quot;.  Merely &quot;modname&quot; will do.<br>
<br>
3. Module parameters are supplied afterward using &quot;modparam&quot;, e.g.<br>
<br>
modparam(&quot;modname&quot;, &quot;param_name&quot;, &quot;value&quot;)<br>
<br>
Note no semicolon at the end of this statement.<br>
<br>
4. Multiple modules&#39; parameters can be combined if they share a name:<br>
<br>
modparam(&quot;modname1|modname2|modname3&quot;, &quot;param_name&quot;, &quot;value&quot;)<br>
<br>
-- <br>
Alex Balashov - Principal<br>
Evariste Systems LLC<br>
1170 Peachtree Street<br>
12th Floor, Suite 1200<br>
Atlanta, GA 30309<br>
Tel: +1-678-954-0670<br>
Fax: +1-404-961-1892<br>
Web: <a href="http://www.evaristesys.com/" target="_blank">http://www.evaristesys.com/</a><br>
<br>
_______________________________________________<br>
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list<br>
<a href="mailto:sr-users@lists.sip-router.org" target="_blank">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>
</blockquote></div><br>