[OpenSIPS-Users] Presentity record not deleted in database

Duane Larson duane.larson at gmail.com
Wed Dec 22 03:27:51 CET 2010


I am hoping someone can help me with a Presence issue.  I have two Bria
Clients with XCAP and presence set up.  Each client is able to see the
others presence.  When I Disable an account on one of the Bria clients the
other client see's that the user is no longer available (Which is how it
should be).  The issue I am seeing is that instead of logging the user out I
am exiting/shutting down the Bria client.  When this happens the Bria client
shuts down, but the other bria client still thinks that the user is
availabe.  I can tell that the problem is because the Presentity record in
the MySQL Presentity table is not removed.  I have attached two different
NGREP siptraces.  One siptrace is a good trace when I log out a user from
the Bria client.  The other siptrace is the bad trace when I shut down the
bria client and the user still appears to be available.

I am pretty sure that Bria is not working correctly when it is being shut
down and that is why OpenSIPS is not deleting the Presentity record.  One of
the differences I see when looking at the "Bad Logout.txt" and the "Good
Logout.txt" is that the "Expires:" time on the bad trace shows 3600 seconds,
but the good trace shows 0 seconds for the "Expires:".


Any ideas?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opensips.org/pipermail/users/attachments/20101221/54a2b5b9/attachment.htm>
-------------- next part --------------
Bad logout
.

#
U 2010/12/21 19:49:08.309107 75.XXX.XXX.158:1696 -> 173.XXX.XXX.88:5060
PUBLISH sip:9XX22X1XX2 at irock.com SIP/2.0.
Via: SIP/2.0/UDP 192.168.33.28:1696;branch=z9hG4bK-d8754z-255fea98f6b405cd-1---d8754z-;rport.
Max-Forwards: 70.
Contact: <sip:9XX22X1XX2 at 75.XXX.XXX.158:1696;transport=udp>.
To: "Moo "<sip:9XX22X1XX2 at irock.com>.
From: "Moo "<sip:9XX22X1XX2 at irock.com>;tag=d98ab372.
Call-ID: MTY5ZjM1ZmU2YjI1YWYzM2E3ZDQyY2YwNTc4MDY0Y2I..
CSeq: 3 PUBLISH.
Expires: 3600.
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO.
Content-Type: application/pidf+xml.
SIP-If-Match: a.1292905955.11145.88.1.
User-Agent: Bria 3 release 3.1.2 stamp 58754.
Event: presence.
Content-Length: 421.
.
<?xml version='1.0' encoding='UTF-8'?><presence xmlns='urn:ietf:params:xml:ns:pidf' xmlns:dm='urn:ietf:params:xml:ns:pidf:data-model' xmlns:rpid='urn:ietf:params:xml:ns:pidf:rpid' xmlns:c='urn:ietf:params:xml:ns:pidf:cipid' xmlns:lt='urn:ietf:params:xml:ns:location-type' entity='sip:9XX22X1XX2 at irock.com'><tuple id='t84ea9bf3'><status><basic>open</basic></status></tuple><dm:person id='p960d0c33'></dm:person></presence>
#
U 2010/12/21 19:49:08.337579 75.XXX.XXX.158:1696 -> 173.XXX.XXX.88:5060
SUBSCRIBE sip:sa at 173.XXX.XXX.88:5060 SIP/2.0.
Via: SIP/2.0/UDP 192.168.33.28:1696;branch=z9hG4bK-d8754z-060489f24ae80cca-1---d8754z-;rport.
Max-Forwards: 70.
Contact: <sip:9XX22X1XX2 at 75.XXX.XXX.158:1696;transport=udp>.
To: <sip:9XX27X2XX9 at irock.com>;tag=155c340f586c28d0300cf5a6ccf90d99-5ddb.
From: "Moo "<sip:9XX22X1XX2 at irock.com>;tag=3e7dfbd6.
Call-ID: OTZiY2IxZDU1YWNlNjRkYTAxZDViMTIwN2U0ZTNlZjE..
CSeq: 2 SUBSCRIBE.
Subject: .
Expires: 0.
Accept: multipart/related, application/rlmi+xml, application/pidf+xml.
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO.
Supported: eventlist.
User-Agent: Bria 3 release 3.1.2 stamp 58754.
Event: presence.
Content-Length: 0.
.

