aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordvossel <dvossel@f38db490-d61c-443f-a65b-d21fe96a405b>2009-12-04 21:54:01 +0000
committerdvossel <dvossel@f38db490-d61c-443f-a65b-d21fe96a405b>2009-12-04 21:54:01 +0000
commit911cbf023234d8d0b35a917caff16170f29e0e21 (patch)
tree2a30503ded9615477151a554384bb1598f747660
parent8cf18995fd9a8db33e1a0ab7206b837049d7c605 (diff)
clarify requirecalltoken option in iax.sample.conf
(closes issue #16223) Reported by: bklang Patches: clarify-iax-requirecalltoken.patch uploaded by bklang (license 919) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@233279 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--configs/iax.conf.sample3
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/iax.conf.sample b/configs/iax.conf.sample
index 1e4d8cea1..94aa87bce 100644
--- a/configs/iax.conf.sample
+++ b/configs/iax.conf.sample
@@ -278,12 +278,13 @@ autokill=yes
;
;calltokenoptional=209.16.236.73/255.255.255.0
;
-; In a peer/user/friend definition, the 'requirecalltoken' option may be used.
; By setting 'requirecalltoken=no', call token validation becomes optional for
; that peer/user. By setting 'requirecalltoken=auto', call token validation
; is optional until a call token supporting peer registers successfully using
; call token validation. This is used as an indication that from now on, we
; can require it from this peer. So, requirecalltoken is internally set to yes.
+; requirecalltoken may only be used in peer/user/friend definitions,
+; not in the global scope.
; By default, 'requirecalltoken=yes'.
;
;requirecalltoken=no