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

Example: Using fragment to dial a number and in combination with the create_url callback. This can be used to replace deprecated SnomIPPhoneDirectory.

<?xml version="1.0" encoding="UTF-8"?>
<SnomIPPhoneMenu>
      <MenuItem name="dial 103">
            <Url>snom://mb_nop#numberdial=103</Url>
      </MenuItem>
      <MenuItem name="dial <103@registrar>">
           <Url>snom://mb_nop#numberdial=$(create_url:103)</Url>
      </MenuItem>
</SnomIPPhoneMenu>