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