0

I am trying to configure kamailio with xcap. Unfortunately after installing kamailio with xcap and presence module some other dependent module (like pua and rls) is needed. How can i load these module without reinstalling kamailio again. One more thing even pua and rls directory is available but pua.so and rls.so files are missing,which is necessary to load them.

1 Answers1

0

RLS is not needed for XCAP. Also, PUA is not a must, but can be needed if you want some presence extensions, however, independent of XCAP.

Rather old by now, but here is a tutorial with Kamailio and XCAP, not needing RLS or PUA:

On the other hand, regarding installing new modules, you can install only one module at one time, for rls just do:

make install-modules modules=modules/rls

I assumed you installed from sources, otherwise the kamailio-presence-modules package (.deb or .rpm) should have all those modules related to presence and xcap.

miconda
  • 1,754
  • 11
  • 14