Scheduled maintenance alert

Our website will undergo maintenance from Di, 19.11.2024, 20:00 CEST to Di, 19.11.2024, 22:00 CEST, which may cause occasional service disruptions. We apologize for any inconvenience and appreciate your understanding.

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>