You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »


 

General

The provisioning parameters of the Expansion Module are the same as used for Maxwell 3 Function keys.

The numbering of the Function Keys starts with 8, nevertheless if the Main Device is a Maxwell 3 or a Maxwell Basic.

Example:

<param name="PhoneUI.Keys.FunctionKeys.8.DisplayName" value="Bob Biloxy"/>



Page Toggle

Please be aware that one Function Key per page is used to toggle the pages and cannot be provisioned.

You cannot use 22 and 52 (Module 1), 82 and 112 (Module 2) and 142 and 172 (Module 3) as Function Keys Identifier.


 

Availabe Functions

The Expansion Module supports the configuration of the following key types:

  • No function
  • QuickDial
  • BLF (Busy Lamp field)
  • SIP URI
  • DTMF
  • Action URL
  • SIP INFO
  • FAC (Feature Access Code)

 

Parameter set

Type: QuickDial

    <param name="PhoneUI.Keys.FunctionKeys.0.Type" value="3" />
    <param name="PhoneUI.Keys.FunctionKeys.0.DisplayName" value="Stefan Leven" />
    <param name="PhoneUI.Keys.FunctionKeys.0.Connection" value="0" />
<param name="PhoneUI.Keys.FunctionKeys.0.PhoneNumber" value="140" />    <!-- Number to be dialed -->

    <param name="PhoneUI.Keys.FunctionKeys.0.Color" value="1" />    <!-- 0 = red, 1 = yellow, 2 = green -->

  • No labels