diff --git a/Sccp_manager.class.php b/Sccp_manager.class.php
index a6a0e1d..a25d692 100644
--- a/Sccp_manager.class.php
+++ b/Sccp_manager.class.php
@@ -997,17 +997,9 @@ class Sccp_manager extends \FreePBX_Helpers implements \BMO {
if (empty($dev_schema)) {
$dev_schema[0]['model'] = "ERROR in Model Schema";
}
- $result[] = array(
- 'name' => $id_name,
- 'mac' => $id_name,
- 'button' => '---',
- 'type' => $dev_schema[0]['model'],
- 'new_hw' => 'Y',
- 'description' => '*NEW* ' . $dev_ids['descr'],
- 'status' => '*NEW* ' . $dev_ids['status'],
- 'address' => $dev_ids['address'],
- 'addon' => $dev_addon
- );
+ $result[] = array('name' => $id_name, 'mac' => $id_name, 'button' => '---', 'type' => $dev_schema[0]['model'], 'new_hw' => 'Y',
+ 'description' => '*NEW* ' . $dev_ids['descr'], 'status' => '*NEW* ' . $dev_ids['status'], 'address' => $dev_ids['address'],
+ 'addon' => $dev_addon);
}
}
}
diff --git a/Sccp_manager.inc/dbinterface.class.php b/Sccp_manager.inc/dbinterface.class.php
index 99b6c24..7722457 100644
--- a/Sccp_manager.inc/dbinterface.class.php
+++ b/Sccp_manager.inc/dbinterface.class.php
@@ -403,6 +403,7 @@ class dbinterface
}
}
}
+
return $result;
}
}
diff --git a/Sccp_manager.inc/srvinterface.class.php b/Sccp_manager.inc/srvinterface.class.php
index c3d2b82..982ecb1 100644
--- a/Sccp_manager.inc/srvinterface.class.php
+++ b/Sccp_manager.inc/srvinterface.class.php
@@ -14,8 +14,8 @@ class srvinterface {
var $error;
var $_info;
- var $ami_mode;
- var $useAmiForSoftKeys = true;
+ var $ami_mode = false;
+ var $useAmiInterface = true;
public function __construct($parent_class = null) {
$this->paren_class = $parent_class;
@@ -231,11 +231,11 @@ class srvinterface {
default:
$retval = 430;
}
- if ($res['RevisionNum'] < 11048) {
- $this->useAmiForSoftKeys = false;
+ if ($res['RevisionNum'] < 11063) {
+ $this->useAmiInterface = false;
}
if ($revNumComp) {
- return array($retval, $this->useAmiForSoftKeys);
+ return array($retval, $this->useAmiInterface);
}
return $retval;
}
@@ -249,8 +249,7 @@ class srvinterface {
}
public function sccp_list_keysets() {
-
- if (($this->ami_mode) && ($this->useAmiForSoftKeys)){
+ if ($this->ami_mode) {
return $this->aminterface->sccp_list_keysets();
} else {
return $this->oldinterface->sccp_list_keysets();
diff --git a/Technical.notes/Conferencing.txt b/Technical.notes/Conferencing.txt
index ced8269..d3cfee8 100644
--- a/Technical.notes/Conferencing.txt
+++ b/Technical.notes/Conferencing.txt
@@ -12,7 +12,7 @@ param default description
conf_allow yes Allow the use of conference
conf_play_general_announce yes Playback General Announcements (like: 'You are Entering/Leaving the conference')
conf_play_part_announce yes Playback Personal/Participant Announcements, (like: 'You have been muted / You have been kicked')
-conf_mute_on_entry no Mute new participants from the start, when they enter the conference (Preventing them to talk amongst one another). The Moderator will have to UnMute a participant manually to allow them to speak. Usefull in a classroom setting.
+conf_mute_on_entry no Mute new participants from the start, when they enter the conference (Preventing them to talk amongst one another). The Moderator will have to UnMute a participant manually to allow them to speak. Useful in a classroom setting.
conf_music_on_hold_class 'default' Play music on hold of this class when no moderator is listening on the conference. If set to an empty string, no music on hold will be played.
conf_show_conflist yes Automatically show conference list to the moderator
Creating a New Conference (Conf Softkey)
diff --git a/Technical.notes/SEP0000000000.cnf.xml_annotated b/Technical.notes/SEP0000000000.cnf.xml_annotated
index 4637976..fa5a73f 100644
--- a/Technical.notes/SEP0000000000.cnf.xml_annotated
+++ b/Technical.notes/SEP0000000000.cnf.xml_annotated
@@ -308,7 +308,7 @@
For example, if you want to enter 411, 511, and 911 as special numbers, enter 411,511,911 in the field without spaces.
string
length = 16
- comma seperated
+ comma separated
-->