[svn-commits] mjordan: branch 1.8 r394886 - /branches/1.8/configs/iax.conf.sample

SVN commits to the Digium repositories svn-commits at lists.digium.com
Sat Jul 20 21:19:24 CDT 2013


Author: mjordan
Date: Sat Jul 20 21:19:21 2013
New Revision: 394886

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=394886
Log:
Document connectedline parameter for chan_iax2

The connectedline parameter for a chan_iax2 peer was undocumented. This patch
documents the options in the sample configuration file.

(closes issue ASTERISK-21953)
Reported by: Birger "WIMPy" Harzenetter


Modified:
    branches/1.8/configs/iax.conf.sample

Modified: branches/1.8/configs/iax.conf.sample
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/configs/iax.conf.sample?view=diff&rev=394886&r1=394885&r2=394886
==============================================================================
--- branches/1.8/configs/iax.conf.sample (original)
+++ branches/1.8/configs/iax.conf.sample Sat Jul 20 21:19:21 2013
@@ -345,12 +345,12 @@
 ;
 ; 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
 ;
 ; By setting 'requirecalltoken=no', call token validation becomes optional for
-; that peer/user.  By setting 'requirecalltoken=auto', call token validation 
+; 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.
@@ -380,7 +380,7 @@
 ; has been disabled.  Unlike the 'maxcallnumbers' option, this limit is not
 ; separate for each individual IP address.  Any connection resulting in a
 ; non-call token validated call number being allocated contributes to this
-; limit.  For use cases, see the call token user guide.  This option's 
+; limit.  For use cases, see the call token user guide.  This option's
 ; default value of 8192 should be sufficient in most cases.
 ;
 ;maxcallnumbers_nonvalidated=1024
@@ -389,7 +389,7 @@
 ; for specific IP addresses and IP address ranges.  These limits take precedence
 ; over the global 'maxcallnumbers' option, but may still be overridden by a
 ; peer defined 'maxcallnumbers' entry.  Note that these limits take effect
-; for every individual address within the range, not the range as a whole. 
+; for every individual address within the range, not the range as a whole.
 ;
 ;[callnumberlimits]
 ;10.1.1.0/255.255.255.0 = 24
@@ -530,6 +530,15 @@
 ; suggested to the other side as well if it is for example a phone instead of
 ; another PBX.
 ;
+;connectedline=yes ; Set how connected line information is handled for this
+;                  ; peer. If set to "yes", both sending and receiving
+;                  ; connected line information will be enabled. If set to
+;                  ; "send", this peer will send connected line information
+;                  ; but will not process connected line updates. If set to
+;                  ; "receive", connected line updates will be processed
+;                  ; but not sent. If set to "no", connected line updates
+;                  ; will be disabled. Default is "no".
+
 
 ;[dynamichost]
 ;host=dynamic




More information about the svn-commits mailing list