#
U 2010/12/21 19:49:08.342830 75.XXX.XXX.158:1696 -> 173.XXX.XXX.88:5060
REGISTER sip:irock.com SIP/2.0.
Via: SIP/2.0/UDP 192.168.33.28:1696;branch=z9hG4bK-d8754z-af182e22565fde78-1---d8754z-;rport.
Max-Forwards: 70.
Contact: <sip:9XX22X1XX2 at 75.XXX.XXX.158:1696;transport=udp;rinstance=535052ae244d4bb9>;expires=0.
To: "Moo "<sip:9XX22X1XX2 at irock.com>.
From: "Moo "<sip:9XX22X1XX2 at irock.com>;tag=fe637cac.
Call-ID: NjE5MWRkMDAzNzljZDU2NmJkOGNkZTAwZjZlMWYyNDU..
CSeq: 5 REGISTER.
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO.
User-Agent: Bria 3 release 3.1.2 stamp 58754.
Authorization: Digest username="9XX22X1XX2",realm="irock.com",nonce="4d11589de1ab46c898b7237bbfa541a9ff840893",uri="sip:irock.com",response="8fee318953c5b53263b19668fb5f4519",cnonce="64d2e5890eb463f40d4b666bc31d8873",nc=00000004,qop=auth,algorithm=MD5.
Content-Length: 0.
.

#
U 2010/12/21 19:49:08.369303 173.XXX.XXX.88:5060 -> 75.XXX.XXX.158:1696
SIP/2.0 401 Unauthorized.
Via: SIP/2.0/UDP 192.168.33.28:1696;branch=z9hG4bK-d8754z-af182e22565fde78-1---d8754z-;rport=1696;received=75.XXX.XXX.158.
To: "Moo "<sip:9XX22X1XX2 at irock.com>;tag=c97b4d1cb1f3d0da549e06a8d482ef63.69f4.
From: "Moo "<sip:9XX22X1XX2 at irock.com>;tag=fe637cac.
Call-ID: NjE5MWRkMDAzNzljZDU2NmJkOGNkZTAwZjZlMWYyNDU..
CSeq: 5 REGISTER.
WWW-Authenticate: Digest realm="irock.com", nonce="4d115932fda8f48635d3e9b4804fa51764240559", qop="auth", stale=true.
Server: OpenSIPS (1.6.4-notls (x86_64/linux)).
Content-Length: 0.
.

#
U 2010/12/21 19:49:08.401596 173.XXX.XXX.88:5060 -> 75.XXX.XXX.158:1696
SIP/2.0 202 OK.
Via: SIP/2.0/UDP 192.168.33.28:1696;branch=z9hG4bK-d8754z-060489f24ae80cca-1---d8754z-;rport=1696;received=75.XXX.XXX.158.
To: <sip:9XX27X2XX9 at irock.com>;tag=155c340f586c28d0300cf5a6ccf90d99-5ddb.
From: "Moo "<sip:9XX22X1XX2 at irock.com>;tag=3e7dfbd6.
Call-ID: OTZiY2IxZDU1YWNlNjRkYTAxZDViMTIwN2U0ZTNlZjE..
CSeq: 2 SUBSCRIBE.
Expires: 0.
Contact: <sip:sa at 173.XXX.XXX.88:5060>.
Server: OpenSIPS (1.6.4-notls (x86_64/linux)).
Content-Length: 0.
.

#
U 2010/12/21 19:49:08.401760 173.XXX.XXX.88:5060 -> 75.XXX.XXX.158:1696
SIP/2.0 200 OK.
Via: SIP/2.0/UDP 192.168.33.28:1696;branch=z9hG4bK-d8754z-255fea98f6b405cd-1---d8754z-;rport=1696;received=75.XXX.XXX.158.
To: "Moo "<sip:9XX22X1XX2 at irock.com>;tag=155c340f586c28d0300cf5a6ccf90d99-6d51.
From: "Moo "<sip:9XX22X1XX2 at irock.com>;tag=d98ab372.
Call-ID: MTY5ZjM1ZmU2YjI1YWYzM2E3ZDQyY2YwNTc4MDY0Y2I..
CSeq: 3 PUBLISH.
Expires: 3600.
SIP-ETag: a.1292905955.11145.89.2.
Server: OpenSIPS (1.6.4-notls (x86_64/linux)).
Content-Length: 0.
.

