Content

Page tree

Using this fragment you can clear the call lists of the phone.

Valid values are:

  • Missed (for the missed calls)
  • Dialed (for the dialed calls)
  • Received (for the received calls)
  • MaxCallLists (for clearing all the call lists)

Example:

<SnomIPPhoneMenu>
  <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>