Hi,
I have configured apache and SER as described in presence hand book. I am facing some problem in group resource list subscription and notification.
SUBSCRIBE sip:venkatfriends@10.187.83.218 SIP/2.0 Supported: eventlist Subject: Subscription Request Via: SIP/2.0/UDP 10.187.83.222:5061;rport;branch=z9hG4bK08652 Max-Forwards: 70 To: sip:venkatfriends@10.187.83.218 From: sip:venkat@10.187.83.218;tag=z9hG4bK42075489 Call-ID: 382598915012@10.187.83.222 CSeq: 1 SUBSCRIBE Contact: sip:venkat@10.187.83.222:5061 Expires: 7200 User-Agent: XXXXXXXXXXXXXXX Event: presence Content-Length: 0 Accept: application/pidf+xml,multipart/related,application/rlmi+xml
SIP/2.0 200 OK Via: SIP/2.0/UDP 10.187.83.222:5061;rport=5061;branch=z9hG4bK08652 To: <sip:venkatfriends@10.187.83.218
;tag=c20c251a135762f9e7a5a4d8e6d1fe64-93f1
From: sip:venkat@10.187.83.218;tag=z9hG4bK42075489 Call-ID: 382598915012@10.187.83.222 CSeq: 1 SUBSCRIBE Require: eventlist Contact: sip:10.187.83.218:5060 Expires: 6200 Server: Sip EXpress router (0.10.99-dev64 (i386/linux)) Content-Length: 0
NOTIFY sip:venkat@10.187.83.222:5061 SIP/2.0 Via: SIP/2.0/UDP 10.187.83.218;branch=z9hG4bK7fa8.3ee87012.0 To: sip:venkat@10.187.83.218;tag=z9hG4bK42075489 From: <sip:venkatfriends@10.187.83.218
;tag=c20c251a135762f9e7a5a4d8e6d1fe64-93f1
CSeq: 10 NOTIFY Call-ID: 382598915012@10.187.83.222 Content-Length: 340 User-Agent: Sip EXpress router(0.10.99-dev64 (i386/linux)) Subscription-State: active;expires=6200 Contact: sip:10.187.83.218:5060 Max-Forwards: 70 Event: presence Require: eventlist Content-Type: multipart/related;type="application/rlmi+xml";start="qwW388551513pPdxX1615182410";boundary="RewXdpxR742478745xA757064664";
--RewXdpxR742478745xA757064664 Content-Transfer-Encoding: binary Content-ID: qwW388551513pPdxX1615182410 Content-Type: application/rlmi+xml;charset="UTF-8"
<?xml version="1.0"?> <list xmlns="urn:ietf:params:xml:ns:rlmi" uri=" sip:venkatfriends@10.187.83.218" version="0" fullState="true"> </list>
--RewXdpxR742478745xA757064664--
I have created all entries in resource-list.xml and service entry in index file.
But, the server sends NOTIFY with no resource list entries and doesn't give any error messages. I am using full-no-failover.cfg configuration file. Whats wrong here ?????? Can anyone help me....
-Venkat
Hi, could you send your XCAP files (index, resource-list.xml) here? Vaclav
On Thu, Jan 18, 2007 at 03:49:17PM +0530, raj gopal wrote:
Hi,
I have configured apache and SER as described in presence hand book. I am facing some problem in group resource list subscription and notification.
SUBSCRIBE sip:venkatfriends@10.187.83.218 SIP/2.0 Supported: eventlist Subject: Subscription Request Via: SIP/2.0/UDP 10.187.83.222:5061;rport;branch=z9hG4bK08652 Max-Forwards: 70 To: sip:venkatfriends@10.187.83.218 From: sip:venkat@10.187.83.218;tag=z9hG4bK42075489 Call-ID: 382598915012@10.187.83.222 CSeq: 1 SUBSCRIBE Contact: sip:venkat@10.187.83.222:5061 Expires: 7200 User-Agent: XXXXXXXXXXXXXXX Event: presence Content-Length: 0 Accept: application/pidf+xml,multipart/related,application/rlmi+xml
SIP/2.0 200 OK Via: SIP/2.0/UDP 10.187.83.222:5061;rport=5061;branch=z9hG4bK08652 To: <sip:venkatfriends@10.187.83.218
;tag=c20c251a135762f9e7a5a4d8e6d1fe64-93f1
From: sip:venkat@10.187.83.218;tag=z9hG4bK42075489 Call-ID: 382598915012@10.187.83.222 CSeq: 1 SUBSCRIBE Require: eventlist Contact: sip:10.187.83.218:5060 Expires: 6200 Server: Sip EXpress router (0.10.99-dev64 (i386/linux)) Content-Length: 0
NOTIFY sip:venkat@10.187.83.222:5061 SIP/2.0 Via: SIP/2.0/UDP 10.187.83.218;branch=z9hG4bK7fa8.3ee87012.0 To: sip:venkat@10.187.83.218;tag=z9hG4bK42075489 From: <sip:venkatfriends@10.187.83.218
;tag=c20c251a135762f9e7a5a4d8e6d1fe64-93f1
CSeq: 10 NOTIFY Call-ID: 382598915012@10.187.83.222 Content-Length: 340 User-Agent: Sip EXpress router(0.10.99-dev64 (i386/linux)) Subscription-State: active;expires=6200 Contact: sip:10.187.83.218:5060 Max-Forwards: 70 Event: presence Require: eventlist Content-Type: multipart/related;type="application/rlmi+xml";start="qwW388551513pPdxX1615182410";boundary="RewXdpxR742478745xA757064664";
--RewXdpxR742478745xA757064664 Content-Transfer-Encoding: binary Content-ID: qwW388551513pPdxX1615182410 Content-Type: application/rlmi+xml;charset="UTF-8"
<?xml version="1.0"?>
<list xmlns="urn:ietf:params:xml:ns:rlmi" uri=" sip:venkatfriends@10.187.83.218" version="0" fullState="true">
</list>
--RewXdpxR742478745xA757064664--
I have created all entries in resource-list.xml and service entry in index file.
But, the server sends NOTIFY with no resource list entries and doesn't give any error messages. I am using full-no-failover.cfg configuration file. Whats wrong here ?????? Can anyone help me....
-Venkat
Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers