]> git.ipfire.org Git - thirdparty/asterisk.git/commit
PJSIP ACLs: Fix ACLs not loading on startup and apply/acl issues on contact
authorJonathan Rose <jrose@digium.com>
Thu, 20 Nov 2014 16:13:22 +0000 (16:13 +0000)
committerJonathan Rose <jrose@digium.com>
Thu, 20 Nov 2014 16:13:22 +0000 (16:13 +0000)
commitddc3f4846f3b3d509cdb5f49f0d823de059f737a
treee6550547f6a7cd05ac2bcd11e41f1b2fc28ee2aa
parent19ba0d136348e1325e572dba4dd6c53af21d29b7
PJSIP ACLs: Fix ACLs not loading on startup and apply/acl issues on contact

The biggest problem this patch fixes is that ACLs weren't previously being
loaded when the res_pjsip_acl module was loaded. Yikes. In addition, the
ACL options contact_permit and contact_acl were effectively interpreted as
contact_deny and this patch fixes that as well.

AST-1418 #close
Reported by: Thomas Thompson
Review: https://reviewboard.asterisk.org/r/4120/

ASTERISK-24531 #close
Reported by: Matt Jordan
Review: https://reviewboard.asterisk.org/r/4171/
........

Merged revisions 428333 from http://svn.asterisk.org/svn/asterisk/branches/12

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/13@428343 65c4cc65-6c06-0410-ace0-fbb531ad65f3
res/res_pjsip_acl.c