From cdff02c08fff350660d3ef363fb11f00047fa5bd Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Thu, 7 Feb 2008 16:47:52 +0000 Subject: [PATCH] Merged revisions 102807 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r102807 | kpfleming | 2008-02-07 10:41:55 -0600 (Thu, 07 Feb 2008) | 2 lines document usage of 'transfer' configuration option for ISDN PRI switch-side transfers ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@102808 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- configs/zapata.conf.sample | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/configs/zapata.conf.sample b/configs/zapata.conf.sample index b2146b6b5e..15c7d3f815 100644 --- a/configs/zapata.conf.sample +++ b/configs/zapata.conf.sample @@ -390,8 +390,12 @@ callwaitingcallerid=yes ; threewaycalling=yes ; -; Support flash-hook call transfer (requires three way calling) -; Also enables call parking (overrides the 'canpark' parameter) +; For FXS ports (either direct analog or over T1/E1): +; Support flash-hook call transfer (requires three way calling) +; Also enables call parking (overrides the 'canpark' parameter) +; +; For digital ports using ISDN PRI protocols: +; Support switch-side transfer (called 2BCT, RLT or other names) ; transfer=yes ; -- 2.47.2