calllistclear fragment #
Demo
Using this fragment you can clear the call lists of the phone, accepted values are:
- Missed (for the missed calls)
- Dialed (for the dialed calls)
- Received (for the received calls)
- MaxCallLists (for clearing all the call lists)
<?xml version="1.0" encoding="UTF-8"?>
<SnomIPPhoneMenu xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../minibrowser_test.xsd">
<MenuItem name="Clear Dialed calls">
<Url>snom://mb_nop#calllistclear=Dialed</Url>
</MenuItem>
<MenuItem name="Clear Received calls">
<Url>snom://mb_nop#calllistclear=Received</Url>
</MenuItem>
<MenuItem name="Clear Missed calls">
<Url>snom://mb_nop#calllistclear=Missed</Url>
</MenuItem>
<MenuItem name="Clear All calls">
<Url>snom://mb_nop#calllistclear=MaxCallLists</Url>
</MenuItem>
</SnomIPPhoneMenu>