[svn-commits] mjordan: trunk r394894 - in /trunk: ./ configs/iax.conf.sample
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Sat Jul 20 21:26:32 CDT 2013
Author: mjordan
Date: Sat Jul 20 21:26:31 2013
New Revision: 394894
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=394894
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
........
Merged revisions 394886 from http://svn.asterisk.org/svn/asterisk/branches/1.8
........
Merged revisions 394890 from http://svn.asterisk.org/svn/asterisk/branches/11
Modified:
trunk/ (props changed)
trunk/configs/iax.conf.sample
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-11-merged' - no diff available.
Modified: trunk/configs/iax.conf.sample
URL: http://svnview.digium.com/svn/asterisk/trunk/configs/iax.conf.sample?view=diff&rev=394894&r1=394893&r2=394894
==============================================================================
--- trunk/configs/iax.conf.sample (original)
+++ trunk/configs/iax.conf.sample Sat Jul 20 21:26:31 2013
@@ -608,6 +608,15 @@
; IPs can also optionally be given but are not required. Caller*ID can be
; 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