From a90817c9643de659057ba2f8ccc136212f86d8f2 Mon Sep 17 00:00:00 2001 From: mattf Date: Thu, 17 Oct 2024 20:18:16 +0000 Subject: [PATCH] Add comments to VD_amd.agi about AMDMINLEN dialplan variable git-svn-id: svn://192.168.202.10@3879 3d104415-ff17-0410-8863-d5cf3c621b8a --- agi/VD_amd.agi | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/agi/VD_amd.agi b/agi/VD_amd.agi index b7fa7b54..009faaf1 100644 --- a/agi/VD_amd.agi +++ b/agi/VD_amd.agi @@ -21,7 +21,11 @@ # exten => _8320*.,1,AGI(VD_amd.agi,${EXTEN}-----YES) # exten => _8320*.,2,Hangup # -# Copyright (C) 2023 Matt Florell LICENSE: AGPLv2 +# To use the new "AMDMINLEN" feature, put a similar line like following line in your outbound dialing dialplan IMMEDIATELY BEFORE the "Dial(" line: +# exten => _91NXXNXXXXXX,n,Set(__AMDMINLEN=7) +# NOTE: the above variable setting will ensure that this script has run for a minimum of 7 seconds before ending and hanging up +# +# Copyright (C) 2024 Matt Florell LICENSE: AGPLv2 # # changes: # 60206-1434 - first build