Skip to end of metadata
Go to start of metadata

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

Compare with Current View Page History

« Previous Version 2 Next »

Available models: UCV series

Available Version: 5.42.1.3.0

Description:

The purpose of adding "Call Operation Button Layout URL" is to customize the location of softkey during call. At present, this function only supports configuration by provision.

How to use:

For example, edit softkeylayout.xml and replace the location of Mute and Conference in the "talk" state.

Then provision the edited softkeylayout.xml file to the phone.

 Before Provision:                                                                   

 After Provision:

How to configure:

  1. Edit Default softkeylayout.xml file and then save it. For example, replace the location of Mute and Conference in the "talk" state.

  2. Place softkeylayout.xml under the server.

  3. On the webpage of the phone: "Call Operation Button Layout URL" fill server path (e.g: http://10.3.0.51/softkeylayout.xml)
     Note: The P value of "Call Operation Button Layout URL" is P25229

4. Click AutoProvision Now Button to provision.

Default softkeylayout.xml file:

<?xml version="1.0" ?>
<Softkey>
    <CallIn>
        <Enable>
            <Key Type="DSSKey" />
            <Key Type="Answer" />
            <Key Type="Forward" />
            <Key Type="Silence" />
            <Key Type="Reject" />
        </Enable>
    </CallIn>
    <Talk>
        <Enable>
            <Key Type="DSSKey" />
            <Key Type="Mute" />
            <Key Type="Hold" />
            <Key Type="Transfer" />
            <Key Type="Conference" /> 
            <Key Type="Hangup" /> 
            <Key Type="Dialpad" />
            <Key Type="Video" />
            <Key Type="NewCall" />
        </Enable>
    </Talk>
    <Conferenced>
        <Enable>
            <Key Type="DSSKey" /> 
            <Key Type="Mute" />
            <Key Type="Hold" />
            <Key Type="Split" />
            <Key Type="Conference" />
            <Key Type="Hangup" />
            <Key Type="Dialpad" />
            <Key Type="NewCall" />
        </Enable>
    </Conferenced>
</Softkey>

Supported states and buttons:

Status

Button

Incoming Call (CallIn)

DSSKey,Answer,Forward,Silence,Reject

During the Call (Hold/Talk)

DSSKey,Mute,Hold,Transfer,Conference,Hangup,Dialpad,Video,NewCall

Conferenced (Conferenced)

DSSKey,Mute,Hold,Split,Conference,Hangup,Dialpad,NewCall

  • No labels