Siebel CTI Administration Guide > Configuring Advanced Communications Features > Configuring Communications Login and Logout >

Login and Logout Command Configuration


This topic documents example command and command data definitions that determine the availability of login and logout functions for the communications toolbar and for menus. For more information:

Login Commands

In the following login commands, SignOnGroup and SignOnGroupInMenu both specify the same set of subcommands, which control login 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}"

Logout Commands

In the following logout commands, SignOffGroup and SignOffGroupInMenu both specify the same set of subcommands, which control logout functionality in the communications toolbar and in the Communications submenu of the Tools application-level menu, respectively.

[Command:SignOffGroup]
    Hidden         = "True"
    Description    = "Log out"
    ExecuteAll     = "True"
    SubCommand_1   = "LogoutFromPBX"

[Command:SignOffGroupInMenu]
    MenuPosition   = "22"
    Title          = "Log Out"
    Description    = "Log Out"
    SubCommand_1   = "LogoutFromPBX"

[Command:LogoutFromPBX]
    MenuPosition    = "22.1"
    Title           = "Log Out (Phone)"
    DeviceCommand   = "LogOut"
    CmdData         = "LogoutFromPBX"

    [CmdData:LogoutFromPBX]
    Param.ACDQueue  = "{@PrimaryQueueList}"

Siebel CTI Administration Guide Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Legal Notices.