#
U 2010/12/21 19:49:08.414673 173.XXX.XXX.88:5060 -> 75.XXX.XXX.158:1696
NOTIFY sip:9XX22X1XX2 at 75.XXX.XXX.158:1696;transport=udp SIP/2.0.
Via: SIP/2.0/UDP 173.XXX.XXX.88;branch=z9hG4bKf2c5.1d936104.0.
To: <sip:9XX22X1XX2 at irock.com>;tag=3e7dfbd6.
From: <sip:9XX27X2XX9 at irock.com>;tag=155c340f586c28d0300cf5a6ccf90d99-5ddb.
CSeq: 2 NOTIFY.
Call-ID: OTZiY2IxZDU1YWNlNjRkYTAxZDViMTIwN2U0ZTNlZjE..
Content-Length: 0.
User-Agent: OpenSIPS (1.6.4-notls (x86_64/linux)).
Max-Forwards: 70.
Event: presence.
Contact: <sip:sa at 173.XXX.XXX.88:5060>.
Subscription-State: terminated;reason=timeout.
.

#
U 2010/12/21 19:49:08.441537 75.XXX.XXX.158:1696 -> 173.XXX.XXX.88:5060
REGISTER sip:irock.com SIP/2.0.
Via: SIP/2.0/UDP 192.168.33.28:1696;branch=z9hG4bK-d8754z-6a049c364c14eb28-1---d8754z-;rport.
Max-Forwards: 70.
Contact: <sip:9XX22X1XX2 at 75.XXX.XXX.158:1696;transport=udp;rinstance=535052ae244d4bb9>;expires=0.
To: "Moo "<sip:9XX22X1XX2 at irock.com>.
From: "Moo "<sip:9XX22X1XX2 at irock.com>;tag=fe637cac.
Call-ID: NjE5MWRkMDAzNzljZDU2NmJkOGNkZTAwZjZlMWYyNDU..
CSeq: 6 REGISTER.
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO.
User-Agent: Bria 3 release 3.1.2 stamp 58754.
Authorization: Digest username="9XX22X1XX2",realm="irock.com",nonce="4d115932fda8f48635d3e9b4804fa51764240559",uri="sip:irock.com",response="07b7f1b7d397329c1944144d583e4b36",cnonce="243319cdfb0d6a2df0af2a1228ec950f",nc=00000001,qop=auth,algorithm=MD5.
Content-Length: 0.
.

#
U 2010/12/21 19:49:08.499035 75.XXX.XXX.158:1696 -> 173.XXX.XXX.88:5060
SIP/2.0 200 OK.
Via: SIP/2.0/UDP 173.XXX.XXX.88;branch=z9hG4bKf2c5.1d936104.0.
Contact: <sip:9XX22X1XX2 at 75.XXX.XXX.158:1696;transport=udp>.
To: <sip:9XX22X1XX2 at irock.com>;tag=3e7dfbd6.
From: <sip:9XX27X2XX9 at irock.com>;tag=155c340f586c28d0300cf5a6ccf90d99-5ddb.
Call-ID: OTZiY2IxZDU1YWNlNjRkYTAxZDViMTIwN2U0ZTNlZjE..
CSeq: 2 NOTIFY.
User-Agent: Bria 3 release 3.1.2 stamp 58754.
Content-Length: 0.
.

#
U 2010/12/21 19:49:08.509517 173.XXX.XXX.88:5060 -> 75.XXX.XXX.158:1696
SIP/2.0 200 OK.
Via: SIP/2.0/UDP 192.168.33.28:1696;branch=z9hG4bK-d8754z-6a049c364c14eb28-1---d8754z-;rport=1696;received=75.XXX.XXX.158.
To: "Moo "<sip:9XX22X1XX2 at irock.com>;tag=c97b4d1cb1f3d0da549e06a8d482ef63.e010.
From: "Moo "<sip:9XX22X1XX2 at irock.com>;tag=fe637cac.
Call-ID: NjE5MWRkMDAzNzljZDU2NmJkOGNkZTAwZjZlMWYyNDU..
CSeq: 6 REGISTER.
Contact: <sip:9XX22X1XX2 at 75.XXX.XXX.158:2073;line=3yh3uxfo>;q=1;expires=3243;received="sip:75.XXX.XXX.158:2073".
Server: OpenSIPS (1.6.4-notls (x86_64/linux)).
Content-Length: 0.
-------------- next part --------------
Good logout
.

