From a25a630659c49e5e5cddacdaa06a0bd323f7c9a1 Mon Sep 17 00:00:00 2001 From: Kevin Harwell Date: Tue, 2 Jul 2013 17:06:06 +0000 Subject: 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 --- res/res_sip.exports.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'res/res_sip.exports.in') diff --git a/res/res_sip.exports.in b/res/res_sip.exports.in index f557300f9..fb94f1ef2 100644 --- a/res/res_sip.exports.in +++ b/res/res_sip.exports.in @@ -53,6 +53,8 @@ LINKER_SYMBOL_PREFIXast_sip_retrieve_auths; LINKER_SYMBOL_PREFIXast_sip_cleanup_auths; LINKER_SYMBOL_PREFIXast_sip_is_content_type; + LINKER_SYMBOL_PREFIXast_sip_get_artificial_endpoint; + LINKER_SYMBOL_PREFIXast_sip_get_artificial_auth; LINKER_SYMBOL_PREFIXast_sip_report_invalid_endpoint; LINKER_SYMBOL_PREFIXast_sip_report_failed_acl; LINKER_SYMBOL_PREFIXast_sip_report_auth_failed_challenge_response; -- cgit v1.2.3