From 75e83bdbab2a4dd26d56dd10755bf964fb995b4b Mon Sep 17 00:00:00 2001 From: Matthew Jordan Date: Sun, 21 Jul 2013 02:26:31 +0000 Subject: 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 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@394894 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- configs/iax.conf.sample | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'configs/iax.conf.sample') diff --git a/configs/iax.conf.sample b/configs/iax.conf.sample index e26c6fd9c..d5ff72469 100644 --- a/configs/iax.conf.sample +++ b/configs/iax.conf.sample @@ -608,6 +608,15 @@ description=Demo System At Digium ; Description of this peer, as listed by ; 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 -- cgit v1.2.3