aboutsummaryrefslogtreecommitdiffstats
path: root/configs/osp.conf.sample
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-07 19:11:22 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-07 19:11:22 +0000
commit3c9910c57ea93ad5c743ee7d4384f74df5f462f1 (patch)
tree9fcb07813c761c6698388573346bd546999bfbe0 /configs/osp.conf.sample
parentb104ac7d191ff501f7a5e095873a85ad0b36c290 (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: http://svn.digium.com/svn/asterisk/trunk@18369 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/osp.conf.sample')
-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