2.1.1 version.

This commit is contained in:
2018-02-15 23:00:13 +01:00
parent 35330993ff
commit 095feb6932
28 changed files with 2062 additions and 1541 deletions

View File

@ -2,7 +2,7 @@
##########################################################
# Sample php applications using the Aastra XML API Classes
# Aastra SIP Phones Firmware 2.1.0 or better
# Aastra SIP Phones Firmware 2.1.1 or better
# Copyright Aastra Telecom 2007
#
# @param type, type of XML object to display
@ -87,7 +87,7 @@ switch($type)
$menu->addEntry('InputScreen2', $XML_SERVER.'?type=inputscreen2');
$menu->addEntry('Status', $XML_SERVER.'?type=status');
$menu->addEntry('Execute', $XML_SERVER.'?type=execute');
if($header['model']!="Aastra53i")
if(($header['model']!="Aastra51i") and ($header['model']!="Aastra53i"))
{
$menu->addEntry('ImageScreen', $XML_SERVER.'?type=imagescreen');
$menu->addEntry('ImageMenu', $XML_SERVER.'?type=imagemenu');