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;