[OpenSIPS-Users] Trying to get Snom Contact List to work with OpenSIPS RLS
Saúl Ibarra Corretgé
saul at ag-projects.com
Thu Mar 15 09:36:54 CET 2012
Hi Duane,
The mail was filtered as spam so I didn't see it, sorry about that.
On Mar 14, 2012, at 8:12 PM, Duane Larson wrote:
> Saul,
>
> I sent them to your email address directly. Let me know if you didn't get that email.
>
I think I found the problem :-) You are subscribing to this service URi: sip:9012732009-list at irock.com which according to the RLS services document points to the following list: http://xcap.xxxxxxx.com/xcap-root/resource-lists/users/sip:9012732009@irock.com/index
Now, that list that you are referencing needs to exist in the resources-list document, does it?
I also see that you defined another service with same URI and this time there is a list item in it. The document is bogus because the service URI needs to be unique (RFC4826, sec 4.4.5). Moreover, I don't know if OpenSIPS currently supports expanding the resource-list element in the RLS document, so please test it out with the second approach, that is:
<service uri="sip:9012732009-list at irock.com">
<list name="9012732009-list">
<rl:entry uri="sip:9012732005 at xxxxxxxxxxxxxx.com"/>
<rl:entry uri="sip:9013349020 at xxxxxxxxxxxxxx.com"/>
</list>
<packages>
<package>presence</package>
</packages>
</service>
and remove every other service.
Regards,
--
Saúl Ibarra Corretgé
AG Projects
More information about the Users
mailing list