mirror of
https://github.com/asterisk/asterisk.git
synced 2025-12-12 01:52:38 +00:00
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:
@@ -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]
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user