Specifications

PA-001011-03-04 Aastra July 2014
279
# setImageAction(uri) to set the imageAction parameter with the URI to be called when
user presses on the displayed image (optional, 6739i only)
o uri string
Example
require_once('AastraIPPhoneImageScreen.class.php');
$images = new AastraIPPhoneImageScreen();
$images->setDestroyOnExit();
$images->setSize(40,40);
$images-
>setImage('fffffffc02fffffffee4ffffbfffc05fffe7ff7a7ffffffffeffeebd
7fffffea6bcfffffe796f3feff6fa289f0a86f4866fa20df42414595dd0134f8037
ed1637f0e2522b2dd003b6eb936f05fffbd4f4107bba6eb0080e93715000010b754
001281271408c640252081b1b22500013c5c66201368004e04467520dc11067152b
82094d418e100247205805494780105002601530020931400020ac5c91088b0f2b0
8c21c07d0c2006009fdfe81f80efe0107fe0fb1c3ffff8ffc3fffef8f7febffbfcf
87ffbff64');
$images->addSoftkey('1', 'Mail',
'http://myserver.com/script.php?action=1','1');
$images->addSoftkey('6', 'Exit', 'SoftKey:Exit');
$images->addIcon('1', 'Icon:Envelope');
$images->output();
Output
13.7 AastraIPPhoneInputScreen() Single Input field
This class allows you to create a XML InputScreen object.
Include
AastraIPPhoneInputScreen.class.php
Methods
setTitle(title) to setup the title of an object (optional)
o title string
setTopTitle(title,color,icon_index) to set the Top Title of the XML screen (6739i only)
o title string