add token format specification support (issue #5199)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6580 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kevin P. Fleming
2005-09-14 01:40:22 +00:00
parent 0c8f0e8bdb
commit 7b0c1cb275
2 changed files with 35 additions and 4 deletions

View File

@@ -14,6 +14,14 @@
; on a reload.
;
;accelerate=yes
;
; Defines the token format that Asterisk can validate.
; 0 - signed tokens only
; 1 - unsigned tokens only
; 2 - both signed and unsigned
; The defaults to 0, i.e. the Asterisk can validate signed tokens only.
;
;tokenformat=0
;[default]
;