From 9438b6979b20b84e91d3bdf6ccdd64278ab9f634 Mon Sep 17 00:00:00 2001 From: fusionate Date: Tue, 14 Feb 2023 00:35:30 +0000 Subject: [PATCH] Dialplan - Wakeup Call: Remove deprecated pin_number reference. --- app/dialplans/resources/switch/conf/dialplan/440_wake-up.xml | 2 +- app/scripts/resources/scripts/wakeup.lua | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/app/dialplans/resources/switch/conf/dialplan/440_wake-up.xml b/app/dialplans/resources/switch/conf/dialplan/440_wake-up.xml index 42acf0168f..9c64a70b17 100644 --- a/app/dialplans/resources/switch/conf/dialplan/440_wake-up.xml +++ b/app/dialplans/resources/switch/conf/dialplan/440_wake-up.xml @@ -2,7 +2,7 @@ - + diff --git a/app/scripts/resources/scripts/wakeup.lua b/app/scripts/resources/scripts/wakeup.lua index 54281a39dc..6375a47d38 100644 --- a/app/scripts/resources/scripts/wakeup.lua +++ b/app/scripts/resources/scripts/wakeup.lua @@ -38,7 +38,6 @@ function is_numeric(text) end --set the default values for the variables -pin_number = ""; max_tries = 3; digit_timeout = 3000;