summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorOlle Johansson <oej@edvina.net>2006-04-07 19:11:22 +0000
committerOlle Johansson <oej@edvina.net>2006-04-07 19:11:22 +0000
commit7089dc1341d5361808d4acd034f63d874e3417c1 (patch)
tree9fcb07813c761c6698388573346bd546999bfbe0 /configs
parentfd54f365091272a38371990731fa800cdaae05ff (diff)
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
Diffstat (limited to 'configs')
-rw-r--r--configs/osp.conf.sample8
1 files changed, 8 insertions, 0 deletions
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