Index: configs/iax.conf.sample =================================================================== --- configs/iax.conf.sample (revision 233091) +++ configs/iax.conf.sample (working copy) @@ -327,16 +327,17 @@ ; ; Call token validation can be set as optional for a single IP address or IP ; address range by using the 'calltokenoptional' option. 'calltokenoptional' is -; only a global option. +; only a global option. ; ;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