Difference between revisions of "WorkMan CCT-AQ AVIO"

From WorkManSoft Wiki
Jump to navigationJump to search
(Created page with "Version that handles the queue-communication with Avaya IP Office.")
 
Line 1: Line 1:
 
Version that handles the queue-communication with Avaya IP Office.
 
Version that handles the queue-communication with Avaya IP Office.
 +
 +
== Ini-file ==
 +
 +
  [Database]
 +
  DBFilename=D:\WorkMan\Prop\DB\wmcc_prop.fdb
 +
  DBAddress=
 +
 
 +
  [CoreServer]
 +
  Address=127.0.0.1
 +
  Port=25100
 +
 
 +
  [System]
 +
  Log2TCALL=0
 +
  LocateDDI=0
 +
  AVIOID=1
 +
 +
Database\DBFilename is path to database
 +
 +
Database\DBAddress is IP or hostname to Firebird-server, blank if localhost
 +
 +
CoreServer\Address is IP to core server, typically 127.0.0.1
 +
 +
CoreServer\Port is the port where core server is listening
 +
 +
System\Log2TCALL n/a
 +
 +
System\LocateDDI n/a
 +
 +
System\AVIOID n/a

Revision as of 21:15, 1 June 2011

Version that handles the queue-communication with Avaya IP Office.

Ini-file

 [Database]
 DBFilename=D:\WorkMan\Prop\DB\wmcc_prop.fdb
 DBAddress=
 
 [CoreServer]
 Address=127.0.0.1
 Port=25100
 
 [System]
 Log2TCALL=0
 LocateDDI=0
 AVIOID=1

Database\DBFilename is path to database

Database\DBAddress is IP or hostname to Firebird-server, blank if localhost

CoreServer\Address is IP to core server, typically 127.0.0.1

CoreServer\Port is the port where core server is listening

System\Log2TCALL n/a

System\LocateDDI n/a

System\AVIOID n/a