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

@ -73,7 +73,6 @@ class AastraIPPhoneImageScreen extends AastraIPPhone {
$out .= " cancelAction=\"{$cancelAction}\"";
}
if($this->_beep=='yes') $out .= " Beep=\"yes\"";
if($this->_allowAnswer == 'yes') $out .= " allowAnswer=\"yes\"";
if($this->_timeout!=0) $out .= " Timeout=\"{$this->_timeout}\"";
$out .= ">\n";
$out .= "<Image";