Scheduled maintenance alert

Our website will undergo maintenance on the 6th of November, between 03:00 pm and 05:00 pm, which may cause occasional service disruptions and downtime. 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>