mirror of
https://github.com/asterisk/asterisk.git
synced 2026-05-04 12:27:04 +00:00
Handle deprecated (aliased) option names with the config options api
Add a simple way to register "deprecated" option names that alias to a different "current" name. Review: https://reviewboard.asterisk.org/r/2026/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@370043 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -12,8 +12,8 @@ boolopt=true
|
||||
boolflag1=true
|
||||
boolflag2=false
|
||||
boolflag3=true
|
||||
acldenyopt=0.0.0.0/0
|
||||
aclpermitopt=1.2.3.4/32
|
||||
deny=0.0.0.0/0
|
||||
permit=1.2.3.4/32
|
||||
codecopt=!all,ulaw,g729
|
||||
stropt=test
|
||||
customopt=yes
|
||||
|
||||
Reference in New Issue
Block a user