Content
Example: menu to reboot the phone.
- Choosing any of the MenuItems will reboot your phone.
- Choosing the MenuItem with fragment reboot, which have the arguments yes or reset, will reboot and reset your phone to default factory.
<?xml version="1.0" encoding="UTF-8"?>
<SnomIPPhoneMenu>
<MenuItem name="reboot - only reboot">
<Url>snom://mb_nop#reboot</Url>
</MenuItem>
<MenuItem name="reboot=yes - reset and reboot">
<Url>snom://mb_nop#reboot=yes</Url>
</MenuItem>
<MenuItem name="reboot=reset - reset and reboot" >
<Url>snom://mb_nop#reboot=reset</Url>
</MenuItem>
</SnomIPPhoneMenu>
Further Information
Related articles