...
Code Block | ||
---|---|---|
| ||
#set( $systemValue = $System.getProperty("somekeyname") ) |
You can also test if a property exists.
Code Block | ||
---|---|---|
| ||
#if( ($System.existsProperty("keyname") ) do something #end |
Key: Directory
...
The Handsets key exposes a list of all handsets keyed by their extension no.
...
Once you have the $Handset it then exposes the following methods:
String getAccountPassword()
String getAccountPIN()
String getAllow()
String getAttachVoiceMailSoundFile()
...
String getMailbox()
String getMailboxPIN()Manufacturer getManufacturer()
int getModel()
String getPassword()
...