From 307317c31689229970a9eba22243fcebdfd865f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=C3=A1n=20C=20McCord?= Date: Tue, 31 Mar 2020 10:51:47 -0400 Subject: [PATCH] Add `= yes` to cli.conf ready registration Thanks to @danjenkins for the discovery and fix. Fixes #7 --- defaults/cli.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/cli.conf b/defaults/cli.conf index 28a6161..45a71dc 100644 --- a/defaults/cli.conf +++ b/defaults/cli.conf @@ -1,5 +1,5 @@ [startup_commands] -dialplan set global ASTERISK_CONFIG_SYSTEM_READY 1 +dialplan set global ASTERISK_CONFIG_SYSTEM_READY 1 = yes #include cli_custom.conf #include cli.d/*.conf