Drop SRST support

Asterisk does not support SRST
This commit is contained in:
stevenA 2022-02-01 11:45:51 +01:00
parent 79b6010496
commit 043d45dd73

View file

@ -16,7 +16,7 @@
// now will populate from the db defaults. // now will populate from the db defaults.
$defaultVals = $this->getTableDefaults('sccpdevice', true); $defaultVals = $this->getTableDefaults('sccpdevice', true);
echo $this->showGroup('sccp_srst', 1); //echo $this->showGroup('sccp_srst', 1);
echo $this->showGroup('sccp_dev_vendor_conf', 1, 'sccpdevice', $defaultVals); echo $this->showGroup('sccp_dev_vendor_conf', 1, 'sccpdevice', $defaultVals);
?> ?>