From 4346a371066b42a5caa1949a7aac67905ebe0f1a Mon Sep 17 00:00:00 2001 From: Jason Parker Date: Thu, 17 Jan 2008 16:21:38 +0000 Subject: [PATCH] Merged revisions 98991 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 (Closes issue #11784) ........ r98991 | qwell | 2008-01-17 10:19:46 -0600 (Thu, 17 Jan 2008) | 4 lines Add a clarification about the immediate= option of zapata.conf Issue 11784, patch by klaus3000. ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@98992 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- configs/zapata.conf.sample | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/zapata.conf.sample b/configs/zapata.conf.sample index f369a79..e825576 100644 --- a/configs/zapata.conf.sample +++ b/configs/zapata.conf.sample @@ -522,6 +522,8 @@ pickupgroup=1 ; ; Specify whether the channel should be answered immediately or if the simple ; switch should provide dialtone, read digits, etc. +; Note: If immediate=yes the dialplan execution will always start at extension +; 's' priority 1 regardless of the dialed number! ; ;immediate=yes ; -- 1.7.9.5