U 2010/12/21 20:09:30.354962 75.XXX.XXX.158:50388 -> 173.XXX.XXX.88:5060
SUBSCRIBE sip:sa at 173.XXX.XXX.88:5060 SIP/2.0.
Via: SIP/2.0/UDP 192.168.33.20:50388;branch=z9hG4bK-d8754z-98fc12a8c3e9fd7d-1---d8754z-;rport.
Max-Forwards: 70.
Contact: <sip:9XX27X2XX9 at 75.XXX.XXX.158:50388>.
To: <sip:9XX22X1XX2 at irock.com>;tag=155c340f586c28d0300cf5a6ccf90d99-1ed2.
From: "Duane Larson"<sip:9XX27X2XX9 at irock.com>;tag=adb06f83.
Call-ID: YjBiZjA1ZTJkYWZhYmE5NjNhNzhlODkyYjRjMjAzY2M..
CSeq: 2 SUBSCRIBE.
Subject: .
Expires: 0.
Accept: multipart/related, application/rlmi+xml, application/pidf+xml.
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO.
Supported: eventlist.
User-Agent: Bria 3 release 3.1.2 stamp 58754.
Event: presence.
Content-Length: 0.
.

#
U 2010/12/21 20:09:30.354984 75.XXX.XXX.158:50388 -> 173.XXX.XXX.88:5060
PUBLISH sip:9XX27X2XX9 at irock.com SIP/2.0.
Via: SIP/2.0/UDP 192.168.33.20:50388;branch=z9hG4bK-d8754z-a774a268c5ed2e9a-1---d8754z-;rport.
Max-Forwards: 70.
Contact: <sip:9XX27X2XX9 at 75.XXX.XXX.158:50388>.
To: "Duane Larson"<sip:9XX27X2XX9 at irock.com>.
From: "Duane Larson"<sip:9XX27X2XX9 at irock.com>;tag=1e99ffe1.
Call-ID: NTIzNWFjM2U2NzlkNTQwNDAzMmNmYmVlZmQ2MTFkZmQ..
CSeq: 3 PUBLISH.
Expires: 0.
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO.
Content-Type: application/pidf+xml.
SIP-If-Match: a.1292905955.11147.93.1.
User-Agent: Bria 3 release 3.1.2 stamp 58754.
Event: presence.
Content-Length: 0.
.

#
U 2010/12/21 20:09:30.354989 75.XXX.XXX.158:50388 -> 173.XXX.XXX.88:5060
REGISTER sip:irock.com SIP/2.0.
Via: SIP/2.0/UDP 192.168.33.20:50388;branch=z9hG4bK-d8754z-d051f7f812914ec9-1---d8754z-;rport.
Max-Forwards: 70.
Contact: <sip:9XX27X2XX9 at 75.XXX.XXX.158:50388;rinstance=7a1daebcf063c708>;expires=0.
To: "Duane Larson"<sip:9XX27X2XX9 at irock.com>.
From: "Duane Larson"<sip:9XX27X2XX9 at irock.com>;tag=fc0bd5dc.
Call-ID: MWMyOTlmZmQ0MjAzMmQ4MjFmN2UyNDc3YzVhYjFiOGE..
CSeq: 5 REGISTER.
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO.
User-Agent: Bria 3 release 3.1.2 stamp 58754.
Authorization: Digest username="9XX27X2XX9",realm="irock.com",nonce="4d115da0f77c2ac2968faf9424144b51aae8a3fb",uri="sip:irock.com",response="189960626189800736b7f0f9c18e2404",cnonce="0bdfeca38c23d3ef9eb0e08c4bd85534",nc=00000004,qop=auth,algorithm=MD5.
Content-Length: 0.
.

#
U 2010/12/21 20:09:30.358934 173.XXX.XXX.88:5060 -> 75.XXX.XXX.158:50388
SIP/2.0 401 Unauthorized.
Via: SIP/2.0/UDP 192.168.33.20:50388;branch=z9hG4bK-d8754z-d051f7f812914ec9-1---d8754z-;rport=50388;received=75.XXX.XXX.158.
To: "Duane Larson"<sip:9XX27X2XX9 at irock.com>;tag=c97b4d1cb1f3d0da549e06a8d482ef63.2f75.
From: "Duane Larson"<sip:9XX27X2XX9 at irock.com>;tag=fc0bd5dc.
Call-ID: MWMyOTlmZmQ0MjAzMmQ4MjFmN2UyNDc3YzVhYjFiOGE..
CSeq: 5 REGISTER.
WWW-Authenticate: Digest realm="irock.com", nonce="4d115df86c2f7d1a2e0eb073fcb3a6e2ef804447", qop="auth", stale=true.
Server: OpenSIPS (1.6.4-notls (x86_64/linux)).
Content-Length: 0.
.

