[asterisk-bugs] [Asterisk 0018075]: Asterisk fails to recognize SUBSCRIBE retransmissions and tries to re-authenticate them, which breaks presence on polycom phones
Asterisk Bug Tracker
noreply at bugs.digium.com
Wed Sep 29 16:16:11 CDT 2010
The following issue has been SUBMITTED.
======================================================================
https://issues.asterisk.org/view.php?id=18075
======================================================================
Reported By: mdu113
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 18075
Category: Channels/chan_sip/Subscriptions
Reproducibility: always
Severity: major
Priority: normal
Status: new
Asterisk Version: SVN
JIRA:
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): 1.4
SVN Revision (number only!): 289177
Request Review:
======================================================================
Date Submitted: 2010-09-29 16:16 CDT
Last Modified: 2010-09-29 16:16 CDT
======================================================================
Summary: Asterisk fails to recognize SUBSCRIBE
retransmissions and tries to re-authenticate them, which breaks presence on
polycom phones
Description:
Here's what happens from asterisk point of view:
-> SUBSCRIBE
<- 401 Unauthorized
-> SUBSCRIBE with auth
<- 200 OK (lost)
<- NOTIFY
-> 200 OK for NOTIFY
-> SUBSCRIBE with auth retransmission
<- 401 Unauthorized
At this point polycom phone received 2 "401 Unauthorized" in a row and it
completely gives up on resubscribing to this hint until reboot. While
polycom behavior is questionable, I believe asterisk should recognize
retransmission and resubmit 200OK in this case
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2010-09-29 16:16 mdu113 New Issue
2010-09-29 16:16 mdu113 Asterisk Version => SVN
2010-09-29 16:16 mdu113 Regression => No
2010-09-29 16:16 mdu113 SVN Branch (only for SVN checkouts, not tarball
releases) => 1.4
2010-09-29 16:16 mdu113 SVN Revision (number only!) => 289177
======================================================================
More information about the asterisk-bugs
mailing list