Specifications
Aastra July 2014 PA-001011-03-04
52
<MenuItem base =”” icon=“3”>
<Prompt>Weather</Prompt>
<URI>http://10.50.10.52/weather.pl</URI>
</MenuItem>
<IconList>
<Icon index=“1”>045E545E0400</Icon>
<Icon index=“2”>FEAA8292FE00</Icon>
<Icon index=“3”>C00E60029800</Icon>
</IconList>
</AastraIPPhoneTextMenu>
Resulting Screen
Figure 26: TextMenu Example 2 (softkey phone)
XML Example 3 (touchscreen phone)
<AastraIPPhoneTextMenu>
<Title>Directory John Doe</Title>
<MenuItem>
<Prompt>Work Number</Prompt>
<URI>http://myserver/myscript.php?a=zoom&n=1234</URI>
<Dial>1234</Dial>
<Selection>1234</Selection>
</MenuItem>
<MenuItem>
<Prompt>Cell Number</Prompt>
<URI>http://myserver/myscript.php?a=zoom&n=2345</URI>
<Dial>2345</Dial>
<Selection>2345</Selection>
</MenuItem>
<MenuItem>
<Prompt>Home Number</Prompt>
<URI>http://myserver/myscript.php?a=zoom&n=3456</URI>
<Dial>3456</Dial>
<Selection>3456</Selection>
</MenuItem>
<SoftKey index = “1”>
<Label>Delete</Label>
<URI>http://myserver/myscript.php?a=delete</URI>
</SoftKey>