#
U 2010/12/21 20:09:30.361066 173.XXX.XXX.88:5060 -> 75.XXX.XXX.158:50388
SIP/2.0 200 OK.
Via: SIP/2.0/UDP 192.168.33.20:50388;branch=z9hG4bK-d8754z-98fc12a8c3e9fd7d-1---d8754z-;rport=50388;received=75.XXX.XXX.158.
To: <sip:9XX22X1XX2 at irock.com>;tag=155c340f586c28d0300cf5a6ccf90d99-1ed2.
From: "Duane Larson"<sip:9XX27X2XX9 at irock.com>;tag=adb06f83.
Call-ID: YjBiZjA1ZTJkYWZhYmE5NjNhNzhlODkyYjRjMjAzY2M..
CSeq: 2 SUBSCRIBE.
Expires: 0.
Contact: <sip:sa at 173.XXX.XXX.88:5060>.
Server: OpenSIPS (1.6.4-notls (x86_64/linux)).
Content-Length: 0.
.

#
U 2010/12/21 20:09:30.410440 173.XXX.XXX.88:5060 -> 75.XXX.XXX.158:50388
SIP/2.0 200 OK.
Via: SIP/2.0/UDP 192.168.33.20:50388;branch=z9hG4bK-d8754z-a774a268c5ed2e9a-1---d8754z-;rport=50388;received=75.XXX.XXX.158.
To: "Duane Larson"<sip:9XX27X2XX9 at irock.com>;tag=155c340f586c28d0300cf5a6ccf90d99-25e3.
From: "Duane Larson"<sip:9XX27X2XX9 at irock.com>;tag=1e99ffe1.
Call-ID: NTIzNWFjM2U2NzlkNTQwNDAzMmNmYmVlZmQ2MTFkZmQ..
CSeq: 3 PUBLISH.
Expires: 0.
SIP-ETag: a.1292905955.11147.93.1.
Server: OpenSIPS (1.6.4-notls (x86_64/linux)).
Content-Length: 0.
.

#
U 2010/12/21 20:09:30.424002 75.XXX.XXX.158:50388 -> 173.XXX.XXX.88:5060
REGISTER sip:irock.com SIP/2.0.
Via: SIP/2.0/UDP 192.168.33.20:50388;branch=z9hG4bK-d8754z-bf6265ae033514cf-1---d8754z-;rport.
Max-Forwards: 70.
Contact: <sip:9XX27X2XX9 at 75.XXX.XXX.158:50388;rinstance=7a1daebcf063c708>;expires=0.
To: "Duane Larson"<sip:9XX27X2XX9 at irock.com>.
From: "Duane Larson"<sip:9XX27X2XX9 at irock.com>;tag=fc0bd5dc.
Call-ID: MWMyOTlmZmQ0MjAzMmQ4MjFmN2UyNDc3YzVhYjFiOGE..
CSeq: 6 REGISTER.
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO.
User-Agent: Bria 3 release 3.1.2 stamp 58754.
Authorization: Digest username="9XX27X2XX9",realm="irock.com",nonce="4d115df86c2f7d1a2e0eb073fcb3a6e2ef804447",uri="sip:irock.com",response="3f2650b13f366d11dfa74b05fbe9ae19",cnonce="defb69aa732685a78bdd9f74f5e5d92d",nc=00000001,qop=auth,algorithm=MD5.
Content-Length: 0.
.

