[asterisk-bugs] [JIRA] (ASTERISK-21684) patch to implement match_auth_username option(sip.conf) for SIP REGISTER
Rusty Newton (JIRA)
noreply at issues.asterisk.org
Wed Apr 24 14:53:38 CDT 2013
Rusty Newton created ASTERISK-21684:
---------------------------------------
Summary: patch to implement match_auth_username option(sip.conf) for SIP REGISTER
Key: ASTERISK-21684
URL: https://issues.asterisk.org/jira/browse/ASTERISK-21684
Project: Asterisk
Issue Type: Bug
Security Level: None
Components: Channels/chan_sip/Registration
Affects Versions: 11.3.0
Environment: centos 6, 64 bit
Reporter: Wolfgang Pichler
Severity: Minor
i have taken a look at the match_auth_username option in sip.conf - and in the chan_sip.c implementation.
chan_sip does implement the username check in the Authorization header for subscribes and invites and so on - but not for REGISTER.
Why is that so ? That does not make sense for me.
I have patched the register function in chan_sip - so it now does also accept the username in the authorization header. Does work as expected - and does solve some little "not that nice name on display" problems...
--
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