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>