home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2001 June / june_2001.iso / Chat / Odigo / setup.exe / %MAINDIR% / Config / RouterParams.dat < prev   
Encoding:
INI File  |  2001-05-02  |  1.8 KB  |  59 lines

  1. [Odigo]
  2.  
  3. #
  4. #Odigo Router
  5. #
  6.  
  7. # Set the bellow value with true for help desk client and with false for help desk agent
  8. ROUTER.IsClientMP     = true
  9.  
  10. # Select a free port for listening
  11. ROUTER.MP.ListenerPort     = 20222
  12.  
  13. # If you want to to activate the Log
  14. ROUTER.WithLog        = true
  15.  
  16. #
  17. # Odigo Help Desk Client
  18. #
  19.  
  20. # If the help desk client should work as help desk agent client set the bellow value with true
  21. ROUTER.MP.IsWorksAsMPC = false
  22.  
  23. # Expired time for user in routing table, time in days
  24. ROUTER.MP.ExpiredTime = 7
  25.  
  26. # Check every "MP.CheckExpireTimer" if users time in routing table, where expired (time in days)
  27. ROUTER.MP.CheckExpiredTimer = 1
  28.  
  29. # 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 
  30. ROUTER.MP.ForwardMsgRull = 1
  31.  
  32. # 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...
  33. ROUTER.MP.AddForwardTxtToMsg = true
  34.  
  35. #
  36. #Odigo Help Agent Client
  37. #
  38.  
  39. # When this client works as help desk agent, enter here the ID of the help desk client.
  40. ROUTER.MPC.MPId            = 110101
  41.  
  42. # Enter here the IP-Address of the help desk client
  43. ROUTER.MP.IPAddress        = 10.0.0.192
  44.  
  45. ###################################################################################
  46. #
  47. #Addvanced
  48. #
  49.  
  50. # Maximum number of sockets simultaneously opened
  51. P2PNET.MAX_SOCKETS     = 20
  52.  
  53. ROUTER.MP.RouttingTableEntries = 20
  54.  
  55. # How many seconds saving the router data to disk.
  56. ROUTER.MP.SaveDataTimer = 60
  57.  
  58. # Timer (in milliseconds) for trying to reconnect to the help desk client when connection lost.
  59. ROUTER.MPC.ReconnectMpTimer    = 60000