From c77c8b76cce650b42656c1aad2f327822ec8dd60 Mon Sep 17 00:00:00 2001 From: steve-lad <72376554+steve-lad@users.noreply.github.com> Date: Sun, 7 Feb 2021 14:48:49 +0100 Subject: [PATCH] Test for chan_sccp_b version compatibility SoftKeySets fails with chan_sccp-b prior to revision number 11048. Check the version with the installer, and subsequently to ensure do not get exception. --- Sccp_manager.inc/srvinterface.class.php | 1 - 1 file changed, 1 deletion(-) diff --git a/Sccp_manager.inc/srvinterface.class.php b/Sccp_manager.inc/srvinterface.class.php index 7192bbe..88b4e56 100644 --- a/Sccp_manager.inc/srvinterface.class.php +++ b/Sccp_manager.inc/srvinterface.class.php @@ -254,7 +254,6 @@ class srvinterface { } else { return $this->oldinterface->sccp_list_keysets(); } - } public function sccp_get_active_device() {