-
- Downloads
New SIP Channel driver: Always Auth Reject
If no matching endpoint is found for the incoming request Asterisk will respond with a 401 Unauthorized (rejecting the request), but will first challenge if no authorization creditials are given. Changes also included moving ACL options into a new global 'security' configuration section in res_sip.conf. (closes issue ASTERISK-21433) Reported by: Matt Jordan Review: https://reviewboard.asterisk.org/r/2554/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@393442 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Showing
- include/asterisk/res_sip.h 44 additions, 0 deletionsinclude/asterisk/res_sip.h
- res/res_sip.c 2 additions, 0 deletionsres/res_sip.c
- res/res_sip.exports.in 2 additions, 0 deletionsres/res_sip.exports.in
- res/res_sip/config_auth.c 2 additions, 0 deletionsres/res_sip/config_auth.c
- res/res_sip/config_security.c 88 additions, 0 deletionsres/res_sip/config_security.c
- res/res_sip/sip_configuration.c 12 additions, 0 deletionsres/res_sip/sip_configuration.c
- res/res_sip/sip_distributor.c 66 additions, 10 deletionsres/res_sip/sip_distributor.c
- res/res_sip_acl.c 10 additions, 72 deletionsres/res_sip_acl.c
- res/res_sip_authenticator_digest.c 27 additions, 15 deletionsres/res_sip_authenticator_digest.c
- res/res_sip_outbound_authenticator_digest.c 3 additions, 0 deletionsres/res_sip_outbound_authenticator_digest.c
Loading
Please register or sign in to comment