New Features in Release 3.0.1
8
RN-001037-00 Rev 02, Release 3.0.1
IP Phone Release Notes 3.0.1 Beta 2
Support for Multiple Input Fields in AastraIPPhoneInputScreen Object
An Administrator can now use the AastraIPPhoneInputScreen object in an XML application to
input more than one field (up to a limit of 6).
Example
<?xml version="1.0" encoding="ISO-8859-1"?>
<AastraIPPhoneInputScreen type="string" destroyOnExit="yes"
displayMode="condensed">
<Title>Restricted application</Title>
<URL>http://myserver.com/myxml.php </URL>
<InputField type="empty"/>
<InputField type="string">
<Prompt>Username:</Prompt>
<Parameter>user</Parameter>
</InputField>
<InputField type="string" password="yes">
<Prompt>Password:</Prompt>
<Parameter>pass</Parameter>
</InputField>
</AastraIPPhoneInputScreen>
The above example displays a screen with two input fields (username and password). After
entering "XXXX" for the username and "YYYY" for the password, and then the user presses
<Submit>, the phone performs an HTTP GET on the following URI:
http://myserver.com/myxml.php?user=XXXX&pass=YYYY
For more information about the XML API objects, see Aastra's XML Developers Guide.
Note:
This new feature for the AastraIPPhoneInputScreen is now equivalent to the
AastraIPPhoneInputScreen feature in Release 2.5.x firmware; only field custom
softkeys are not supported.
XM L
Fr i No v 6
9:3 0am
Rest ri cte d ap pl icat io n
Subm it
XXXX
Use rna m e:
* * * *
Passw or d: