Fixed spelling errors by SimplySynced
Add support ATA device Update i18n spelling.
This commit is contained in:
parent
4887b92cb1
commit
d1be93cbbe
|
@ -123,7 +123,6 @@ class Sccp_manager extends \FreePBX_Helpers implements \BMO {
|
|||
return;
|
||||
}
|
||||
|
||||
|
||||
$this->getSccpSettingFromDB(); // Overwrite Exist
|
||||
// $this->getSccpSetingINI(false); // get from sccep.ini
|
||||
$this->init_sccp_path();
|
||||
|
|
|
@ -205,6 +205,7 @@ class srvinterface {
|
|||
return $result;
|
||||
}
|
||||
$metadata = $this->astman_retrieveJSFromMetaData("");
|
||||
// return $metadata;
|
||||
if ($metadata && array_key_exists("Version", $metadata)) {
|
||||
$result["Version"] = $metadata["Version"];
|
||||
$version_parts = explode(".", $metadata["Version"]);
|
||||
|
@ -246,6 +247,11 @@ class srvinterface {
|
|||
$result["vCode"] = 431;
|
||||
}
|
||||
}
|
||||
if (array_key_exists("RevisionHash", $metadata)) {
|
||||
$result["RevisionHash"] = $metadata["RevisionHash"];
|
||||
} else {
|
||||
$result["RevisionHash"] = '';
|
||||
}
|
||||
if (array_key_exists("RevisionNum", $metadata)) {
|
||||
$result["RevisionNum"] = $metadata["RevisionNum"];
|
||||
if ($metadata["RevisionNum"] >= "10403") { // new method, RevisionNum is incremental
|
||||
|
@ -256,6 +262,7 @@ class srvinterface {
|
|||
$result["futures"] = implode(';', $metadata["ConfigureEnabled"]);
|
||||
}
|
||||
} else {
|
||||
return null;
|
||||
die_freepbx("Version information could not be retrieved from chan-sccp, via astman::SCCPConfigMetaData");
|
||||
}
|
||||
return $result;
|
||||
|
|
|
@ -18,7 +18,7 @@ class xmlinterface {
|
|||
private $val_null = 'NONE'; /// REPLACE to null Field
|
||||
|
||||
public function __construct() {
|
||||
|
||||
|
||||
}
|
||||
|
||||
public function info() {
|
||||
|
@ -120,7 +120,7 @@ class xmlinterface {
|
|||
}
|
||||
|
||||
function create_SEP_XML($data_path = '', $data_values = array(), $dev_config = array(), $dev_id = '', $lang_info = array()) {
|
||||
|
||||
|
||||
$var_xml_general_fields = array('authenticationURL' => 'dev_authenticationURL', 'informationURL' => 'dev_informationURL', 'messagesURL' => 'dev_messagesURL',
|
||||
'servicesURL' => 'dev_servicesURL', 'directoryURL' => 'dev_directoryURL', 'proxyServerURL' => 'dev_proxyServerURL', 'idleTimeout' => 'dev_idleTimeout',
|
||||
'idleURL' => 'dev_idleURL', 'sshUserId' => 'dev_sshUserId', 'sshPassword' => 'dev_sshPassword', 'deviceProtocol' => 'dev_deviceProtocol'
|
||||
|
@ -128,7 +128,7 @@ class xmlinterface {
|
|||
$var_xml_general_vars = array('capfAuthMode' => 'null', 'capfList' => 'null', 'mobility' => 'null',
|
||||
'phoneServices' => 'null', 'certHash' => 'null',
|
||||
'deviceSecurityMode' => '1');
|
||||
|
||||
|
||||
if (empty($dev_id)) {
|
||||
return false;
|
||||
}
|
||||
|
@ -293,16 +293,16 @@ class xmlinterface {
|
|||
} else {
|
||||
$lang = (empty($hwlang[1])) ? $data_values['devlang'] : $hwlang[1];
|
||||
}
|
||||
if (($lang != 'null') && (!empty(trim($lang)))) {
|
||||
if ($key == 'networkLocale') {
|
||||
$xml_work->$key = $lang;
|
||||
} else {
|
||||
if (isset($lang_info[$lang])) {
|
||||
$xml_node->name = $lang_info[$lang]['locale'];
|
||||
$xml_node->langCode = $lang_info[$lang]['code'];
|
||||
$this->replaceSimpleXmlNode($xml_work->$key, $xml_node);
|
||||
if (($lang != 'null') && (!empty($lang))) {
|
||||
if ($key == 'networkLocale') {
|
||||
$xml_work->$key = $lang;
|
||||
} else {
|
||||
if (isset($lang_info[$lang])) {
|
||||
$xml_node->name = $lang_info[$lang]['locale'];
|
||||
$xml_node->langCode = $lang_info[$lang]['code'];
|
||||
$this->replaceSimpleXmlNode($xml_work->$key, $xml_node);
|
||||
}
|
||||
}
|
||||
}
|
||||
} else {
|
||||
$xml_work->$key = '';
|
||||
}
|
||||
|
|
89
conf/SEP0000000000.cnf.xml_ATA_template
Normal file
89
conf/SEP0000000000.cnf.xml_ATA_template
Normal file
|
@ -0,0 +1,89 @@
|
|||
<?xml version="1.0"?>
|
||||
<device>
|
||||
<sshUserId>cisco</sshUserId>
|
||||
<sshPassword>cisco</sshPassword>
|
||||
<devicePool>
|
||||
<dateTimeSetting>
|
||||
<dateTemplate>D-M-YA</dateTemplate>
|
||||
<timeZone>W. Europe Standard/Daylight Time</timeZone>
|
||||
<ntps>
|
||||
<ntp>
|
||||
<name>x.x.x.x</name>
|
||||
<ntpMode>Unicast</ntpMode>
|
||||
</ntp>
|
||||
</ntps>
|
||||
</dateTimeSetting>
|
||||
<callManagerGroup>
|
||||
<members>
|
||||
<member priority="0">
|
||||
<callManager>
|
||||
<ports>
|
||||
<ethernetPhonePort>2000</ethernetPhonePort>
|
||||
</ports>
|
||||
<processNodeName>x.x.x.x</processNodeName>
|
||||
</callManager>
|
||||
</member>
|
||||
</members>
|
||||
</callManagerGroup>
|
||||
<srstInfo>
|
||||
<srstOption>Enable</srstOption>
|
||||
<ipAddr1>x.x.x.x</ipAddr1>
|
||||
<port1>2000</port1>
|
||||
<ipAddr2/>
|
||||
<port2>2000</port2>
|
||||
<ipAddr3/>
|
||||
<port3>2000</port3>
|
||||
</srstInfo>
|
||||
<connectionMonitorDuration>120</connectionMonitorDuration>
|
||||
</devicePool>
|
||||
<loadInformation>SCCP11.8-5-2S</loadInformation>
|
||||
<vendorConfig>
|
||||
<disableSpeaker>false</disableSpeaker>
|
||||
<disableSpeakerAndHeadset>false</disableSpeakerAndHeadset>
|
||||
<forwardingDelay>1</forwardingDelay>
|
||||
<pcPort>0</pcPort>
|
||||
<settingsAccess>1</settingsAccess>
|
||||
<garp>0</garp>
|
||||
<voiceVlanAccess>0</voiceVlanAccess>
|
||||
<videoCapability>0</videoCapability>
|
||||
<autoSelectLineEnable>0</autoSelectLineEnable>
|
||||
<webAccess>0</webAccess>
|
||||
<daysDisplayNotActive>1,7</daysDisplayNotActive>
|
||||
<displayOnTime>08:30</displayOnTime>
|
||||
<displayOnDuration>11:30</displayOnDuration>
|
||||
<displayIdleTimeout>01:00</displayIdleTimeout>
|
||||
</vendorConfig>
|
||||
<userLocale>
|
||||
<name>Netherlands</name>
|
||||
<langCode>nl</langCode>
|
||||
<version>4.0(1)</version>
|
||||
<winCharSet>iso-8859-1</winCharSet>
|
||||
</userLocale>
|
||||
<networkLocale>Netherlands</networkLocale>
|
||||
<networkLocaleInfo>
|
||||
<name/>
|
||||
<uid>64</uid>
|
||||
<version>4.0(1)</version>
|
||||
</networkLocaleInfo>
|
||||
<deviceSecurityMode>1</deviceSecurityMode>
|
||||
<idleTimeout>3600</idleTimeout>
|
||||
<authenticationURL>http://x.x.x.x/cisco_menu/authentication.php</authenticationURL>
|
||||
<idleURL>http://x.x.x.x/cisco_menu/idle.php</idleURL>
|
||||
<informationURL>http://x.x.x.x/cisco_menu/help/help.php</informationURL>
|
||||
<messagesURL/>
|
||||
<proxyServerURL/>
|
||||
<servicesURL>http://x.x.x.x/cisco_menu/menu.php</servicesURL>
|
||||
<directoryURL>http://x.x.x.x/cisco_menu/directory/menu.php</directoryURL>
|
||||
<dscpForSCCPPhoneConfig>104</dscpForSCCPPhoneConfig>
|
||||
<dscpForSCCPPhoneServices>0</dscpForSCCPPhoneServices>
|
||||
<dscpForCm2Dvce>184</dscpForCm2Dvce>
|
||||
<transportLayerProtocol>4</transportLayerProtocol>
|
||||
<capfAuthMode>0</capfAuthMode>
|
||||
<capfList>
|
||||
<capf>
|
||||
<phonePort>3804</phonePort>
|
||||
</capf>
|
||||
</capfList>
|
||||
<certHash/>
|
||||
<encrConfig>false</encrConfig>
|
||||
</device>
|
|
@ -226,7 +226,7 @@ and open the template in the editor. Base Version before all crash :-)
|
|||
<default>no</default>
|
||||
<button value="yes">On</button>
|
||||
<button value="no">Off</button>
|
||||
<help>Silence Suppression: Slience Suppression on the phone.</help>
|
||||
<help>Silence Suppression: Silence Suppression on the phone.</help>
|
||||
</item>
|
||||
<item type="IS" id="10"><name>private</name> <label>Private Calling</label>
|
||||
<default>yes</default>
|
||||
|
@ -311,7 +311,7 @@ and open the template in the editor. Base Version before all crash :-)
|
|||
<name>dev_servicesURL</name>
|
||||
<default></default>
|
||||
<value></value>
|
||||
<options placeholder="http://x.x.x.x/cisco_menu/phone_service.php"></options>
|
||||
<options placeholder="http://x.x.x.x/cisco_menu/service.php"></options>
|
||||
|
||||
</input>
|
||||
<help></help>
|
||||
|
@ -328,7 +328,7 @@ and open the template in the editor. Base Version before all crash :-)
|
|||
<item type="IE" id="3" seq="10"><label>Phone Idle information URL</label>
|
||||
<input>
|
||||
<name>dev_idleURL</name>
|
||||
<options placeholder="http://x.x.x.x/cisco_menu/phone_idle.php"></options>
|
||||
<options placeholder="http://x.x.x.x/cisco_menu/idle.php"></options>
|
||||
<default></default>
|
||||
<value></value>
|
||||
</input>
|
||||
|
@ -337,7 +337,7 @@ and open the template in the editor. Base Version before all crash :-)
|
|||
<item type="IE" id="4" seq="10"><label>Phone information URL</label>
|
||||
<input>
|
||||
<name>dev_informationURL</name>
|
||||
<options placeholder="http://x.x.x.x/cisco_menu/cisco_phone.php"></options>
|
||||
<options placeholder="http://x.x.x.x/cisco_menu/information.php"></options>
|
||||
<default></default>
|
||||
</input>
|
||||
<help></help>
|
||||
|
@ -345,7 +345,7 @@ and open the template in the editor. Base Version before all crash :-)
|
|||
<item type="IE" id="5" seq="10"><label>Phone messages URL</label>
|
||||
<input>
|
||||
<name>dev_messagesURL</name>
|
||||
<options placeholder="http://x.x.x.x/cisco_menu/authentication.php"></options>
|
||||
<options placeholder="http://x.x.x.x/cisco_menu/messages.php"></options>
|
||||
<default></default>
|
||||
</input>
|
||||
<help></help>
|
||||
|
@ -353,7 +353,7 @@ and open the template in the editor. Base Version before all crash :-)
|
|||
<item type="IE" id="6" seq="10"><label>Phone directory service URL</label>
|
||||
<input>
|
||||
<name>dev_directoryURL</name>
|
||||
<options placeholder="http://x.x.x.x/cisco_menu/phone_directories.php"></options>
|
||||
<options placeholder="http://x.x.x.x/cisco_menu/directories.php"></options>
|
||||
<default></default>
|
||||
</input>
|
||||
<help>This is the URL for a CiscoIPPhoneMenu which gets appended to the end of the Missed/Received/Placed calls. I don't use it (I find it makes more sense to put my phone book under services)</help>
|
||||
|
@ -361,7 +361,7 @@ and open the template in the editor. Base Version before all crash :-)
|
|||
<item type="IE" id="7" seq="10"><label>Phone proxyServer URL</label>
|
||||
<input>
|
||||
<name>dev_proxyServerURL</name>
|
||||
<options placeholder="http://x.x.x.x/cisco_menu/proxyserver.php"></options>
|
||||
<options placeholder="http://x.x.x.x/cisco_menu/proxy.php"></options>
|
||||
<default></default>
|
||||
<value></value>
|
||||
</input>
|
||||
|
@ -424,9 +424,7 @@ and open the template in the editor. Base Version before all crash :-)
|
|||
<page_group name="sccp_hotline_config"><label>SCCP Line config</label>
|
||||
<item type="HLP" id="2">
|
||||
<name>Help_id2</name><label>HELP SCCP HotLine</label>
|
||||
<element type='p'>Setting the hotline Feature on a device, will make it connect to a predefined extension as soon as the Receiver
|
||||
is picked up or the "New Call" Button is pressed. No number has to be given. This works even on devices which have
|
||||
no entry in the config file or realtime database.</element>
|
||||
<element type='p'>Setting the hotline Feature on a device, will make it connect to a predefined extension as soon as the Receiver is picked up or the 'New Call' Button is pressed. No number has to be given. This works even on devices which have no entry in the config file or realtime database.</element>
|
||||
<element type='h4'>The hotline function can be used in :</element>
|
||||
<element type='table'>
|
||||
<row><col>First time configuration</col><col>This will make it easier to register new devices and assign numbers</col></row>
|
||||
|
@ -434,7 +432,7 @@ and open the template in the editor. Base Version before all crash :-)
|
|||
<row><col>For unprovisioned phones</col><col>To only be able to call the helpdesk to get their phone set up</col></row>
|
||||
</element>
|
||||
<element type='p'> </element>
|
||||
<element type='h3'>Be careful with this function. Especially not to the internet. So i would restring the deny/permit to 'internal' by default in that case. </element>
|
||||
<element type='h3'>Be careful with this function. Especially not to the internet. So i would restring the deny/permit to 'internal' by default in that case.</element>
|
||||
<element type='table'>
|
||||
<row><col>Allow =</col><col>Specify a list of your networks, for example: 192.168.1.0</col></row>
|
||||
<row><col>deny =</col><col>0.0.0.0/0.0.0.0</col></row>
|
||||
|
@ -518,7 +516,7 @@ and open the template in the editor. Base Version before all crash :-)
|
|||
<default>no</default>
|
||||
<button value="yes">Enabled</button>
|
||||
<button value="no">Disabled</button>
|
||||
<help>enable/disable conferencing via meetme (on/off), make sure you have one of the meetme apps mentioned below activated in module.conf</help>
|
||||
<help>Enable/Disable conferencing via meetme (on/off), make sure you have one of the meetme apps mentioned below activated in module.conf</help>
|
||||
</item>
|
||||
<item type="IS-disabled" id="9" seq="0"><label>Meetme Options</label>
|
||||
<input>
|
||||
|
@ -668,7 +666,7 @@ and open the template in the editor. Base Version before all crash :-)
|
|||
<name>softkeyset</name>
|
||||
<default>default</default>
|
||||
<select></select>
|
||||
<help>System default softkey</help>
|
||||
<help>System Default Softkey</help>
|
||||
</item>
|
||||
<item type="SLZ" id="3" seq="98"><label>Time Zone offset</label>
|
||||
<name>tzoffset</name>
|
||||
|
@ -702,7 +700,7 @@ and open the template in the editor. Base Version before all crash :-)
|
|||
<default></default>
|
||||
<class>sccp-custom</class>
|
||||
</input>
|
||||
<help>The ringtone that the phone will default to. Can be overridden in the phone. The file RINGLIST.XML provides the basic phone ring tones, while DISTINCTIVERINGLIST.XML defines the list of possible ring tones for your other line types. They, along with the actual 'raw' ringtones, are stored in the /tftpboot/ directory with the rest of the config files.</help>
|
||||
<help>The ringtone that the phone will default to. Can be overridden in the phone. The files RINGLIST.XML provice the basic phone ring tones, while DISTINCTIVERINGLIST.XML defines the list of possible ring tones for your other line types. They, along with the actual 'raw' ringtones, are stored in the /tftpboot/ringtones directory with the rest of the config files.</help>
|
||||
</item>
|
||||
|
||||
</page_group>
|
||||
|
@ -791,7 +789,7 @@ and open the template in the editor. Base Version before all crash :-)
|
|||
<default></default>
|
||||
<class>sccp-custom</class>
|
||||
</input>
|
||||
<help>Context where direct pickup search for extensions. if not set current contact will be use.</help>
|
||||
<help>Context where direct pickup search for extensions. if not set current context will be use.</help>
|
||||
</item>
|
||||
|
||||
</page_group>
|
||||
|
@ -850,7 +848,7 @@ and open the template in the editor. Base Version before all crash :-)
|
|||
<page_group name="sccp_hw_dev_network">
|
||||
<label>Device Network Function</label>
|
||||
<item type="IED" id="1" seq="0">
|
||||
<label>Alow Networks / Mask</label>
|
||||
<label>Allow Networks / Mask</label>
|
||||
<name>permit</name>
|
||||
<default>/</default>
|
||||
<input value="NONE" field="net" nameseparator="/"><options placeholder="0.0.0.0" pattern="^([0-9]{1,3}\.){3}[0-9]{1,3}$"/></input>
|
||||
|
@ -954,27 +952,16 @@ and open the template in the editor. Base Version before all crash :-)
|
|||
<item type="HLP" id="2">
|
||||
<label>HELP SRST</label>
|
||||
<name>Help_srst</name>
|
||||
<element type='p'>You can also configure a Survivable Remote Site Telephony (SRST) reference as the last device in the CallManager(CM) list.
|
||||
This proves especially useful in a remote site configuration where the phones and Asterisk are connected over a WAN network.
|
||||
SRST provides users with fallback support for the IP phones that cannot access the primary, secondary, or tertiary Asterisk Node in the CallManager List because
|
||||
of an Asterisk Node failure or loss of connectivity across the WAN. For the remote sites attached to multiple-service routers across the WAN,
|
||||
SRST ensures that your remote users receive continuous (although minimal) service by providing call handling support directly from the SRST router.
|
||||
</element>
|
||||
<element type='p'>When IP phones lose contact with primary, secondary, and tertiary Asterisk Nodes (CM's), they must establish a connection to a local
|
||||
SRST router to sustain the call-processing capability necessary to place and receive calls.
|
||||
The IP phone retains the IP address of the local SRST router as a default router in the Network Configuration area of the Settings menu.
|
||||
The Settings menu supports a maximum of five default router entries; however, the cnf.xml accommodates a maximum of three entries.
|
||||
When a secondary Asterisk Node is not available on the network, the local SRST Router's IP address is retained as the standby
|
||||
connection for Asterisk Node during normal operation.
|
||||
</element>
|
||||
<element type='p'>You can also configure a Survivable Remote Site Telephony (SRST) reference as the last device in the CallManager(CM) list. This proves especially useful in a remote site configuration where the phones and Asterisk are connected over a WAN network. SRST provides users with fallback support for the IP phones that cannot access the primary, secondary, or tertiary Asterisk Node in the CallManager List because of an Asterisk Node failure or loss of connectivity across the WAN. For the remote sites attached to multiple-service routers across the WAN, SRST ensures that your remote users receive continuous (although minimal) service by providing call handling support directly from the SRST router.</element>
|
||||
<element type='p'>When IP phones lose contact with primary, secondary, and tertiary Asterisk Nodes (CM's), they must establish a connection to a local SRST router to sustain the call-processing capability necessary to place and receive calls. The IP phone retains the IP address of the local SRST router as a default router in the Network Configuration area of the Settings menu. The Settings menu supports a maximum of five default router entries; however, the cnf.xml accommodates a maximum of three entries. When a secondary Asterisk Node is not available on the network, the local SRST Router's IP address is retained as the standby connection for Asterisk Node during normal operation.</element>
|
||||
</item>
|
||||
|
||||
<item type="IS" id="1" seq="20"><name>srst_Option</name> <label>SRST Server Enabled</label>
|
||||
<default>no</default>
|
||||
<button value="enabled">Yes</button>
|
||||
<button value="disable">No</button>
|
||||
<button value="user">TempletDefault</button>
|
||||
<help>You enabled configure a Survivable Remote Site Telephony (SRST) reference as the last device in the CallManager(CM) list.</help>
|
||||
<button value="user">Template Default</button>
|
||||
<help>You enabled/configured a Survivable Remote Site Telephony (SRST) reference as the last device in the CallManager(CM) list.</help>
|
||||
</item>
|
||||
<item type="IS" id="3" seq="20"><name>srst_userModifiable</name> <label>SRST User Modifiable</label>
|
||||
<default>false</default>
|
||||
|
@ -999,7 +986,7 @@ and open the template in the editor. Base Version before all crash :-)
|
|||
</item>
|
||||
|
||||
<item type="IED" id="3" seq="20">
|
||||
<label>SRSt Server list</label>
|
||||
<label>SRST Server list</label>
|
||||
<name>srst_ip</name>
|
||||
<max_row>3</max_row>
|
||||
<default>/</default>
|
||||
|
|
|
@ -76,7 +76,7 @@ and open the template in the editor. Base Version before all crash :-)
|
|||
<default>2000</default>
|
||||
<class>sccp-custom</class>
|
||||
</input>
|
||||
<help>Bind Address: The address to bind to for SCCP. In general, it should be set to '0.0.0.0'. If you find problems with one-way audio, you can set this to a specific address in the server. Note that '127.0.0.1' is always wrong here.</help>
|
||||
<help>Bind Address: The address to bind to for SCCP. In general, it should be set to '0.0.0.0'. If you find problems with one-way audio, you can set this to a specific address in the server. Note that '127.0.0.1' is always wrong here. Also note that placing in your external IP address will cause the chan_sccp module to not load. A manual edit of the /etc/asterisk/sccp.conf file will be needed to fix and reload the module.</help>
|
||||
<nameseparator> : </nameseparator>
|
||||
</item>
|
||||
<item type="IE" id="4">
|
||||
|
@ -125,7 +125,7 @@ and open the template in the editor. Base Version before all crash :-)
|
|||
<page_group name="sccp_net">
|
||||
<label>SCCP Networks</label>
|
||||
<item type="IED" id="1" seq="0">
|
||||
<label>Alow Networks / Mask</label>
|
||||
<label>Allow Networks / Mask</label>
|
||||
<name>permit</name>
|
||||
<cbutton field="internal" value="internal">Internal</cbutton>
|
||||
<default>0.0.0.0/0.0.0.0</default>
|
||||
|
@ -137,7 +137,7 @@ and open the template in the editor. Base Version before all crash :-)
|
|||
</input>
|
||||
<add_pluss>+</add_pluss>
|
||||
<addbutton-disabled>Add Allow Range</addbutton-disabled>
|
||||
<help>Alow network settings. Blank fields will be ignored used Network 0.0.0.0/0.0.0.0 to resolve any existing connections. You can use the 'internal' connections only from the networks connected to the server. </help>
|
||||
<help>Allow network settings. Blank fields will be ignored used Network 0.0.0.0/0.0.0.0 to resolve any existing connections. You can use the 'internal' connections only from the networks connected to the server. </help>
|
||||
</item>
|
||||
|
||||
|
||||
|
@ -334,7 +334,7 @@ and open the template in the editor. Base Version before all crash :-)
|
|||
</item>
|
||||
</page_group>
|
||||
<page_group name="sccp_dev_advconfig">
|
||||
<label>SCCP Device adv.config</label>
|
||||
<label>SCCP Device advanced config</label>
|
||||
|
||||
<item type="IS" id="4" seq="0">
|
||||
<name>directrtp</name>
|
||||
|
@ -438,23 +438,12 @@ and open the template in the editor. Base Version before all crash :-)
|
|||
</page_group>
|
||||
|
||||
<page_group name="sccp_srst">
|
||||
<label>SCCP Phone SRST </label>
|
||||
<label>SCCP Phone SRST</label>
|
||||
<item type="HLP" id="2">
|
||||
<label>HELP SRST</label>
|
||||
<name>Help_srst</name>
|
||||
<element type='p'>You can also configure a Survivable Remote Site Telephony (SRST) reference as the last device in the CallManager(CM) list.
|
||||
This proves especially useful in a remote site configuration where the phones and Asterisk are connected over a WAN network.
|
||||
SRST provides users with fallback support for the IP phones that cannot access the primary, secondary, or tertiary Asterisk Node in the CallManager List because
|
||||
of an Asterisk Node failure or loss of connectivity across the WAN. For the remote sites attached to multiple-service routers across the WAN,
|
||||
SRST ensures that your remote users receive continuous (although minimal) service by providing call handling support directly from the SRST router.
|
||||
</element>
|
||||
<element type='p'>When IP phones lose contact with primary, secondary, and tertiary Asterisk Nodes (CM's), they must establish a connection to a local
|
||||
SRST router to sustain the call-processing capability necessary to place and receive calls.
|
||||
The IP phone retains the IP address of the local SRST router as a default router in the Network Configuration area of the Settings menu.
|
||||
The Settings menu supports a maximum of five default router entries; however, the cnf.xml accommodates a maximum of three entries.
|
||||
When a secondary Asterisk Node is not available on the network, the local SRST Router's IP address is retained as the standby
|
||||
connection for Asterisk Node during normal operation.
|
||||
</element>
|
||||
<element type='p'>You can also configure a Survivable Remote Site Telephony (SRST) reference as the last device in the CallManager(CM) list. This proves especially useful in a remote site configuration where the phones and Asterisk are connected over a WAN network. SRST provides users with fallback support for the IP phones that cannot access the primary, secondary, or tertiary Asterisk Node in the CallManager List because of an Asterisk Node failure or loss of connectivity across the WAN. For the remote sites attached to multiple-service routers across the WAN, SRST ensures that your remote users receive continuous (although minimal) service by providing call handling support directly from the SRST router.</element>
|
||||
<element type='p'>When IP phones lose contact with primary, secondary, and tertiary Asterisk Nodes (CM's), they must establish a connection to a local SRST router to sustain the call-processing capability necessary to place and receive calls. The IP phone retains the IP address of the local SRST router as a default router in the Network Configuration area of the Settings menu. The Settings menu supports a maximum of five default router entries; however, the cnf.xml accommodates a maximum of three entries. When a secondary Asterisk Node is not available on the network, the local SRST Router's IP address is retained as the standby connection for Asterisk Node during normal operation.</element>
|
||||
</item>
|
||||
|
||||
<item type="IS" id="1" seq="20">
|
||||
|
@ -463,8 +452,8 @@ and open the template in the editor. Base Version before all crash :-)
|
|||
<default>off</default>
|
||||
<button value="enabled">Yes</button>
|
||||
<button value="disable">No</button>
|
||||
<button value="user">TempletDefault</button>
|
||||
<help>You enabled configure a Survivable Remote Site Telephony (SRST) reference as the last device in the CallManager(CM) list.</help>
|
||||
<button value="user">Template Default</button>
|
||||
<help>You enabled/configured a Survivable Remote Site Telephony (SRST) reference as the last device in the CallManager(CM) list.</help>
|
||||
</item>
|
||||
<item type="IS" id="3" seq="20">
|
||||
<name>srst_userModifiable</name>
|
||||
|
@ -493,7 +482,7 @@ and open the template in the editor. Base Version before all crash :-)
|
|||
</item>
|
||||
|
||||
<item type="IED" id="3" seq="20">
|
||||
<label>SRSt Server list</label>
|
||||
<label>SRST Server list</label>
|
||||
<name>srst_ip</name>
|
||||
<max_row>3</max_row>
|
||||
<default>/</default>
|
||||
|
@ -534,7 +523,7 @@ and open the template in the editor. Base Version before all crash :-)
|
|||
<name>dev_servicesURL</name>
|
||||
<default></default>
|
||||
<value></value>
|
||||
<options placeholder="http://x.x.x.x/cisco_menu/authentication.php"></options>
|
||||
<options placeholder="http://x.x.x.x/cisco_menu/service.php"></options>
|
||||
|
||||
</input>
|
||||
<help></help>
|
||||
|
@ -553,7 +542,7 @@ and open the template in the editor. Base Version before all crash :-)
|
|||
<label>Phone Idle information URL</label>
|
||||
<input>
|
||||
<name>dev_idleURL</name>
|
||||
<options placeholder="http://x.x.x.x/cisco_menu/authentication.php"></options>
|
||||
<options placeholder="http://x.x.x.x/cisco_menu/idle.php"></options>
|
||||
<default></default>
|
||||
<value></value>
|
||||
</input>
|
||||
|
@ -563,7 +552,7 @@ and open the template in the editor. Base Version before all crash :-)
|
|||
<label>Phone information URL</label>
|
||||
<input>
|
||||
<name>dev_informationURL</name>
|
||||
<options placeholder="http://x.x.x.x/cisco_menu/authentication.php"></options>
|
||||
<options placeholder="http://x.x.x.x/cisco_menu/information.php"></options>
|
||||
<default></default>
|
||||
</input>
|
||||
<help></help>
|
||||
|
@ -572,7 +561,7 @@ and open the template in the editor. Base Version before all crash :-)
|
|||
<label>Phone messages URL</label>
|
||||
<input>
|
||||
<name>dev_messagesURL</name>
|
||||
<options placeholder="http://x.x.x.x/cisco_menu/authentication.php"></options>
|
||||
<options placeholder="http://x.x.x.x/cisco_menu/messages.php"></options>
|
||||
<default></default>
|
||||
</input>
|
||||
<help></help>
|
||||
|
@ -581,7 +570,7 @@ and open the template in the editor. Base Version before all crash :-)
|
|||
<label>Phone directory service URL</label>
|
||||
<input>
|
||||
<name>dev_directoryURL</name>
|
||||
<options placeholder="http://x.x.x.x/cisco_menu/authentication.php"></options>
|
||||
<options placeholder="http://x.x.x.x/cisco_menu/directories.php"></options>
|
||||
<default></default>
|
||||
</input>
|
||||
<help>This is the URL for a CiscoIPPhoneMenu which gets appended to the end of the Missed/Received/Placed calls. I don't use it (I find it makes more sense to put my phone book under services)</help>
|
||||
|
@ -590,7 +579,7 @@ and open the template in the editor. Base Version before all crash :-)
|
|||
<label>Phone proxyServer URL</label>
|
||||
<input>
|
||||
<name>dev_proxyServerURL</name>
|
||||
<options placeholder="http://x.x.x.x/cisco_menu/authentication.php"></options>
|
||||
<options placeholder="http://x.x.x.x/cisco_menu/proxy.php"></options>
|
||||
<default></default>
|
||||
<value></value>
|
||||
</input>
|
||||
|
@ -660,9 +649,7 @@ and open the template in the editor. Base Version before all crash :-)
|
|||
<item type="HLP" id="2">
|
||||
<name>Help_id2</name>
|
||||
<label>HELP SCCP HotLine</label>
|
||||
<element type='p'>Setting the hotline Feature on a device, will make it connect to a predefined extension as soon as the Receiver
|
||||
is picked up or the "New Call" Button is pressed. No number has to be given. This works even on devices which have
|
||||
no entry in the config file or realtime database.</element>
|
||||
<element type='p'>Setting the hotline Feature on a device, will make it connect to a predefined extension as soon as the Receiver is picked up or the "New Call" Button is pressed. No number has to be given. This works even on devices which have no entry in the config file or realtime database.</element>
|
||||
<element type='h4'>The hotline function can be used in :</element>
|
||||
<element type='table'>
|
||||
<row>
|
||||
|
@ -679,10 +666,10 @@ and open the template in the editor. Base Version before all crash :-)
|
|||
</row>
|
||||
</element>
|
||||
<element type='p'> </element>
|
||||
<element type='h3'>Be careful with this function. Especially not to the internet. So i would restring the deny/permit to 'internal' by default in that case. </element>
|
||||
<element type='h3'>Be careful with this function. Especially not to the internet. So i would restring the deny/permit to 'internal' by default in that case.</element>
|
||||
<element type='table'>
|
||||
<row>
|
||||
<col>Alow =</col>
|
||||
<col>Allow =</col>
|
||||
<col>Specify a list of your networks, for example: 192.168.1.0</col>
|
||||
</row>
|
||||
<row>
|
||||
|
@ -780,7 +767,7 @@ and open the template in the editor. Base Version before all crash :-)
|
|||
<default>off</default>
|
||||
<button value="on">Enabled</button>
|
||||
<button value="off">Disabled</button>
|
||||
<help>Enables and disables auto line selection.</help>
|
||||
<help>Enables and Disables auto line selection.</help>
|
||||
</item>
|
||||
<item type="IS-disabled" id="8" seq="0">
|
||||
<name>meetme</name>
|
||||
|
@ -788,7 +775,7 @@ and open the template in the editor. Base Version before all crash :-)
|
|||
<default>off</default>
|
||||
<button value="on">Enabled</button>
|
||||
<button value="off">Disabled</button>
|
||||
<help>enable/disable conferencing via meetme (on/off), make sure you have one of the meetme apps mentioned below activated in module.conf</help>
|
||||
<help>Enable/Disable conferencing via meetme (on/off), make sure you have one of the meetme apps mentioned below activated in module.conf</help>
|
||||
</item>
|
||||
<item type="IS-disabled" id="9" seq="0">
|
||||
<label>Meetme Options</label>
|
||||
|
@ -951,7 +938,7 @@ and open the template in the editor. Base Version before all crash :-)
|
|||
<name>softkeyset</name>
|
||||
<default>default</default>
|
||||
<select></select>
|
||||
<help>System default softkey</help>
|
||||
<help>System Default Softkey</help>
|
||||
</item>
|
||||
<item type="SLZ" id="3" seq="98">
|
||||
<label>Time Zone offset</label>
|
||||
|
@ -990,7 +977,7 @@ and open the template in the editor. Base Version before all crash :-)
|
|||
<default></default>
|
||||
<class>sccp-custom</class>
|
||||
</input>
|
||||
<help>The ringtone that the phone will default to. Can be overridden in the phone. The files RINGLIST.XML provice the basic phone ring tones, while DISTINCTIVERINGLIST.XML defines the list of possible ring tones for your other line types. They, along with the actual 'raw' ringtones, are stored in the /tftpboot/ directory with the rest of the config files.</help>
|
||||
<help>The ringtone that the phone will default to. Can be overridden in the phone. The files RINGLIST.XML provice the basic phone ring tones, while DISTINCTIVERINGLIST.XML defines the list of possible ring tones for your other line types. They, along with the actual 'raw' ringtones, are stored in the /tftpboot/ringtones directory with the rest of the config files.</help>
|
||||
</item>
|
||||
|
||||
</page_group>
|
||||
|
@ -1074,7 +1061,7 @@ and open the template in the editor. Base Version before all crash :-)
|
|||
<default></default>
|
||||
<class>sccp-custom</class>
|
||||
</input>
|
||||
<help>Context where direct pickup search for extensions. if not set current contect will be use.</help>
|
||||
<help>Context where direct pickup search for extensions. if not set current contact will be use.</help>
|
||||
</item>
|
||||
<item type="IS" id="9" seq="99">
|
||||
<name>directed_pickup_modeanswer</name>
|
||||
|
@ -1232,8 +1219,8 @@ and open the template in the editor. Base Version before all crash :-)
|
|||
</item>
|
||||
|
||||
<item type="IED" id="1" seq="0">
|
||||
<label>Alow Networks / Mask</label>
|
||||
|
||||
<label>Allow Networks / Mask</label>
|
||||
|
||||
<name>permit</name>
|
||||
<default>NONE</default>
|
||||
<cbutton field="inherit" value="NONE">Inherit
|
||||
|
@ -1249,8 +1236,8 @@ and open the template in the editor. Base Version before all crash :-)
|
|||
<options placeholder="255.255.255.0" pattern="^([0-9]{1,3}\.){3}[0-9]{1,3}$"/>
|
||||
</input>
|
||||
<add_pluss>+</add_pluss>
|
||||
<addbutton-disables>Add Alow network</addbutton-disables>
|
||||
<help>Alow network settings. Blank fields will be ignored used Network 0.0.0.0.</help>
|
||||
<addbutton-disables>Add Allow network</addbutton-disables>
|
||||
<help>Allow network settings. Blank fields will be ignored used Network 0.0.0.0.</help>
|
||||
</item>
|
||||
|
||||
<item type="IS" id="3" seq="99">
|
||||
|
@ -1285,7 +1272,7 @@ and open the template in the editor. Base Version before all crash :-)
|
|||
<button value="ringout">Ringout</button>
|
||||
<button value="progress">Progress</button>
|
||||
<button value="none">None</button>
|
||||
<help>The audio strem will be open in the progress and connected state. Valid options: NONE, progress, offhook, dial, ringout. Default may be Progress.</help>
|
||||
<help>The audio stream will be open in the progress and connected state. Valid options: none, progress, offhook, dial, ringout. Default may be Progress.</help>
|
||||
</item>
|
||||
</page_group>
|
||||
<page_group name="sccp_dp_new_template">
|
||||
|
@ -1416,7 +1403,8 @@ and open the template in the editor. Base Version before all crash :-)
|
|||
<data>CallWaiting-3</data>
|
||||
<data>CallWaiting-4</data>
|
||||
</element>
|
||||
<help>Alow network settings. Blank fields will be ignored used Network 0.0.0.0.</help>
|
||||
<help>Allow network settings. Blank fields will be ignored used Network 0.0.0.0.</help>
|
||||
|
||||
</item>
|
||||
|
||||
</page_group>
|
||||
|
|
Binary file not shown.
File diff suppressed because it is too large
Load diff
|
@ -10,18 +10,34 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-09-14 13:48+0300\n"
|
||||
"POT-Creation-Date: 2017-12-22 11:33+0300\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE Alex\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Generator: Poedit 2.0.3\n"
|
||||
"X-Generator: Poedit 2.0.5\n"
|
||||
"X-Poedit-Basepath: .\n"
|
||||
"X-Poedit-SearchPath-0: .\n"
|
||||
"X-Poedit-SearchPath-1: ru_RU/LC_MESSAGES\n"
|
||||
|
||||
#: module.xml
|
||||
msgid "SCCP Connectivity"
|
||||
msgstr ""
|
||||
|
||||
#: module.xml
|
||||
msgid "Server Config"
|
||||
msgstr ""
|
||||
|
||||
#: module.xml
|
||||
msgid "System Parameters"
|
||||
msgstr ""
|
||||
|
||||
#: module.xml
|
||||
msgid "Phones Manager"
|
||||
msgstr ""
|
||||
|
||||
#: Sccp_manager.class
|
||||
msgid "General SCCP Settings"
|
||||
msgstr ""
|
||||
|
@ -106,6 +122,10 @@ msgstr ""
|
|||
msgid "SCCP Server config"
|
||||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml
|
||||
msgid "SCCP Server Name"
|
||||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml
|
||||
msgid "Servername: This is the type of server - usually, it will be Asterisk."
|
||||
msgstr ""
|
||||
|
@ -115,10 +135,7 @@ msgid "Bind Address : [ Port ]"
|
|||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
msgid ""
|
||||
"Bind Address: The address to bind to for SCCP. In general, it should be set "
|
||||
"to '0.0.0.0'. If you find problems with one-way audio, you can set this to a "
|
||||
"specific address in the server. Note that '127.0.0.1' is always wrong here."
|
||||
msgid "Bind Address: The address to bind to for SCCP. In general, it should be set to '0.0.0.0'. If you find problems with one-way audio, you can set this to a specific address in the server. Note that '127.0.0.1' is always wrong here."
|
||||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
|
@ -126,10 +143,7 @@ msgid "External Ip"
|
|||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
msgid ""
|
||||
"External IP Address of the firewall, required in case the PBX is running on "
|
||||
"a seperatehost behind it. IP Address that we're going to notify in RTP media "
|
||||
"stream as the pbx source address."
|
||||
msgid "External IP Address of the firewall, required in case the PBX is running on a seperatehost behind it. IP Address that we're going to notify in RTP media stream as the pbx source address."
|
||||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
|
@ -137,9 +151,7 @@ msgid "SCCP SERVER Keepalive"
|
|||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
msgid ""
|
||||
"Time between Keep Alive checks. Valid range is 60-300 seconds. After much "
|
||||
"trial-and-error, the minimum (60) seems to work just fine."
|
||||
msgid "Time between Keep Alive checks. Valid range is 60-300 seconds. After much trial-and-error, the minimum (60) seems to work just fine."
|
||||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
|
@ -155,13 +167,11 @@ msgid "SCCP Networks"
|
|||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
msgid ""
|
||||
"Local network settings. Blank fields will be ignored used Network 0.0.0.0."
|
||||
msgid "Local network settings. Blank fields will be ignored used Network 0.0.0.0."
|
||||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
msgid ""
|
||||
"Alow network settings. Blank fields will be ignored used Network 0.0.0.0."
|
||||
msgid "Allow network settings. Blank fields will be ignored used Network 0.0.0.0."
|
||||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
|
@ -173,9 +183,7 @@ msgid "Add Deny network"
|
|||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
msgid ""
|
||||
"All RFC 1918 addresses are local networks. Should always be at least "
|
||||
"'0.0.0.0/0.0.0.0'."
|
||||
msgid "All RFC 1918 addresses are local networks. Should always be at least '0.0.0.0/0.0.0.0'."
|
||||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
|
@ -187,9 +195,7 @@ msgid "Add local networks"
|
|||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
msgid ""
|
||||
"All RFC 1918 addresses are local networks, example "
|
||||
"'192.168.1.0/255.255.255.0'"
|
||||
msgid "All RFC 1918 addresses are local networks, example '192.168.1.0/255.255.255.0'"
|
||||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
|
@ -201,10 +207,7 @@ msgid "SCCP System Language"
|
|||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
msgid ""
|
||||
"SCCP Language: This is the language for your hints and other features of the "
|
||||
"phone. If you don't have any languages installed or are using a single "
|
||||
"language, you can leave this blank."
|
||||
msgid "SCCP Language: This is the language for your hints and other features of the phone. If you don't have any languages installed or are using a single language, you can leave this blank."
|
||||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
|
@ -212,9 +215,7 @@ msgid "SCCP Network Device Language"
|
|||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
msgid ""
|
||||
"The Network locales allows the phone to play tones (ringing, busy etc.) "
|
||||
"native to the phone's country."
|
||||
msgid "The Network locales allows the phone to play tones (ringing, busy etc.) native to the phone's country."
|
||||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
|
@ -222,9 +223,7 @@ msgid "SCCP Phone Device Language"
|
|||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
msgid ""
|
||||
"The user locale allows the phone to display text (menu items, soft keys "
|
||||
"etc.) native to the phone's language."
|
||||
msgid "The user locale allows the phone to display text (menu items, soft keys etc.) native to the phone's language."
|
||||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
|
@ -236,10 +235,7 @@ msgid "First Digit Timeout"
|
|||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
msgid ""
|
||||
"First Digit Timeout: The amount of time after your first digit to start "
|
||||
"dialing automatically. This can be over-ridden with settings in your "
|
||||
"dialplan.xml or by using the 'immediate dial' button."
|
||||
msgid "First Digit Timeout: The amount of time after your first digit to start dialing automatically. This can be over-ridden with settings in your dialplan.xml or by using the 'immediate dial' button."
|
||||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
|
@ -247,9 +243,7 @@ msgid "Digit Timeout"
|
|||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
msgid ""
|
||||
"Digit Timeout: The amount of time to wait after the second (or subsequent) "
|
||||
"dialed digit. Override rules are the same as for firstdigittimeout."
|
||||
msgid "Digit Timeout: The amount of time to wait after the second (or subsequent) dialed digit. Override rules are the same as for firstdigittimeout."
|
||||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
|
@ -257,9 +251,7 @@ msgid "Autoanswer Ring Time"
|
|||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
msgid ""
|
||||
"Autoanswer Ring Time: The amount of time the phones will ring when being "
|
||||
"called as Intercom or Paging mode."
|
||||
msgid "Autoanswer Ring Time: The amount of time the phones will ring when being called as Intercom or Paging mode."
|
||||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
|
@ -267,10 +259,7 @@ msgid "Autoanswer Tone"
|
|||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
msgid ""
|
||||
"Autoanswer Tone: The tone the phone plays back when it picks up the phone in "
|
||||
"autoanswer mode. Default is '0x32'. Silence is '0x00'. There are lots of "
|
||||
"tones, all expressed as '0XNN' where 'NN' is a hexadecimal number."
|
||||
msgid "Autoanswer Tone: The tone the phone plays back when it picks up the phone in autoanswer mode. Default is '0x32'. Silence is '0x00'. There are lots of tones, all expressed as '0XNN' where 'NN' is a hexadecimal number."
|
||||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
|
@ -278,9 +267,7 @@ msgid "Remote Hangup Tone"
|
|||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
msgid ""
|
||||
"Remote Hangup Tone: The tone played by the phone when it received a remote "
|
||||
"hang-up signal. Use '0' to disable the tone."
|
||||
msgid "Remote Hangup Tone: The tone played by the phone when it received a remote hang-up signal. Use '0' to disable the tone."
|
||||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
|
@ -288,9 +275,7 @@ msgid "Transfer Tone"
|
|||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
msgid ""
|
||||
"Transfer Tone: The tone played when a call is transferred. Use '0' to "
|
||||
"disable the tone."
|
||||
msgid "Transfer Tone: The tone played when a call is transferred. Use '0' to disable the tone."
|
||||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
|
@ -298,10 +283,7 @@ msgid "Call Waiting Tone"
|
|||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
msgid ""
|
||||
"Call Waiting Tone: The tone played when a call is waiting. If you set this "
|
||||
"one to '0', you will not get a tone in your current call if a new call comes "
|
||||
"in, so you might want to disable call waiting for this line instead."
|
||||
msgid "Call Waiting Tone: The tone played when a call is waiting. If you set this one to '0', you will not get a tone in your current call if a new call comes in, so you might want to disable call waiting for this line instead."
|
||||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
|
@ -325,10 +307,7 @@ msgid "Private Calling"
|
|||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
msgid ""
|
||||
"Private Calling Enabled: Place a call with privacy Options (no Caller ID) "
|
||||
"turned on. Needs to be supported in Asterisk to work through SIP and DAHDI "
|
||||
"trunks."
|
||||
msgid "Private Calling Enabled: Place a call with privacy Options (no Caller ID) turned on. Needs to be supported in Asterisk to work through SIP and DAHDI trunks."
|
||||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
|
@ -336,9 +315,7 @@ msgid "Directed Pickup"
|
|||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
msgid ""
|
||||
"Directed Pickup Mode (Answer): If a call is sent with the \"directed pickup"
|
||||
"\" flag, the phone will answer when set to \"Yes\"."
|
||||
msgid "Directed Pickup Mode (Answer): If a call is sent with the \"directed pickup\" flag, the phone will answer when set to \"Yes\"."
|
||||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
|
@ -346,9 +323,7 @@ msgid "Call Answer Order"
|
|||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
msgid ""
|
||||
"Call Answer Order: Which call should be answered first? The most common "
|
||||
"choice is \"oldestfirst\", but other orders are supported."
|
||||
msgid "Call Answer Order: Which call should be answered first? The most common choice is \"oldestfirst\", but other orders are supported."
|
||||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
|
@ -363,6 +338,42 @@ msgstr ""
|
|||
msgid "Message Lamp On Call"
|
||||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
msgid "SCCP Device advanced config"
|
||||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
msgid "Direct RTP"
|
||||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
msgid "This option set global allow devices to do direct RTP sessions (default Off)"
|
||||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
msgid "Early RTP"
|
||||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
msgid "The audio strem will be open in the progress and connected state. Valid options: NONE, progress, offhook, dial, ringout. Default may be Progress."
|
||||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
msgid "Global Enable/Disable Softkeys"
|
||||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
msgid "Call Forward"
|
||||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
msgid "Call Forward busy"
|
||||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
msgid "Activate the callforward busy softkeys. Default is On"
|
||||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
msgid "SCCP NTP Service config"
|
||||
msgstr ""
|
||||
|
@ -396,10 +407,7 @@ msgid "Display Day Format"
|
|||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
msgid ""
|
||||
"Date Format: The date format for the on-screen display. Can be one of the "
|
||||
"following: (D-M-YA, M.D.Y, Y/M/D) where 'D' is Day, 'M' is Month, 'Y' is "
|
||||
"Year, 'A' is 24-hour, 'a' is 12-hour, and the separators can be '.','-','/'"
|
||||
msgid "Date Format: The date format for the on-screen display. Can be one of the following: (D-M-YA, M.D.Y, Y/M/D) where 'D' is Day, 'M' is Month, 'Y' is Year, 'A' is 24-hour, 'a' is 12-hour, and the separators can be '.','-','/'"
|
||||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
|
@ -423,10 +431,7 @@ msgid "Phone authentication URLe"
|
|||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
msgid ""
|
||||
"The above is simply a dummy authentication page. It literally contains one "
|
||||
"word: AUTHORIZED (it receives UserId, Password, and devicename in the url - "
|
||||
"if you truly wish to implement special auth)"
|
||||
msgid "The above is simply a dummy authentication page. It literally contains one word: AUTHORIZED (it receives UserId, Password, and devicename in the url - if you truly wish to implement special auth)"
|
||||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
|
@ -450,10 +455,7 @@ msgid "Phone directory service URL"
|
|||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
msgid ""
|
||||
"This is the URL for a CiscoIPPhoneMenu which gets appended to the end of the "
|
||||
"Missed/Received/Placed calls. I don't use it (I find it makes more sense to "
|
||||
"put my phone book under services)"
|
||||
msgid "This is the URL for a CiscoIPPhoneMenu which gets appended to the end of the Missed/Received/Placed calls. I don't use it (I find it makes more sense to put my phone book under services)"
|
||||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
|
@ -473,9 +475,7 @@ msgid "SCCP ToS / CoS"
|
|||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
msgid ""
|
||||
"SCCP Type Of Service / Class Of Service: SCCP Type or Class of Service - "
|
||||
"this is modifiable, but don't."
|
||||
msgid "SCCP Type Of Service / Class Of Service: SCCP Type or Class of Service - this is modifiable, but don't."
|
||||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
|
@ -483,9 +483,7 @@ msgid "SCCP Audio ToS / CoS"
|
|||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
msgid ""
|
||||
"Audio Type Of Service / Class Of Service: Audio Type or Class of Service - "
|
||||
"this is modifiable, but don't."
|
||||
msgid "Audio Type Of Service / Class Of Service: Audio Type or Class of Service - this is modifiable, but don't."
|
||||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
|
@ -493,9 +491,7 @@ msgid "SCCP Video ToS / CoS"
|
|||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
msgid ""
|
||||
"Video Type Of Service / Class Of Service: Video Type or Class of Service - "
|
||||
"this is modifiable, but don't."
|
||||
msgid "Video Type Of Service / Class Of Service: Video Type or Class of Service - this is modifiable, but don't."
|
||||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
|
@ -507,9 +503,7 @@ msgid "Hotline"
|
|||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
msgid ""
|
||||
"Hotline Enabled: This allows unregistered extensions to connect to the "
|
||||
"system and dial the number listed below."
|
||||
msgid "Hotline Enabled: This allows unregistered extensions to connect to the system and dial the number listed below."
|
||||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
|
@ -517,9 +511,11 @@ msgid "Hotline extension"
|
|||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
msgid ""
|
||||
"Hotline Extension: The number that gets called when a hotline is picked up. "
|
||||
"hint"
|
||||
msgid "Hotline Label"
|
||||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
msgid "Hotline Extension: The number that gets called when a hotline is picked up. hint"
|
||||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
|
@ -527,11 +523,55 @@ msgid "Hotline Context"
|
|||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
msgid ""
|
||||
"Hotline Context: This is the context through which the phone will connect. "
|
||||
"It should probably match your other contest. The default is \"from-internal"
|
||||
"\" but \"from-internal-xfer\" would also make sense by limiting the options "
|
||||
"for the person using the phone."
|
||||
msgid "Hotline Context: This is the context through which the phone will connect. It should probably match your other contest. The default is \"from-internal\" but \"from-internal-xfer\" would also make sense by limiting the options for the person using the phone."
|
||||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
msgid "HELP SCCP HotLine"
|
||||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
msgid "Setting the hotline Feature on a device, will make it connect to a predefined extension as soon as the Receiver is picked up or the \"New Call\" Button is pressed. No number has to be given. This works even on devices which have no entry in the config file or realtime database."
|
||||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
msgid "The hotline function can be used in :"
|
||||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
msgid "First time configuration"
|
||||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
msgid "This will make it easier to register new devices and assign numbers"
|
||||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
msgid "At a door"
|
||||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
msgid "Where you want people to be able to only call one number"
|
||||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
msgid "For unprovisioned phones"
|
||||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
msgid "To only be able to call the helpdesk to get their phone set up"
|
||||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
msgid "Be careful with this function. Especially not to the internet. So i would restring the deny/permit to 'internal' by default in that case."
|
||||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
msgid "Allow ="
|
||||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
msgid "Specify a list of your networks, for example: 192.168.1.0"
|
||||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
|
@ -539,10 +579,7 @@ msgid "System Context"
|
|||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
msgid ""
|
||||
"Context: This is the context in which your phones will operate. It should "
|
||||
"match the context you are using for the rest of your phones (if you have "
|
||||
"any). The FreePBX default is 'from-internal'"
|
||||
msgid "Context: This is the context in which your phones will operate. It should match the context you are using for the rest of your phones (if you have any). The FreePBX default is 'from-internal'"
|
||||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
|
@ -550,11 +587,7 @@ msgid "Dynamically registration Context"
|
|||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
msgid ""
|
||||
"If regcontext is specified in sccp.conf chan-sccp-b will dynamically create "
|
||||
"and destroy a NoOp priority 1 extension for a given peer/line which "
|
||||
"registers with the server. If the context is not specified in extension."
|
||||
"conf, then it will be dynamically created when an chan-sccp-b agent registers"
|
||||
msgid "If regcontext is specified in sccp.conf chan-sccp-b will dynamically create and destroy a NoOp priority 1 extension for a given peer/line which registers with the server. If the context is not specified in extension.conf, then it will be dynamically created when an chan-sccp-b agent registers"
|
||||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
|
@ -562,9 +595,7 @@ msgid "Music On Hold Class"
|
|||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
msgid ""
|
||||
"Music Class: Available MOH Classes. These are the MOH classes listed in your "
|
||||
"current server."
|
||||
msgid "Music Class: Available MOH Classes. These are the MOH classes listed in your current server."
|
||||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
|
@ -580,9 +611,7 @@ msgid "Meetme Conference"
|
|||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
msgid ""
|
||||
"enable/disable conferencing via meetme (on/off), make sure you have one of "
|
||||
"the meetme apps mentioned below activated in module.conf"
|
||||
msgid "enable/disable conferencing via meetme (on/off), make sure you have one of the meetme apps mentioned below activated in module.conf"
|
||||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
|
@ -590,9 +619,7 @@ msgid "Meetme Options"
|
|||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
msgid ""
|
||||
"Other options (app_meetme: A,a,b,c,C,d,D,E,e,F,i,I,l,L,m,M,o,p,P,q,r,s,S,t,T,"
|
||||
"w,x,X,1) see meetme specific documentation"
|
||||
msgid "Other options (app_meetme: A,a,b,c,C,d,D,E,e,F,i,I,l,L,m,M,o,p,P,q,r,s,S,t,T,w,x,X,1) see meetme specific documentation"
|
||||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
|
@ -604,10 +631,7 @@ msgid "Background Image"
|
|||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
msgid ""
|
||||
"I'm guessing on this one, but on some devices, the background image on the "
|
||||
"display can be modified at the device. I think this is the thing that allows "
|
||||
"that to take."
|
||||
msgid "I'm guessing on this one, but on some devices, the background image on the display can be modified at the device. I think this is the thing that allows that to take."
|
||||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
|
@ -627,13 +651,7 @@ msgid "SCCP SERVER MySQL Device Table Name"
|
|||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
msgid ""
|
||||
"Device Table: This is the devicetable for your realtime configuration. Don't "
|
||||
"change this unless you know what you are doing and have made all the "
|
||||
"appropriate changes in the rest of your Asterisk config files. There are two "
|
||||
"reasonable settings for this - the sccpdevice table or the sccpdeviceconfig "
|
||||
"view. If you do not want to use the realtime database anymore, you can set "
|
||||
"this to blank. NOT RECOMMENDED."
|
||||
msgid "Device Table: This is the devicetable for your realtime configuration. Don't change this unless you know what you are doing and have made all the appropriate changes in the rest of your Asterisk config files. There are two reasonable settings for this - the sccpdevice table or the sccpdeviceconfig view. If you do not want to use the realtime database anymore, you can set this to blank. NOT RECOMMENDED."
|
||||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
|
@ -645,12 +663,7 @@ msgid "linetable"
|
|||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
msgid ""
|
||||
"Line Table: This is the linetable for your realtime configuration. Don't "
|
||||
"change this unless you know what you are doing and have made all the "
|
||||
"appropriate changes in the rest of your Asterisk config files. If you do not "
|
||||
"want to use the realtime database anymore, you can set this to blank. NOT "
|
||||
"RECOMMENDED."
|
||||
msgid "Line Table: This is the linetable for your realtime configuration. Don't change this unless you know what you are doing and have made all the appropriate changes in the rest of your Asterisk config files. If you do not want to use the realtime database anymore, you can set this to blank. NOT RECOMMENDED."
|
||||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
|
@ -658,9 +671,7 @@ msgid "Create tftp empty language dir"
|
|||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
msgid ""
|
||||
"Say 'yes' if you need to create cisco default language directory in tftp "
|
||||
"path."
|
||||
msgid "Say 'yes' if you need to create cisco default language directory in tftp path."
|
||||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml: <!-- Form add/ edit device -->
|
||||
|
@ -680,11 +691,7 @@ msgid "Type"
|
|||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
msgid ""
|
||||
"The type of phone: 7911, 7940, 7960, etc. Important note: the 'G' models are "
|
||||
"handled as the base model (e.g., 7962G is handled as 7962). In the Display "
|
||||
"mode, this field is read-only because the MAC address and the model number "
|
||||
"are a pair."
|
||||
msgid "The type of phone: 7911, 7940, 7960, etc. Important note: the 'G' models are handled as the base model (e.g., 7962G is handled as 7962). In the Display mode, this field is read-only because the MAC address and the model number are a pair."
|
||||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
|
@ -692,10 +699,7 @@ msgid "Addon"
|
|||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
msgid ""
|
||||
"Addon: Addons are model specific and only work with certain base phones. "
|
||||
"This phone model is identified as being a phone that does not accept "
|
||||
"sidecars. Update devmodel if this is not correct."
|
||||
msgid "Addon: Addons are model specific and only work with certain base phones. This phone model is identified as being a phone that does not accept sidecars. Update devmodel if this is not correct."
|
||||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
|
@ -723,9 +727,7 @@ msgid "Time Zone offset"
|
|||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
msgid ""
|
||||
"For phones that can display background images - display this one. Default is "
|
||||
"[empty]"
|
||||
msgid "For phones that can display background images - display this one. Default is [empty]"
|
||||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
|
@ -733,12 +735,7 @@ msgid "Ringtone"
|
|||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
msgid ""
|
||||
"The ringtone that the phone will default to. Can be overridden in the phone. "
|
||||
"The files RINGLIST.XML provice the basic phone ring tones, while "
|
||||
"DISTINCTIVERINGLIST.XML defines the list of possible ring tones for your "
|
||||
"other line types. They, along with the actual 'raw' ringtones, are stored in "
|
||||
"the /tftpboot/ directory with the rest of the config files."
|
||||
msgid "The ringtone that the phone will default to. Can be overridden in the phone. The files RINGLIST.XML provice the basic phone ring tones, while DISTINCTIVERINGLIST.XML defines the list of possible ring tones for your other line types. They, along with the actual 'raw' ringtones, are stored in the /tftpboot/ directory with the rest of the config files."
|
||||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml: views/form.buttons: -----------------------------
|
||||
|
@ -774,10 +771,7 @@ msgid "Redial from Menu"
|
|||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
msgid ""
|
||||
"You can specifying 'useRedialMenu = yes' in the sccp.conf device section and "
|
||||
"the redial softkey will cause the 'placed calls' list instead of immediately "
|
||||
"calling the last dialed number."
|
||||
msgid "You can specifying 'useRedialMenu = yes' in the sccp.conf device section and the redial softkey will cause the 'placed calls' list instead of immediately calling the last dialed number."
|
||||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
|
@ -805,9 +799,7 @@ msgid "Pickup Mode Answer"
|
|||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
msgid ""
|
||||
"On (Default)= the call has been answered when picked up. Off = call manager "
|
||||
"way, the phone who picked up the call rings the call"
|
||||
msgid "On (Default)= the call has been answered when picked up. Off = call manager way, the phone who picked up the call rings the call"
|
||||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
|
@ -815,9 +807,7 @@ msgid "Pickup Context"
|
|||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
msgid ""
|
||||
"Context where direct pickup search for extensions. if not set current "
|
||||
"contect will be use."
|
||||
msgid "Context where direct pickup search for extensions. if not set current contect will be use."
|
||||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
|
@ -837,9 +827,7 @@ msgid "Playback General Announcements"
|
|||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
msgid ""
|
||||
"Playback General Announcements (like: 'You are Entering/Leaving the "
|
||||
"conference')"
|
||||
msgid "Playback General Announcements (like: 'You are Entering/Leaving the conference')"
|
||||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
|
@ -847,9 +835,7 @@ msgid "Playback Personal Announcements"
|
|||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
msgid ""
|
||||
"Playback Personal/Participant Announcements, (like: 'You have been muted / "
|
||||
"You have been kicked')"
|
||||
msgid "Playback Personal/Participant Announcements, (like: 'You have been muted / You have been kicked')"
|
||||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
|
@ -869,9 +855,7 @@ msgid "Automatically show conference list to the moderator"
|
|||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
msgid ""
|
||||
"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."
|
||||
msgid "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."
|
||||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
|
@ -879,13 +863,11 @@ msgid "Device Network Function"
|
|||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
msgid "Alow Networks / Mask"
|
||||
msgid "Allow Networks / Mask"
|
||||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
msgid ""
|
||||
"IP deny: IP Address deny netmask. Should always be at least "
|
||||
"'0.0.0.0/0.0.0.0'."
|
||||
msgid "IP deny: IP Address deny netmask. Should always be at least '0.0.0.0/0.0.0.0'."
|
||||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
|
@ -909,9 +891,7 @@ msgid "Early Rtp Device"
|
|||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
msgid ""
|
||||
"The audio strem will be open in the progress and connected state. Valid "
|
||||
"options: none, progress, offhook, dial, ringout. Default may be Progress."
|
||||
msgid "The audio strem will be open in the progress and connected state. Valid options: none, progress, offhook, dial, ringout. Default may be Progress."
|
||||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
|
@ -919,26 +899,7 @@ msgid "Buttons"
|
|||
msgstr ""
|
||||
|
||||
#: views/sccpgeneral.xml:
|
||||
msgid ""
|
||||
"buttons come in the following flavours:empty: Empty button (no options)line: "
|
||||
"Registers the line with identifier specified as [name]silent: buttons equal "
|
||||
"'Line' with out ringmonitor: buttons mode speeddial + show statusspeeddial: "
|
||||
"Adds a speeddial with label [name] and [option1] as number Optionally, "
|
||||
"[option2] can be used to specify a hint by extension@context as usual."
|
||||
"service (not implemented): Adds a service url Feature buttons have an on/off "
|
||||
"status represented on the device with a tick-box and can be used to set the "
|
||||
"device in a particular state. Currently Possible [option1],[option2] "
|
||||
"combinations:privacy,callpresent = Make a private call, number is "
|
||||
"suppressedprivacy,hint = Make a private call, hint is suppressedcfwdall,"
|
||||
"number = Forward all calls cfwbusy,number = Forward on busycfwnoaswer,number "
|
||||
"= Forward on no-answer (not implemented yet)DND,busy = Do-not-disturb, "
|
||||
"return Busy signal to Caller DND,silent = Do-not-disturb, return nothing to "
|
||||
"callermonitor = Record Calls using AutoMon (asterisk 1.6.x only)</"
|
||||
"li><li>devstate,custom_devstate = Device State Feature Button (asterisk "
|
||||
"1.6.1 and up). custom_devstate is the name of the custom devicestate to be "
|
||||
"toggled (How to use devicestate)hold = To be implementedtransfer = To be "
|
||||
"implementedmultiblink = To be implementedmobility = To be "
|
||||
"implementedconference = To be implemented"
|
||||
msgid "buttons come in the following flavours:empty: Empty button (no options)line: Registers the line with identifier specified as [name]silent: buttons equal 'Line' with out ringmonitor: buttons mode speeddial + show statusspeeddial: Adds a speeddial with label [name] and [option1] as number Optionally, [option2] can be used to specify a hint by extension@context as usual.service (not implemented): Adds a service url Feature buttons have an on/off status represented on the device with a tick-box and can be used to set the device in a particular state. Currently Possible [option1],[option2] combinations:privacy,callpresent = Make a private call, number is suppressedprivacy,hint = Make a private call, hint is suppressedcfwdall,number = Forward all calls cfwbusy,number = Forward on busycfwnoaswer,number = Forward on no-answer (not implemented yet)DND,busy = Do-not-disturb, return Busy signal to Caller DND,silent = Do-not-disturb, return nothing to callermonitor = Record Calls using AutoMon (asterisk 1.6.x only)</li><li>devstate,custom_devstate = Device State Feature Button (asterisk 1.6.1 and up). custom_devstate is the name of the custom devicestate to be toggled (How to use devicestate)hold = To be implementedtransfer = To be implementedmultiblink = To be implementedmobility = To be implementedconference = To be implemented"
|
||||
msgstr ""
|
||||
|
||||
#: views/server.model:
|
||||
|
@ -1028,3 +989,19 @@ msgstr ""
|
|||
#: views/server.model:
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#: views/server.model:
|
||||
msgid "SCCP Phone SRST"
|
||||
msgstr ""
|
||||
|
||||
#: views/server.model:
|
||||
msgid "HELP SRST"
|
||||
msgstr ""
|
||||
|
||||
#: views/server.model:
|
||||
msgid "You can also configure a Survivable Remote Site Telephony (SRST) reference as the last device in the CallManager(CM) list. This proves especially useful in a remote site configuration where the phones and Asterisk are connected over a WAN network. SRST provides users with fallback support for the IP phones that cannot access the primary, secondary, or tertiary Asterisk Node in the CallManager List because of an Asterisk Node failure or loss of connectivity across the WAN. For the remote sites attached to multiple-service routers across the WAN, SRST ensures that your remote users receive continuous (although minimal) service by providing call handling support directly from the SRST router."
|
||||
msgstr ""
|
||||
|
||||
#: views/server.model:
|
||||
msgid "When IP phones lose contact with primary, secondary, and tertiary Asterisk Nodes (CM's), they must establish a connection to a local SRST router to sustain the call-processing capability necessary to place and receive calls. The IP phone retains the IP address of the local SRST router as a default router in the Network Configuration area of the Settings menu. The Settings menu supports a maximum of five default router entries; however, the cnf.xml accommodates a maximum of three entries. When a secondary Asterisk Node is not available on the network, the local SRST Router's IP address is retained as the standby connection for Asterisk Node during normal operation."
|
||||
msgstr ""
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<?php
|
||||
|
||||
|
||||
if (!defined('FREEPBX_IS_AUTH')) {
|
||||
die_freepbx('No direct script access allowed');
|
||||
}
|
||||
|
@ -436,8 +437,8 @@ function InstallDB_fillsccpdevmodel() {
|
|||
$sql = "REPLACE INTO `sccpdevmodel` (`model`, `vendor`, `dns`, `buttons`, `loadimage`, `loadinformationid`, `enabled`, `nametemplate`) VALUES ('12 SP', 'CISCO', 1, 1, '', 'loadInformation3', 0, NULL)," .
|
||||
"('12 SP+', 'CISCO', 1, 1, '', 'loadInformation2', 0, NULL), ('30 SP+', 'CISCO', 1, 1, '', 'loadInformation1', 0, NULL), ('30 VIP', 'CISCO', 1, 1, '', 'loadInformation5', 0, NULL), ('3911', 'CISCO', 1, 1, '', 'loadInformation446', 0, NULL), ('3951', 'CISCO', 1, 1, '', 'loadInformation412', 0, ''), ('6901', 'CISCO', 1, 0, 'SCCP6901.9-2-1-a', 'loadInformation547', 0, NULL), ('6911', 'CISCO', 1, 0, 'SCCP6911.9-2-1-a', 'loadInformation548', 0, NULL), ('6921', 'CISCO', 1, 0, 'SCCP69xx.9-2-1-0', 'loadInformation496', 0, NULL), ('6941', 'CISCO', 1, 1, 'SCCP69xx.9-2-1-0', 'loadInformation495', 0, NULL), ('6945', 'CISCO', 1, 0, 'SCCP6945.9-2-1-0', 'loadInformation564', 0, NULL), ('6961', 'CISCO', 1, 0, 'SCCP69xx.9-2-1-0', 'loadInformation497', 0, NULL), ('7902', 'CISCO', 1, 1, 'CP7902080002SCCP060817A', 'loadInformation30008', 0, NULL), " .
|
||||
"('7905', 'CISCO', 1, 1, 'CP7905080003SCCP070409A', 'loadInformation20000', 0, NULL), ('7906', 'CISCO', 1, 1, 'SCCP11.9-2-1S', 'loadInformation369', 1, 'SEP0000000000.cnf.xml_791x_template'), ('7910', 'CISCO', 1, 1, 'SCCP11.9-2-1S', 'loadInformation6', 1, 'SEP0000000000.cnf.xml_791x_template'), ('7911', 'CISCO', 1, 1, 'SCCP11.9-2-1S', 'loadInformation307', 1, 'SEP0000000000.cnf.xml_791x_template'), ('7912', 'CISCO', 1, 1, 'CP7912080004SCCP080108A', 'loadInformation30007', 0, NULL), ('7914', 'CISCO', 0, 14, 'S00105000400', 'loadInformation124', 1, NULL),('7914,7914', 'CISCO', 0, 28, 'S00105000400', 'loadInformation124', 1, NULL), ('7915', 'CISCO', 0, 24, 'B015-1-0-4', 'loadInformation227', 1, NULL), ('7915,7915', 'CISCO', 0, 48, 'B015-1-0-4', 'loadInformation228', 1, NULL), ('7916', 'CISCO', 0, 24, 'B015-1-0-4', 'loadInformation229', 1, NULL), " .
|
||||
"('7916,7916', 'CISCO', 0, 48, 'B016-1-0-4', 'loadInformation230', 1, NULL), ('7920', 'CISCO', 1, 1, 'cmterm_7920.4.0-03-02', 'loadInformation30002', 0, NULL), ('7921', 'CISCO', 1, 1, 'CP7921G-1.4.1SR1', 'loadInformation365', 0, NULL),('7925', 'CISCO', 1, 6, 'CP7925G-1.4.1SR1', 'loadInformation484', 0, NULL), ('7926', 'CISCO', 1, 1, 'CP7926G-1.4.1SR1', 'loadInformation557', 0, NULL), ('7931', 'CISCO', 1, 34, 'SCCP31.9-2-1S', 'loadInformation348', 0, NULL), ('7935', 'CISCO', 1, 2, 'P00503021900', 'loadInformation9', 0, NULL), ('7936', 'CISCO', 1, 1, 'cmterm_7936.3-3-21-0', 'loadInformation30019', 0, NULL), ('7937', 'CISCO', 1, 1, 'apps37sccp.1-4-4-0', 'loadInformation431', 0, 'SEP0000000000.cnf.xml_7937_template'), ('7940', 'CISCO', 1, 2, 'P0030801SR02', 'loadInformation8', 1, 'SEP0000000000.cnf.xml_796x_template'), " .
|
||||
"('7941', 'CISCO', 1, 2, 'SCCP41.9-2-1S', 'loadInformation115', 0, 'SEP0000000000.cnf.xml_796x_template'),('7941G-GE', 'CISCO', 1, 2, 'SCCP41.9-2-1S', 'loadInformation309', 0, 'SEP0000000000.cnf.xml_796x_template'), ('7942', 'CISCO', 1, 2, 'SCCP42.9-2-1S', 'loadInformation434', 0, 'SEP0000000000.cnf.xml_796x_template'), ('7945', 'CISCO', 1, 2, 'SCCP45.9-2-1S', 'loadInformation435', 0, 'SEP0000000000.cnf.xml_796x_template'), ('7960', 'CISCO', 3, 6, 'P0030801SR02', 'loadInformation7', 1, 'SEP0000000000.cnf.xml_796x_template'), ('7961', 'CISCO', 3, 6, 'SCCP41.9-2-1S', 'loadInformation30018', 0, 'SEP0000000000.cnf.xml_796x_template'), ('7961G-GE', 'CISCO', 3, 6, 'SCCP41.9-2-1S', 'loadInformation308', 0, 'SEP0000000000.cnf.xml_796x_template'), ('7962', 'CISCO', 3, 6, 'SCCP42.9-2-1S', 'loadInformation404', 0, 'SEP0000000000.cnf.xml_796x_template'), ('7965', 'CISCO', 3, 6, 'SCCP45.9-2-1S', 'loadInformation436', 0, 'SEP0000000000.cnf.xml_796x_template'), ('7970', 'CISCO', 3, 8, 'SCCP70.9-2-1S', 'loadInformation30006', 0, NULL), ('7971', 'CISCO', 1, 2, 'SCCP75.9-2-1S', 'loadInformation119', 0, NULL), ('7975', 'CISCO', 3, 8, 'SCCP75.9-2-1S', 'loadInformation437', 0, NULL), ('7985', 'CISCO', 3, 8, 'cmterm_7985.4-1-7-0', 'loadInformation302', 0, NULL), ('8941', 'CISCO', 1, 0, 'SCCP894x.9-2-2-0', 'loadInformation586', 0, NULL), ('8945', 'CISCO', 1, 0, 'SCCP894x.9-2-2-0', 'loadInformation585', 0, NULL), ('ATA 186', 'CISCO', 1, 1, 'ATA030204SCCP090202A', 'loadInformation12', 0, NULL), ('ATA 187', 'CISCO', 1, 1, 'ATA187.9-2-3-1', 'loadInformation550', 0, NULL), ('CN622', 'MOTOROLA', 1, 1, '', 'loadInformation335', 0, NULL), ('Digital Access', 'CISCO', 1, 1, 'D001M022', 'loadInformation40', 0, NULL), ('Digital Access+', 'CISCO', 1, 1, 'D00303010033', 'loadInformation42', 0, NULL), ('E-Series', 'NOKIA', 1, 1, '', '', 0, NULL), ('ICC', 'NOKIA', 1, 1, '', '', 0, NULL), " .
|
||||
"('7916,7916', 'CISCO', 0, 48, 'B016-1-0-4', 'loadInformation230', 1, NULL), ('7920', 'CISCO', 1, 1, 'cmterm_7920.4.0-03-02', 'loadInformation30002', 0, NULL), ('7921', 'CISCO', 1, 1, 'CP7921G-1.4.1SR1', 'loadInformation365', 0, NULL),('7925', 'CISCO', 1, 6, 'CP7925G-1.4.1SR1', 'loadInformation484', 0, NULL), ('7926', 'CISCO', 1, 1, 'CP7926G-1.4.1SR1', 'loadInformation557', 0, NULL), ('7931', 'CISCO', 1, 34, 'SCCP31.9-2-1S', 'loadInformation348', 0, NULL), ('7935', 'CISCO', 1, 2, 'P00503021900', 'loadInformation9', 0, NULL), ('7936', 'CISCO', 1, 1, 'cmterm_7936.3-3-21-0', 'loadInformation30019', 0, NULL), ('7937', 'CISCO', 1, 1, 'apps37sccp.1-4-4-0', 'loadInformation431', 0, 'SEP0000000000.cnf.xml_7937_template'), ('7940', 'CISCO', 1, 2, 'P0030801SR02', 'loadInformation8', 1, 'SEP0000000000.cnf.xml_7940_template'), " .
|
||||
"('7941', 'CISCO', 1, 2, 'SCCP41.9-2-1S', 'loadInformation115', 0, 'SEP0000000000.cnf.xml_796x_template'),('7941G-GE', 'CISCO', 1, 2, 'SCCP41.9-2-1S', 'loadInformation309', 0, 'SEP0000000000.cnf.xml_796x_template'), ('7942', 'CISCO', 1, 2, 'SCCP42.9-2-1S', 'loadInformation434', 0, 'SEP0000000000.cnf.xml_796x_template'), ('7945', 'CISCO', 1, 2, 'SCCP45.9-2-1S', 'loadInformation435', 0, 'SEP0000000000.cnf.xml_796x_template'), ('7960', 'CISCO', 3, 6, 'P0030801SR02', 'loadInformation7', 1, 'SEP0000000000.cnf.xml_796x_template'), ('7961', 'CISCO', 3, 6, 'SCCP41.9-2-1S', 'loadInformation30018', 0, 'SEP0000000000.cnf.xml_796x_template'), ('7961G-GE', 'CISCO', 3, 6, 'SCCP41.9-2-1S', 'loadInformation308', 0, 'SEP0000000000.cnf.xml_796x_template'), ('7962', 'CISCO', 3, 6, 'SCCP42.9-2-1S', 'loadInformation404', 0, 'SEP0000000000.cnf.xml_796x_template'), ('7965', 'CISCO', 3, 6, 'SCCP45.9-2-1S', 'loadInformation436', 0, 'SEP0000000000.cnf.xml_796x_template'), ('7970', 'CISCO', 3, 8, 'SCCP70.9-2-1S', 'loadInformation30006', 0, NULL), ('7971', 'CISCO', 1, 2, 'SCCP75.9-2-1S', 'loadInformation119', 0, NULL), ('7975', 'CISCO', 3, 8, 'SCCP75.9-2-1S', 'loadInformation437', 0, NULL), ('7985', 'CISCO', 3, 8, 'cmterm_7985.4-1-7-0', 'loadInformation302', 0, NULL), ('8941', 'CISCO', 1, 0, 'SCCP894x.9-2-2-0', 'loadInformation586', 0, NULL), ('8945', 'CISCO', 1, 0, 'SCCP894x.9-2-2-0', 'loadInformation585', 0, NULL), ('ATA 186', 'CISCO', 1, 1, 'ATA030204SCCP090202A', 'loadInformation12', 0, 'SEP0000000000.cnf.xml_ATA_template'), ('ATA 187', 'CISCO', 1, 1, 'ATA187.9-2-3-1', 'loadInformation550', 0, 'SEP0000000000.cnf.xml_ATA_template'), ('CN622', 'MOTOROLA', 1, 1, '', 'loadInformation335', 0, NULL), ('Digital Access', 'CISCO', 1, 1, 'D001M022', 'loadInformation40', 0, NULL), ('Digital Access+', 'CISCO', 1, 1, 'D00303010033', 'loadInformation42', 0, NULL), ('E-Series', 'NOKIA', 1, 1, '', '', 0, NULL), ('ICC', 'NOKIA', 1, 1, '', '', 0, NULL), " .
|
||||
"('Analog Access', 'CISCO', 1, 1, 'A001C030', 'loadInformation30', 0, ''),('WS-X6608', 'CISCO', 1, 1, 'D00404000032', 'loadInformation43', 0, ''), ('WS-X6624', 'CISCO', 1, 1, 'A00204000013', 'loadInformation43', 0, ''), ('WS-X6608', 'CISCO', 1, 1, 'C00104000003', 'loadInformation51', 0, ''), ('H.323 Phone', 'CISCO', 1, 1, '', 'loadInformation61', 0, ''), ('Simulator', 'CISCO', 1, 1, '', 'loadInformation100', 0, ''), ('MTP', 'CISCO', 1, 1, '', 'loadInformation111', 0, ''), ('MGCP Station', 'CISCO', 1, 1, '', 'loadInformation120', 0, ''), ('MGCP Trunk', 'CISCO', 1, 1, '', 'loadInformation121', 0, ''), ('UPC', 'CISCO', 1, 1, '', 'loadInformation358', 0, ''), ".
|
||||
"('TelePresence', 'TELEPRESENCE', 1, 1, '', 'loadInformation375', 0, ''), ('1000', 'TELEPRESENCE', 1, 1, '', 'loadInformation478', 0, ''), ('3000', 'TELEPRESENCE', 1, 1, '', 'loadInformation479', 0, ''), ('3200', 'TELEPRESENCE', 1, 1, '', 'loadInformation480', 0, ''), ('500-37', 'TELEPRESENCE', 1, 1, '', 'loadInformation481', 0, ''), ('1300-65', 'TELEPRESENCE', 1, 1, '', 'loadInformation505', 0, ''), ('1100', 'TELEPRESENCE', 1, 1, '', 'loadInformation520', 0, ''), ('200', 'TELEPRESENCE', 1, 1, '', 'loadInformation557', 0, ''), ('400', 'TELEPRESENCE', 1, 1, '', 'loadInformation558', 0, ''), ('EX90', 'TELEPRESENCE', 1, 1, '', 'loadInformation584', 0, ''), ('500-32', 'TELEPRESENCE', 1, 1, '', 'loadInformation590', 0, ''), ('1300-47', 'TELEPRESENCE', 1, 1, '', 'loadInformation591', 0, ''), ('TX1310-65', 'TELEPRESENCE', 1, 1, '', 'loadInformation596', 0, ''), ('EX60', 'TELEPRESENCE', 1, 1, '', 'loadInformation604', 0, ''), ('C90', 'TELEPRESENCE', 1, 1, '', 'loadInformation606', 0, ''), ('C60', 'TELEPRESENCE', 1, 1, '', 'loadInformation607', 0, ''), ('C40', 'TELEPRESENCE', 1, 1, '', 'loadInformation608', 0, ''), ('C20', 'TELEPRESENCE', 1, 1, '', 'loadInformation609', 0, ''), ('C20-42', 'TELEPRESENCE', 1, 1, '', 'loadInformation610', 0, ''), ('C60-42', 'TELEPRESENCE', 1, 1, '', 'loadInformation611', 0, ''), ('C40-52', 'TELEPRESENCE', 1, 1, '', 'loadInformation612', 0, ''), ('C60-52', 'TELEPRESENCE', 1, 1, '', 'loadInformation613', 0, ''), ('C60-52D', 'TELEPRESENCE', 1, 1, '', 'loadInformation614', 0, ''),('C60-65', 'TELEPRESENCE', 1, 1, '', 'loadInformation615', 0, ''), ('C90-65', 'TELEPRESENCE', 1, 1, '', 'loadInformation616', 0, ''), ('MX200', 'TELEPRESENCE', 1, 1, '', 'loadInformation617', 0, ''), ('TX9000', 'TELEPRESENCE', 1, 1, '', 'loadInformation619', 0, ''), ('TX9200', 'TELEPRESENCE', 1, 1, '', 'loadInformation620', 0, ''), ('SX20', 'TELEPRESENCE', 1, 1, '', 'loadInformation626', 0, ''), ('MX300', 'TELEPRESENCE', 1, 1, '', 'loadInformation627', 0, ''), ('C40-42', 'TELEPRESENCE', 1, 1, '', 'loadInformation633', 0, ''), ('Jabber', 'CISCO', 1, 1, '', 'loadInformation652', 0, ''), ".
|
||||
"('S60', 'NOKIA', 0, 1, '', 'loadInformation376', 0, ''), ('9971', 'CISCO', 1, 1, '', 'loadInformation493', 0, ''), ('9951', 'CISCO', 1, 1, '', 'loadInformation537', 0, ''), ('8961', 'CISCO', 1, 1, '', 'loadInformation540', 0, ''), ('Iphone', 'APPLE', 0, 1, '', 'loadInformation562', 0, ''), ('Android', 'ANDROID', 0, 1, '', 'loadInformation575', 0, ''), ('7926', 'CISCO', 1, 1, 'CP7926G-1.4.5.3', 'loadInformation577', 0, ''), ('7821', 'CISCO', 1, 1, '', 'loadInformation621', 0, ''), ('7841', 'CISCO', 1, 1, '', 'loadInformation622', 0, ''), ('7861', 'CISCO', 1, 1, '', 'loadInformation623', 0, ''), ('VXC 6215', 'CISCO', 1, 1, '', 'loadInformation634', 0, ''), ('8831', 'CISCO', 1, 1, '', 'loadInformation659', 0, ''), ('8841', 'CISCO', 1, 1, '', 'loadInformation683', 0, ''), ('8851', 'CISCO', 1, 1, '', 'loadInformation684', 0, ''), ('8861', 'CISCO', 1, 1, '', 'loadInformation685', 0, ''), ".
|
||||
|
|
|
@ -762,7 +762,7 @@ foreach ($items as $child) {
|
|||
foreach ($value->xpath('row') as $trow) {
|
||||
echo '<tr>';
|
||||
foreach ($trow->xpath('col') as $tcol) {
|
||||
echo '<td>'.$tcol.'</td>';
|
||||
echo '<td>'._((string)$tcol).'</td>';
|
||||
}
|
||||
echo '</tr>';
|
||||
}
|
||||
|
|
|
@ -17,10 +17,9 @@ $info['extconfigs'] = $this->extconfigs->info();
|
|||
$info['dbinterface'] = $this->dbinterface->info();
|
||||
$info['XML'] = $this->xmlinterface->info();
|
||||
$info['sccp_class'] = $driver['sccp'];
|
||||
$info['Core_sccp'] = array('Version' => $core['Version'], 'about'=> 'Sccp ver.'. $core['Version'].' r'.$core['vCode']. ' Revision :'. $core['RevisionNum']);
|
||||
$info['Core_sccp'] = array('Version' => $core['Version'], 'about'=> 'Sccp ver.'. $core['Version'].' r'.$core['vCode']. ' Revision :'. $core['RevisionNum']. ' Hash :'. $core['RevisionHash']);
|
||||
$info['Asterisk'] = array('Version' => FreePBX::Config()->get('ASTVERSION'), 'about'=> 'Asterisk.');
|
||||
$info['Сompatible'] = array('Version' => $this->srvinterface->get_compatible_sccp(), 'about'=> '');
|
||||
//print_r('<br><br>');
|
||||
|
||||
//print_r($this->srvinterface->info());
|
||||
//print_r($this->extconfigs->info());
|
||||
|
|
Loading…
Reference in a new issue