Hi there, I found what the problem was.
I did the following changes in my config file:
Remove the following line (this allows the get_rules_doc in xcap_auth.c to
resume executing and fetch the document) :
modparam("presence_xml", "force_active", 0)
Add the following line (this tells the presence server to look for the
xcap docs in the database)
modparam("presence_xml", "integrated_xcap_server", 1)
I hope this helps
Best Regards
Gus
From:
Gustavo Santana Robledo/Fedetec
To:
[email protected]
Date:
17/03/2009 15:06
Subject:
ERROR:presence:mi_refreshWatchers: no rules doc found for the user
Hi there,
I'm encountering this error, when I import a presence rule for a
particular user.
This is the scenario:
Presence rules for user pepe:
<?xml version="1.0" encoding="UTF-8"?>
<ruleset xmlns="urn:ietf:params:xml:ns:common-policy"
xmlns:pr="urn:ietf:params:xml:ns:pres-rules">
<rule id="blacklist">
<conditions>
<identity>
<one id = "sip:[email protected]"/>
</identity>
</conditions>
<actions>
<pr:sub-handling>block</pr:sub-handling>
</actions>
<transformations/>
</rule>
</ruleset>
I can see that the xcap entry gets written to the DB, however, the rule
doesn´t take effect. Checking the logs, I can see that opensips is
complaining that I can´t find the rules doc (see below)
Any clues?
Ta
Mar 17 14:58:33 linux1 /usr/sbin/opensips[30181]:
DBG:presence:mi_refreshWatchers: start
Mar 17 14:58:33 linux1 /usr/sbin/opensips[30181]:
DBG:presence:mi_refreshWatchers: event 'presence'
Mar 17 14:58:33 linux1 /usr/sbin/opensips[30181]:
DBG:presence:search_event: start event= [presence]
Mar 17 14:58:33 linux1 /usr/sbin/opensips[30181]:
ERROR:presence:mi_refreshWatchers: no rules doc found for the user
Mar 17 14:58:33 linux1 /usr/sbin/opensips[30181]:
ERROR:mi_xmlrpc:default_method: command (refreshWatchers) processing
failed.
Gustavo Santana Robledo
Departamento de I+D
Homeland Security
FEDETEC - Efectivos de Técnicas S.A.
Autovía de Andalucía Km 12,700
Polígono Industrial Los Ángeles
28906 - Getafe - Madrid
España
Tel + 34 91 453 24 00 - ext: 4137
Fax + 34 91 724 30 14
e-mail: [email protected]
<<image/jpeg>>
<<image/gif>>
_______________________________________________ Users mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/users
