[asterisk-bugs] [JIRA] Closed: (ASTERISK-17518) [patch] Wrong uri in the authentication header
Joshua Colp (JIRA)
noreply at issues.asterisk.org
Wed Sep 26 11:12:27 CDT 2012
[ https://issues.asterisk.org/jira/browse/ASTERISK-17518?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Joshua Colp closed ASTERISK-17518.
----------------------------------
Resolution: Cannot Reproduce
I've been unable to reproduce this in the latest 1.8 with many different configurations. This has either been fixed already or there is a very specific configuration required to make it happen. If this is still occurring please reopen with full configuration information.
> [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.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the asterisk-bugs
mailing list