From 7089dc1341d5361808d4acd034f63d874e3417c1 Mon Sep 17 00:00:00 2001 From: Olle Johansson Date: Fri, 7 Apr 2006 19:11:22 +0000 Subject: Issue #6899 - remove OSP support code from chan_sip.c and app_dial.c - implement all functions through internal APIs in res_osp.c and app_osplookup.c (homesick) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@18369 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 e7e04036a..75545716f 100644 --- a/configs/osp.conf.sample +++ b/configs/osp.conf.sample @@ -62,3 +62,11 @@ ; Set the "source" for requesting authorization ; ;source=foo +; +; Set the authentication policy. +; 0 - NO +; 1 - YES +; 2 - EXCLUSIVE +; Default is 1, validate token but allow no token. +; +;authpolicy=1 -- cgit v1.2.3