20
snom D7 User Manual Configuring the Function Keys
XML provisioning of settings
The XML tags of the function keys are an exception from the general rules for XML mass provisioning
of settings for snom phones because the tag for each key specifies the exact settings for that
particular key. The format is as follows:
<fkey idx="n" context="identity" label="name" perm="">argument</fkey>
• Parameter fkey idx. The unique identifier of the function key when connected to a particular
phone model.
NOTE: The fkey idx of a particular key depends on the number of function keys on the
phone, the number of expansion modules connected to the phone, and the position of
the module in the daisy chain. For your convenience, we have prepared a table of the
numbering system; please see "Function Key Numbering System" on page 21.
•
P
arameter context. This setting specifies the identity (account) that can use the key.
◦ A
ctive: All identities (accounts) registered on the phone
◦ Number: (Identity) 1 to 12,
depending on the type of phone
•
P
arameter label. The label (name, etc.) to be shown on the expansion module's display
•
P
arameter perm. Valid values are:
- perm="!":
The settings of the key can be changed by mass provisioning, but only if the
end user has not made changes to the configuration on the phone itself or on its web
interface.
- perm="&"
, perm="R", perm=" ": The settings of the key are Read Only and cannot be
changed by the end user.
- perm="$"
, perm="RW", perm="": The settings of the key can be changed by mass
provisioning; any end user configurations will be overwritten on reboot.
•
Ar
gument.
◦ The defaul
t is line. Example:
<fkey idx="19" context="active" label="line" perm="">line</fkey>.
◦ Examples f
or other functions:
NOTE: These settings depend on the requirements of the PBX.
- Extension: <fkey idx="19" context="1" label="Mary" perm="">dest sip:123@example.
com;user=phone</fkey>
- Speed dial:
<fkey idx="20" context="1" label="Mary/cell" perm="">speed 9175550240</fkey>
- Mul
ticast: <fkey idx="21" context="1" label="Announcements 2nd floor"
perm="">multicast 239.255.255.232:5555</fkey>
- Intercom: <fkey idx="22" context="1" label="Intercom Mary" perm="">icom sip:123@
example.com;user=phone</fkey>
- F
orwarding all incoming calls: <fkey idx="23" context="1" label="Fwd all to Mary"
perm="">redirect sip:123@example.com;user=phone</fkey>
- Transferring call: <fkey idx="24" context="1" label="Transfer" perm="">transfer</fkey>