5.0.0 version.

This commit is contained in:
2018-02-15 23:22:08 +01:00
parent 071529b1e8
commit 8273ee8749
21 changed files with 10229 additions and 10343 deletions

View File

@ -60,6 +60,16 @@ class AastraIPPhoneStatus extends AastraIPPhone {
$this->_entries[] = new AastraIPPhoneStatusEntry($index, $message, $type, $timeout, $uri, $icon, $color);
}
function addMessage($index, $message, $timeout=NULL, $uri='', $icon=0, $color='')
{
$this->_entries[] = new AastraIPPhoneStatusEntry($index, $message, '', $timeout, $uri, $icon, $color);
}
function addToaster($message, $uri='', $icon=0)
{
$this->_entries[] = new AastraIPPhoneStatusEntry('0', $message, 'toaster', NULL, $uri, $icon, '');
}
function render()
{
# Beginning of root tag