Hi Gustavo, I need some more info. 1. What version are you using? 1.5 ? 2. Have you set integrated_xcap_server parameter? 3. Do a select in database : select doc from xcap where user="your-user" and domain="your-domain" and doc_type=2; and print here the result.
regards, Anca Gustavo Santana Robledo wrote: > > 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]_ <mailto:[email protected]> > > > ------------------------------------------------------------------------ > > _______________________________________________ > Users mailing list > [email protected] > http://lists.opensips.org/cgi-bin/mailman/listinfo/users > _______________________________________________ Users mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/users
