Hello, I've been trying to make the Presence thing work with kamailio 4.0.1 and SipML5 browser client .I have loaded only the modules which are already in the Kamailio.cfg file loadmodule "presence.so" loadmodule "presence_xml.so"
Is it necessary to load other modules as well?At the same time I request you to suggest which Sip client I should use in order to make presence work.
Rupayan Dutta
Hello,
On 6/11/13 2:49 PM, Rupayan Dutta wrote:
Hello, I've been trying to make the Presence thing work with kamailio 4.0.1 and SipML5 browser client .I have loaded only the modules which are already in the Kamailio.cfg file loadmodule "presence.so" loadmodule "presence_xml.so"
Is it necessary to load other modules as well?At the same time I request you to suggest which Sip client I should use in order to make presence work.
you may need xcap_server as well for the management of contact list and access policies.
You can check this tutorial: - http://kb.asipto.com/kamailio:presence:k31-made-simple
It is rather old by now, but should not be difficult to adapt it for 4.0.
Jitsi is a good choice for testing presence.
Cheers, Daniel
I have followed the tutorial but when tried to load XCAP server I am getting following error.The following two function are not working.
pres_update_watchers("$var(uri)", "presence"); pres_refresh_watchers("$var(uri)", "presence", 1); unknown command, missing loadmodule?
I am attaching my config file.
On Thu, Jun 13, 2013 at 12:48 PM, Daniel-Constantin Mierla < miconda@gmail.com> wrote:
Hello,
On 6/11/13 2:49 PM, Rupayan Dutta wrote:
Hello, I've been trying to make the Presence thing work with kamailio 4.0.1 and SipML5 browser client .I have loaded only the modules which are already in the Kamailio.cfg file loadmodule "presence.so" loadmodule "presence_xml.so"
Is it necessary to load other modules as well?At the same time I request you to suggest which Sip client I should use in order to make presence work.
you may need xcap_server as well for the management of contact list and access policies.
You can check this tutorial:
It is rather old by now, but should not be difficult to adapt it for 4.0.
Jitsi is a good choice for testing presence.
Cheers, Daniel
-- Daniel-Constantin Mierla - http://www.asipto.comhttp://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda Kamailio Advanced Training, San Francisco, USA - June 24-27, 2013
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
Sorry Daniel , I missed the WITH_PRESENCE declaration.
On Tue, Jul 16, 2013 at 6:26 PM, Rupayan Dutta direct2rupayan@gmail.comwrote:
I have followed the tutorial but when tried to load XCAP server I am getting following error.The following two function are not working.
pres_update_watchers("$var(uri)", "presence"); pres_refresh_watchers("$var(uri)", "presence", 1); unknown command, missing loadmodule?
I am attaching my config file.
On Thu, Jun 13, 2013 at 12:48 PM, Daniel-Constantin Mierla < miconda@gmail.com> wrote:
Hello,
On 6/11/13 2:49 PM, Rupayan Dutta wrote:
Hello, I've been trying to make the Presence thing work with kamailio 4.0.1 and SipML5 browser client .I have loaded only the modules which are already in the Kamailio.cfg file loadmodule "presence.so" loadmodule "presence_xml.so"
Is it necessary to load other modules as well?At the same time I request you to suggest which Sip client I should use in order to make presence work.
you may need xcap_server as well for the management of contact list and access policies.
You can check this tutorial:
It is rather old by now, but should not be difficult to adapt it for 4.0.
Jitsi is a good choice for testing presence.
Cheers, Daniel
-- Daniel-Constantin Mierla - http://www.asipto.comhttp://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda Kamailio Advanced Training, San Francisco, USA - June 24-27, 2013
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
Hi Daniel, Once again i am seeking your help.Actually I am trying to build a video conferencing application with sipml5 and kamailio as SIP server.I have already configured kamailio to run on public IP .Everything works fine when tested between desktop browsers.But when i tried conferencing between an android mobile with 3G connection and another desktop browser users can still login into the SIP server but conferencing is not happening.I can't identify root cause.Please help.
On Wed, Jul 17, 2013 at 6:43 PM, Rupayan Dutta direct2rupayan@gmail.comwrote:
Sorry Daniel , I missed the WITH_PRESENCE declaration.
On Tue, Jul 16, 2013 at 6:26 PM, Rupayan Dutta direct2rupayan@gmail.comwrote:
I have followed the tutorial but when tried to load XCAP server I am getting following error.The following two function are not working.
pres_update_watchers("$var(uri)", "presence"); pres_refresh_watchers("$var(uri)", "presence", 1); unknown command, missing loadmodule?
I am attaching my config file.
On Thu, Jun 13, 2013 at 12:48 PM, Daniel-Constantin Mierla < miconda@gmail.com> wrote:
Hello,
On 6/11/13 2:49 PM, Rupayan Dutta wrote:
Hello, I've been trying to make the Presence thing work with kamailio 4.0.1 and SipML5 browser client .I have loaded only the modules which are already in the Kamailio.cfg file loadmodule "presence.so" loadmodule "presence_xml.so"
Is it necessary to load other modules as well?At the same time I request you to suggest which Sip client I should use in order to make presence work.
you may need xcap_server as well for the management of contact list and access policies.
You can check this tutorial:
It is rather old by now, but should not be difficult to adapt it for 4.0.
Jitsi is a good choice for testing presence.
Cheers, Daniel
-- Daniel-Constantin Mierla - http://www.asipto.comhttp://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda Kamailio Advanced Training, San Francisco, USA - June 24-27, 2013
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users