Siebel Communications Server Administration Guide > Configuring Advanced Communications Features > Configuring Communications Log In and Log Out >

Log In and Log Out Command Configuration


This section documents the command and command data definitions from a Siebel-provided communications configuration file (.DEF), that determine the availability of log in and log out functions for the communications toolbar and for menus. For more information:

In the following commands, SignOnGroup and SignOnGroupInMenu both specify the same set of subcommands, which control login and log out functionality in the communications toolbar and in the Communications submenu of the Tools application-level menu, respectively:

[Command:SignOnGroup]
    Hidden         = "TRUE"
    Description    = "Log in"
    ExecuteAll     = "TRUE"
    SubCommand_1   = "LoginToPBX"

[Command:SignOnGroupInMenu]
    MenuPosition   = "20"
    Title          = "Log In"
    Description    = "Log in"
    SubCommand_1   = "LoginToPBX"

[Command:LoginToPBX]
    MenuPosition    = "20.1"
    Title           = "Log In (Phone)"
    DeviceCommand   = "LogIn"
    CmdData         = "LoginToPBX"

    [CmdData:LoginToPBX]
    Param.ACDQueue  = "{@PrimaryQueueList}"
    Param.AgentId   = "{@AgentId}"
    Param.AgentPin  = "{@AgentPin}"

Siebel Communications Server Administration Guide Copyright © 2006, Oracle. All rights reserved.