36 lines
1.2 KiB
PHP
36 lines
1.2 KiB
PHP
<?php
|
|
/*
|
|
* To change this license header, choose License Headers in Project Properties.
|
|
* To change this template file, choose Tools | Templates
|
|
* and open the template in the editor.
|
|
*/
|
|
// vim: set ai ts=4 sw=4 ft=phtml:
|
|
// print_r($this->sccpvalues['sccp_comatable']);
|
|
// print_r($this->sccpvalues);
|
|
// $id_name = 'SEP000A8A5C5F25';
|
|
// $dev_data = $this->sccp_getdevice_info($id_name);
|
|
// print_r($dev_data);
|
|
|
|
/// $sccpdriver = $this->freepbx->Config->get_conf_setting('ASTSCCPDRIVER');
|
|
$driver = $this->configs->getConfig('sccp_lang');
|
|
// $driver = $this->FreePBX->Config->get_conf_setting('ASTSCCPDRIVER');
|
|
// $driver = $this->FreePBX->Config->get_conf_setting('ASTSIPDRIVER');
|
|
// $tversion = $freepbx->Config;
|
|
print_r($driver );
|
|
|
|
?>
|
|
|
|
<form autocomplete="off" name="frm_general" id="frm_general" class="fpbx-submit" action="" method="post">
|
|
<input type="hidden" name="category" value="generalform">
|
|
<input type="hidden" name="Submit" value="Submit">
|
|
<?php
|
|
|
|
echo $this->ShowGroup('sccp_general',1);
|
|
echo $this->ShowGroup('sccp_net',1);
|
|
echo $this->ShowGroup('sccp_lang',1);
|
|
echo $this->ShowGroup('sccp_qos_config',1);
|
|
echo $this->ShowGroup('sccp_extpath_config',1);
|
|
?>
|
|
|
|
</form>
|