Hello,
I extended kamailio sl module to export similar API exported by ser version of the module. This was the easy way to make all modules work internally with one version of sl module -- the modules_k/sl. Shortly, modules like modules_s/xmlrpc, modules_s/auth_db, modules_s/registrar ... should work even if you use modules_k/sl.
A full integration would require a more laborious process, since each version has its own way of dealing with parameters of the functions exported in config. Therefore, the config syntax is still depending of which version of the module you use -- see the readme for each module. A proper time to get to a single version would be when we unify the module parameter format.
Juha, could you test and see if xmlrpc works ok now (I saw you are using it with k sl module)? I removed the define that selected between sl module versions, so it should work out of the bx no matter which version of sl is used.
Cheers, Daniel
Daniel-Constantin Mierla writes:
Juha, could you test and see if xmlrpc works ok now (I saw you are using it with k sl module)? I removed the define that selected between sl module versions, so it should work out of the bx no matter which version of sl is used.
daniel,
i built new sip-router and was able to issue xmlrpc requests to the proxy using s xmlrpc module and k sl module.
-- juha
Hello,
On 28.08.2009 12:25 Uhr, Juha Heinanen wrote:
Daniel-Constantin Mierla writes:
Juha, could you test and see if xmlrpc works ok now (I saw you are using it with k sl module)? I removed the define that selected between sl module versions, so it should work out of the bx no matter which version of sl is used.
daniel,
i built new sip-router and was able to issue xmlrpc requests to the proxy using s xmlrpc module and k sl module.
ok, thanks! Daniel