From 7b0c1cb2751cdf913fe06e5676ae30001bb1c257 Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Wed, 14 Sep 2005 01:40:22 +0000 Subject: add token format specification support (issue #5199) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6580 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- configs/osp.conf.sample | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'configs') diff --git a/configs/osp.conf.sample b/configs/osp.conf.sample index b963cd3eb..e7e04036a 100755 --- a/configs/osp.conf.sample +++ b/configs/osp.conf.sample @@ -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] ; -- cgit v1.2.3