[SR-Users] How to insert modules in kamailio?

Bruno Bresciani bruno.bresciani at gmail.com
Tue May 11 15:41:52 CEST 2010


Thanks for your help alex... I'll try to do what you said, and if I have any
doubt I'll ask your help ok?

Cheers,

Bruno



2010/5/11 Alex Balashov <abalashov at evaristesys.com>

> On 05/11/2010 09:19 AM, Bruno Bresciani wrote:
>
>  Hi people, I worked with ser but now I'm migrating to kamailio... I'd
>> like to know how to insert a ser module in the kamailio? Example: In the
>> ser modules exist the route module and I want to use it in the kamailio.
>> It's possible?
>>
>
> Sure, just make sure:
>
> 1) The module is in the "module path", i.e. the set of directories searched
> for modules.
>
> 2) Do: loadmodule "modname"
>
> It is not necessary any longer to specify the full filename, e.g.
> "modname.so".  Merely "modname" will do.
>
> 3. Module parameters are supplied afterward using "modparam", e.g.
>
> modparam("modname", "param_name", "value")
>
> Note no semicolon at the end of this statement.
>
> 4. Multiple modules' parameters can be combined if they share a name:
>
> modparam("modname1|modname2|modname3", "param_name", "value")
>
> --
> Alex Balashov - Principal
> Evariste Systems LLC
> 1170 Peachtree Street
> 12th Floor, Suite 1200
> Atlanta, GA 30309
> Tel: +1-678-954-0670
> Fax: +1-404-961-1892
> Web: http://www.evaristesys.com/
>
> _______________________________________________
> SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
> sr-users at lists.sip-router.org
> http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sip-router.org/pipermail/sr-users/attachments/20100511/8c10a748/attachment-0001.htm>


More information about the sr-users mailing list