[asterisk-bugs] [Asterisk 0018932]: [patch] Wrong uri in the authentication header

Asterisk Bug Tracker noreply at bugs.digium.com
Tue Mar 8 11:54:01 CST 2011


The following issue has been UPDATED. 
====================================================================== 
https://issues.asterisk.org/view.php?id=18932 
====================================================================== 
Reported By:                viraptor
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   18932
Category:                   Channels/chan_sip/Interoperability
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     confirmed
Asterisk Version:           1.8.3 
JIRA:                        
Regression:                 No 
Reviewboard Link:            
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Request Review:              
====================================================================== 
Date Submitted:             2011-03-06 12:51 CST
Last Modified:              2011-03-08 11:54 CST
====================================================================== 
Summary:                    [patch] Wrong uri in the authentication header
Description: 
I just tried to send a call via callcentric.com from asterisk 1.8.3 box.
During the password check is seems to send a wrong URI - skipping the user
part. For example, the packet sent out was:

-----
INVITE sip:17771234567 at callcentric.com SIP/2.0.
...
Proxy-Authorization: Digest username="17772777xxx",
realm="callcentric.com", algorithm=MD5, uri="sip:callcentric.com",
nonce="xxxxxxxxxxxxxxxxxxxxxxxxxx", response="xxxxxxxxxxxxxxxxxxxxxxxxxx".
-----

While according to the RFC3261 (22.4 step 3), it should be the request
uri, so "sip:17771234567 at callcentric.com".
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2011-03-08 11:54 lmadsen        Severity                 major => minor      
2011-03-08 11:54 lmadsen        Category                
Channels/chan_sip/General => Channels/chan_sip/Interoperability
======================================================================




More information about the asterisk-bugs mailing list