2.1.1 version.
This commit is contained in:
@ -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');
|
||||
|
Reference in New Issue
Block a user