A SERVICE OF

logo

Enhancements/Changes in 2.0.2, Build 1040
24 RN-001029-00, Release 2.0.2, Rev 02
IP Phone Release Notes 2.0.2
Cont’d Multiple Input Support for AastraIPPhoneInputScreen Object (continued)
The following is an example AastraIPPhoneInputScreen script using the new
multiple input feature:
<AastraIPPhoneInputScreen type="string">
<Title>Test</Title>
<URL>http://10.50.10.117/test.pl</URL>
<Default/>
<InputField>
<Prompt>Name:</Prompt>
<Parameter>name</Paramter>
<Default>Robert</Default>
<SoftKey index="3">
<Label>NameDone</Label>
<URI>Softkey:Submit</URI>
</SoftKey>
</InputField>
<InputField type="timeUS">
<Prompt>Time:</Prompt>
<Parameter>time</Paramter>
<Default>10:50:24AM</Default>
</InputField>
<InputField type="dateUS>
<Prompt>Date:</Prompt>
<Parameter>date</Paramter>
<Default>01/24/07</Default>
<SoftKey index="5">
<Label>DateDone</Label>
<URI>Softkey:Submit</URI>
</SoftKey>
</InputField>
</AastraIPPhoneInputScreen>
Issue Number Description of Feature/Enhancement