Drop SRST support
Asterisk does not support SRST
This commit is contained in:
parent
79b6010496
commit
043d45dd73
|
@ -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);
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in a new issue