#
U 2010/12/21 20:09:30.436856 173.XXX.XXX.88:5060 -> 75.XXX.XXX.158:50388
NOTIFY sip:9XX27X2XX9 at 75.XXX.XXX.158:50388 SIP/2.0.
Via: SIP/2.0/UDP 173.XXX.XXX.88;branch=z9hG4bKaa18.c3857236.0.
To: <sip:9XX27X2XX9 at irock.com>;tag=adb06f83.
From: <sip:9XX22X1XX2 at irock.com>;tag=155c340f586c28d0300cf5a6ccf90d99-1ed2.
CSeq: 2 NOTIFY.
Call-ID: YjBiZjA1ZTJkYWZhYmE5NjNhNzhlODkyYjRjMjAzY2M..
Content-Length: 561.
User-Agent: OpenSIPS (1.6.4-notls (x86_64/linux)).
Max-Forwards: 70.
Event: presence.
Contact: <sip:sa at 173.XXX.XXX.88:5060>.
Subscription-State: terminated;reason=timeout.
Content-Type: application/pidf+xml.
.
<?xml version="1.0" encoding="UTF-8"?>
<presence xmlns="urn:ietf:params:xml:ns:pidf" xmlns:dm="urn:ietf:params:xml:ns:pidf:data-model" xmlns:rpid="urn:ietf:params:xml:ns:pidf:rpid" xmlns:c="urn:ietf:params:xml:ns:pidf:cipid" xmlns:lt="urn:ietf:params:xml:ns:location-type" entity="sip:9XX22X1XX2 at irock.com"><tuple id="t1a4873de"><status><basic>open</basic></status></tuple><dm:person id="p7b43c657"><dm:note>Available</dm:note></dm:person><tuple id="tbb3775db"><0.P.:status><0.P.:basic>open</0.P.:basic></0.P.:status></tuple><person id="p2ca8be68"/></presence>

#
U 2010/12/21 20:09:30.438144 173.XXX.XXX.88:5060 -> 75.XXX.XXX.158:50388
SIP/2.0 200 OK.
Via: SIP/2.0/UDP 192.168.33.20:50388;branch=z9hG4bK-d8754z-bf6265ae033514cf-1---d8754z-;rport=50388;received=75.XXX.XXX.158.
To: "Duane Larson"<sip:9XX27X2XX9 at irock.com>;tag=c97b4d1cb1f3d0da549e06a8d482ef63.c0e9.
From: "Duane Larson"<sip:9XX27X2XX9 at irock.com>;tag=fc0bd5dc.
Call-ID: MWMyOTlmZmQ0MjAzMmQ4MjFmN2UyNDc3YzVhYjFiOGE..
CSeq: 6 REGISTER.
Server: OpenSIPS (1.6.4-notls (x86_64/linux)).
Content-Length: 0.
.

#
U 2010/12/21 20:09:30.472112 173.XXX.XXX.88:5060 -> 75.XXX.XXX.158:2806
NOTIFY sip:9XX22X1XX2 at 75.XXX.XXX.158:2806;transport=udp SIP/2.0.
Via: SIP/2.0/UDP 173.XXX.XXX.88;branch=z9hG4bK15f.f437b0b5.0.
To: <sip:9XX22X1XX2 at irock.com>;tag=5eff9785.
From: <sip:9XX27X2XX9 at irock.com>;tag=155c340f586c28d0300cf5a6ccf90d99-0cf7.
CSeq: 4 NOTIFY.
Call-ID: ZThlZTExN2JmMDExYWMyYjBhZjhmMmU5YTc0ZTEyY2E..
Content-Length: 146.
User-Agent: OpenSIPS (1.6.4-notls (x86_64/linux)).
Max-Forwards: 70.
Event: presence.
Contact: <sip:sa at 173.XXX.XXX.88:5060>.
Subscription-State: active;expires=3488.
Content-Type: application/pidf+xml.
.
<?xml version="1.0"?>
<presence entity="sip:9XX27X2XX9 at irock.com"><tuple id="t2571e854"><status><basic>closed</basic></status></tuple></presence>

#
U 2010/12/21 20:09:30.500985 75.XXX.XXX.158:50388 -> 173.XXX.XXX.88:5060
SIP/2.0 200 OK.
Via: SIP/2.0/UDP 173.XXX.XXX.88;branch=z9hG4bKaa18.c3857236.0.
Contact: <sip:9XX27X2XX9 at 75.XXX.XXX.158:50388>.
To: <sip:9XX27X2XX9 at irock.com>;tag=adb06f83.
From: <sip:9XX22X1XX2 at irock.com>;tag=155c340f586c28d0300cf5a6ccf90d99-1ed2.
Call-ID: YjBiZjA1ZTJkYWZhYmE5NjNhNzhlODkyYjRjMjAzY2M..
CSeq: 2 NOTIFY.
User-Agent: Bria 3 release 3.1.2 stamp 58754.
Content-Length: 0.
.



More information about the Users mailing list