3.3.1 SP3 version.

This commit is contained in:
2018-02-15 23:10:50 +01:00
parent 095feb6932
commit 13254581af
117 changed files with 53316 additions and 10371 deletions

View File

@ -1,9 +1,8 @@
<?php
################################################################################
# Aastra XML API Classes - AastraIPPhoneExecuteEntry
# Firmware 1.4.1 or better
# Copyright Aastra Telecom 2007
# Firmware 2.0 or better
# Copyright Aastra Telecom 2005-2010
#
# Internal class for AastraIPPhoneExecute object.
################################################################################
@ -22,7 +21,7 @@ class AastraIPPhoneExecuteEntry extends AastraIPPhone {
{
$url = $this->escape($this->_url);
$xml = "<ExecuteItem URI=\"".$url."\"";
if ($this->_interruptCall=='no') $xml .= " interuptCall=\"no\"";
if ($this->_interruptCall=='no') $xml .= " interruptCall=\"no\"";
$xml .= "/>\n";
return($xml);
}