XiVO Client is a Desktop CTI client based on QT. The Client provides various CTI services such as controlling a phone, sending a fax, or monitoring a XiVO Call Center.
- Install QT 4, make and GCC
- run
qmake - run
make
You can find more complete documentation on building the XiVO Client on the XiVO documentation web site.
Once the client is built, you can run it with the following command:
LD_LIBRARY_PATH=bin bin/xivoclient
- Install google-mock library with
apt-get install google-mock - Build the client with
qmake CONFIG+=tests CONFIG+=gmock - Run
unit-tests/alltests.sh
- Install and configure the XiVO Acceptance library
- Build the client with
make FUNCTESTS=yes - Export the path to the binary in
XC_PATH. (e.g.export XC_PATH=/home/user/xivo-client-qt/bin) - Run any of the tests in xivo-acceptance that need the client