Content

Page tree

Valid argument: number from 0 to last number before phone max registration, or -1 to unregister (remove) all identities. If the argument is missing, the first identity will be removed.

The index used here is different (one less) than the index used in the Web Interface: in the Web Interface the index starts with 1 and the index for the unregister fragment starts with 0. For example to un-register identity 4 (from the Web Interface), the phone can use URL http://mb_nop#unregister=3.


Example:
<?xml version="1.0" encoding="UTF-8"?>
<SnomIPPhoneMenu>
    <MenuItem name="unregister all identities"> <!-- unregister all identities -->
        <Url>snom://mb_exit#unregister=-1</Url>
    </MenuItem>
    <MenuItem name="unregister identity 1"> <!-- unregister identity 1 -->
        <Url>snom://mb_exit#unregister=0</Url>
    </MenuItem>
    <MenuItem name="unregister identity 2"><!-- unregister identity 2 -->
        <Url>snom://mb_exit#unregister=1</Url>
    </MenuItem>
</SnomIPPhoneMenu>


Result: