[asterisk-bugs] [JIRA] (ASTERISK-17518) [patch] Wrong uri in the authentication header
Olle Johansson (JIRA)
noreply at issues.asterisk.org
Fri Nov 29 08:02:03 CST 2013
[ https://issues.asterisk.org/jira/browse/ASTERISK-17518?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Olle Johansson reopened ASTERISK-17518:
---------------------------------------
Confirmed that this is an open issue.
> [patch] Wrong uri in the authentication header
> ----------------------------------------------
>
> Key: ASTERISK-17518
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-17518
> Project: Asterisk
> Issue Type: Bug
> Components: Channels/chan_sip/Interoperability
> Affects Versions: 1.8.3
> Reporter: Stanislaw Pitucha
> Severity: Minor
> Attachments: auth_uri.patch
>
>
> 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".
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.asterisk.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the asterisk-bugs
mailing list