# Set the bellow value with true for help desk client and with false for help desk agent
ROUTER.IsClientMP = true
# Select a free port for listening
ROUTER.MP.ListenerPort = 20222
# If you want to to activate the Log
ROUTER.WithLog = true
#
# Odigo Help Desk Client
#
# If the help desk client should work as help desk agent client set the bellow value with true
ROUTER.MP.IsWorksAsMPC = false
# Expired time for user in routing table, time in days
ROUTER.MP.ExpiredTime = 7
# Check every "MP.CheckExpireTimer" if users time in routing table, where expired (time in days)
ROUTER.MP.CheckExpiredTimer = 1
# Enter: 1 for forwarding messages to help desk client when all help desk agents are unavailable, 2 for forwarding messages to a free help desk 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...
ROUTER.MP.AddForwardTxtToMsg = true
#
#Odigo Help Agent Client
#
# When this client works as help desk agent, enter here the ID of the help desk client.
ROUTER.MPC.MPId = 110101
# Enter here the IP-Address of the help desk client