sid
sid

Reputation: 11

3CX - Call in Waiting with Queue

How or where to get call waiting information from 3CX? (For database or api)

WallBoard Awaiting ...

-- Luan

Upvotes: 1

Views: 1267

Answers (1)

Gavin Hill
Gavin Hill

Reputation: 377

If you don't want to use the default wall board that comes with 3CX then you could look at using their API to write your own code to gain access to the data you need.

Alternatively there is a Git project called 3cx Wallboard Websocket that uses Ruby to extract data from 3CX in order to insert it into a database.

Connects to the websocket of the 3cx wallboard and writes data to a mysql database

Upvotes: 1

Related Questions