Hi,
I am using the RLS module for RLS service and resource list subscriptions. Ive done everything according to the presence handbook. When SER sends NOTIFY messages to the subscribing UAs every instances of the subscribed resources is in the pending state. How are those subscriptions handled by ser?? Do I have to include presence_b2b molude so that those subscriptions in the pending state would be handled??
Thanks in advance Cheers Tomasz
Hi Tomasz, yes, you need to use presence_b2b module because subsrciptions from RLS go through it. (It is possible to use pa directly instead of presence_b2b, but it is not recommended now). In configuration example it should be shown how to set presence_b2b...
Vaclav
On St, čen 27, 2007 at 10:08:15 +0200, tzieleniewski wrote:
Hi,
I am using the RLS module for RLS service and resource list subscriptions. Ive done everything according to the presence handbook. When SER sends NOTIFY messages to the subscribing UAs every instances of the subscribed resources is in the pending state. How are those subscriptions handled by ser?? Do I have to include presence_b2b molude so that those subscriptions in the pending state would be handled??
Thanks in advance Cheers Tomasz _______________________________________________ Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Thanks Vaclav,
Do I also have to invoke lookup_user() as I had to do with the PA module because my UIDs contained the domain part as well?
Cheers tomasz
Hi Tomasz, yes, you need to use presence_b2b module because subsrciptions from RLS go through it. (It is possible to use pa directly instead of presence_b2b, but it is not recommended now). In configuration example it should be shown how to set presence_b2b...
Vaclav
On St, čen 27, 2007 at 10:08:15 +0200, tzieleniewski wrote:
Hi,
I am using the RLS module for RLS service and resource list subscriptions. Ive done everything according to the presence handbook. When SER sends NOTIFY messages to the subscribing UAs every instances of the subscribed resources is in the pending state. How are those subscriptions handled by ser?? Do I have to include presence_b2b molude so that those subscriptions in the pending state would be handled??
Thanks in advance Cheers Tomasz _______________________________________________ Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Hi Tomasz, it depends on your config file. For example the sample config file published in presence handbook does:
if (lookup_domain("$fd", "@from.uri.host")) { if (lookup_user("$fu.uid","@from.uri")) { if (is_simple_rls_target("$uid-list")) { ...
... here it needs the lookup_user call.
If you know, that it is really RLS subscription and not PA subscription, you probably need not to call it...
Vaclav
On Wed, Jun 27, 2007 at 02:45:08PM +0200, tzieleniewski wrote:
Thanks Vaclav,
Do I also have to invoke lookup_user() as I had to do with the PA module because my UIDs contained the domain part as well?
Cheers tomasz
Hi Tomasz, yes, you need to use presence_b2b module because subsrciptions from RLS go through it. (It is possible to use pa directly instead of presence_b2b, but it is not recommended now). In configuration example it should be shown how to set presence_b2b...
Vaclav
On St, čen 27, 2007 at 10:08:15 +0200, tzieleniewski wrote:
Hi,
I am using the RLS module for RLS service and resource list subscriptions. Ive done everything according to the presence handbook. When SER sends NOTIFY messages to the subscribing UAs every instances of the subscribed resources is in the pending state. How are those subscriptions handled by ser?? Do I have to include presence_b2b molude so that those subscriptions in the pending state would be handled??
Thanks in advance Cheers Tomasz _______________________________________________ Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers