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
confere
Sorry Daniel , I missed the WITH_PRESENCE declaration.
On Tue, Jul 16, 2013 at 6:26 PM, Rupayan Dutta wrote:
> 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)", "presenc
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
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