Specifications

Aastra July 2014 PA-001011-03-04
274
$ftext->addLine('Scrolled text5');
$ftext->setScrollEnd();
$ftext->addLine('Footer',NULL,'center',’blue’);
$ftext->addSoftkey('10', 'Exit', 'SoftKey:Exit');
$ftext->output();
Output
XML
Fri Nov 6
9:30am
Formatted Screen
Scrolled Line 1
Scrolled Line 2
Scrolled Line 3
Scrolled Line 4
Scrolled Line 5
Footer
Exit
13.5 AastraIPPhoneImageMenu()
This class allows you to create a XML ImageMenu object on 55i/57i/57iCT/6735i/6737i.
Include
AastraIPPhoneImageMenu.class.php
Methods
setTopTitle(title,color,icon_index) to set the Top Title of the XML screen (6739i only)
o title string
o color string, "red", "blue", ... (optional)
o icon_index integer, icon number
setCancelAction(uri) to set the cancel parameter with the URI to be called on Cancel
(optional)
o uri string
setDestroyOnExit() to set DestroyonExit parameter to 'yes', 'no' by default (optional)
setBeep() to enable a notification beep with the object (optional)
setLockIn(uri) to set the Lock-in tag to 'yes' and the GoodbyeLockInURI (optional)
o uri string, GoodByeLockInURI
setAllowAnswer() to set the allowAnswer tag to 'yes' (optional)