# true for Help Desk client, false for Help Agent client
ROUTER.IsClientMP = true
# Help Desk \Help agent With Log - The Help Desk \Help agent can generate a log.
#Inserting true will generate the log, false will not generate the log.
ROUTER.WithLog = true
# Help Desk Listener Port - The default is 20222, please change if that port is in use.
# (Enter this value both for Help Desk client and for Help Agent client)
ROUTER.MP.ListenerPort = 20222
#
# Odigo Help Desk
#
# If the help desk client should work as help desk agent client set the bellow value with true
ROUTER.MP.IsWorksAsMPC = false
#User Table - The User Table records when a user requests assistance and for a specified
#period of time will forward additional messages to the Help Agent that received the
#first of the userÆs messages. This period is defined in days. Routinely the table will
#be swept for expired users and those users will be removed. The User Table Sweep routine
#is scheduled in periods of days.
#Expiration Period of the User Table in days
ROUTER.MP.ExpiredTime = 7
# User Table Sweep to occur every x days
ROUTER.MP.CheckExpiredTimer = 1
# Define time in minutes to recive only current users if agent wants to recive messages
#from users who talked with him in the last 30 minutes
ROUTER.MP.CurrentUserTime = 30
#Receiving Messages - The Help Desk can forward messages to a Help Agent while they are
#busy or send them directly to a Help Agent that is free.
# Enter 1 or 2 as following:
# 1 - If all agents are busy and the Help Desk is acting like a Help Agent it will receive messages
# 2 - A message from a busy agent is forwarded to a free agent
ROUTER.MP.ForwardMsgRull = 1
# If Help desk agent is not reachable (not available or disconnected) and user, which already talk with this agent gets new agent to handle his messages, the new agent gets before the message text explenation that this user was handle by other agent...
#If a Help Agent is Unavailable or Disconnected a user assigned to that agent will be
#forwarded to another Help Agent. The new Help Agent will receive a message from the Help
#Desk informing him/her that the users has established contact with another Help Agent,
#who is now unavailable.
ROUTER.MP.AddForwardTxtToMsg = true
#
# Odigo Help Agent Client
#
#Help Desk ID - To be left blank in Help Desk file, insert for Help Agent file.
ROUTER.MPC.MPId = xxxxxx
Help Desk IP Address- To be left blank in Help Desk file, insert for Help Agent file.