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

Compare with Current View Page History

« Previous Version 3 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="Maxwell 3"/>



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

General:

X: Function Key number
Type value: -1 (No Function), 3 (Quick Dial), 4 (BLF), 5 (SIP URI), 7 (DTMF), 8 (Action URL), 10 (FAC)
Color: 0 = red, 1 = yellow, 2 = green

 

Type: QuickDial

    <param name="PhoneUI.Keys.FunctionKeys.X.Type" value="3" />
    <param name="PhoneUI.Keys.FunctionKeys.X.DisplayName" value="Maxwell Basic" />
    <param name="PhoneUI.Keys.FunctionKeys.X.Connection" value="0" />
    <param name="PhoneUI.Keys.FunctionKeys.X.PhoneNumber" value="1234" />
    <param name="PhoneUI.Keys.FunctionKeys.X.Color" value="1" />

 

Type: BLF

    <param name="PhoneUI.Keys.FunctionKeys.1.Type" value="4" />
    <param name="PhoneUI.Keys.FunctionKeys.1.DisplayName" value="Maxwell 3" />
    <param name="PhoneUI.Keys.FunctionKeys.1.Connection" value="0" />
    <param name="PhoneUI.Keys.FunctionKeys.1.PhoneNumber" value="5678" />
    <param name="PhoneUI.Keys.FunctionKeys.1.CallPickupCode" value="*8#" />
    <param name="PhoneUI.Keys.FunctionKeys.1.Color" value="1" />

 

Type: SIP URI

    <param name="PhoneUI.Keys.FunctionKeys.2.Type" value="5" />
    <param name="PhoneUI.Keys.FunctionKeys.2.DisplayName" value="Maxwell 10" />
    <param name="PhoneUI.Keys.FunctionKeys.2.URL" value="Maxwell10@gigaset.com" />
    <param name="PhoneUI.Keys.FunctionKeys.2.Color" value="2" />

 

Type: Action URL

    <param name="PhoneUI.Keys.FunctionKeys.3.Type" value="8" />
    <param name="PhoneUI.Keys.FunctionKeys.3.DisplayName" value="Upload" />
    <param name="PhoneUI.Keys.FunctionKeys.3.URL" value="http://<server ip>/upload.htm" />
    <param name="PhoneUI.Keys.FunctionKeys.3.Color" value="0" />

 

Type: DTMF

    <param name="PhoneUI.Keys.FunctionKeys.4.Type" value="7" />
    <param name="PhoneUI.Keys.FunctionKeys.4.DisplayName" value="DTMF *1234#" />
    <param name="PhoneUI.Keys.FunctionKeys.4.DTMFCode" value="*1234#" />
    <param name="PhoneUI.Keys.FunctionKeys.4.Color" value="0" />

 

Type: FAC

    <param name="PhoneUI.Keys.FunctionKeys.5.Type" value="10" />
    <param name="PhoneUI.Keys.FunctionKeys.5.DisplayName" value="FAC on/off" />
    <param name="PhoneUI.Keys.FunctionKeys.5.EnableCode" value="*1234" />
    <param name="PhoneUI.Keys.FunctionKeys.5.DisableCode" value="#1234" />
    <param name="PhoneUI.Keys.FunctionKeys.5.Color" value="2" />

  • No labels