]> 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 15:46:39 +0000 (15:46 +0000)
committerJonathan Rose <jrose@digium.com>
Thu, 20 Nov 2014 15:46:39 +0000 (15:46 +0000)
commitc1d453a8fff9c486dbc8be6f4759a366cbc69cc3
tree96d37e6f2f9ee1fc79ca1a40429869f8ad3728a4
parent54ae6eca78e69478b7d9ae3eadaa1315155584b4
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/

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