Function

In many call centres, free-seating is used. When logging on to the jtel system, the agent has to enter the telephone number of his current workplace.

This can now be automated so that the user is automatically logged on to the phone assigned to a specific workstation.

For this purpose in the table "System settings ... Workstations" the assignment between workstation name or IP address and telephone number is maintained. 

See also Workstations.

Configuration

  • The option "Determine workstation telephone number" is activated for the client
  • The Windows login name is entered for the user:
  • In the "Workstations" table, the entries for the assignment of the telephone number to the workstation are configured. This is done either via the IP address or via the workstation name or both, whereby only one of the settings is actually required. We recommend leaving the IP address blank when in networks with DHCP.
  • The following settings are set in the configuration file of the mini-client:

    • StatusChangeOnStartClient 

      Must be set for automatic login to take place

    • StatusChangeOnStartClientID

      Must be set to the corresponding status ID for the status change to occur

    • AutomaticWorkstationLogin
      Must be set to True
    • UseRemoteWorkstationName

      Optional - can be either True or False. If False, the name of the workstation on which the Mini-Client is running is used for login.
      If True, -on a Terminal-Server-Session- the name of the remote client is used for the logon, i.e. the thin client on which the terminal session is running.

      Mini Client Settings
      			<setting name="StatusChangeOnStartClientID" serializeAs="String">
      				<value>2</value>
      			</setting>
      			<setting name="StatusChangeOnStartClient" serializeAs="String">
      				<value>True</value>
      			</setting>
      ...
      			<setting name="AutomaticWorkstationLogin" serializeAs="String">
      				<value>True</value>
      			</setting>
      			<setting name="UseRemoteWorkstationName" serializeAs="String">
      				<value>True</value>
      			</setting>
      
      

    Now the user is automatically registered on the system under the assigned telephone number. 

    Note: the phone number does not have to be entered for the user, only the assignment in the Workstations table is important.

  • No labels