Queuing system can be used where queuing, can display queue information, improve transparency. The queuing system uses voice calls (TTS, text-to-sound technology) to save manpower and resources.
(1) Queuing system
Queuing system, the most important place is the formation of the queue, into the team and out of the team. In this system, the rules for generating numbers are very important and will affect the future of incoming team functions. In general, we will start with 1, generating a continuous natural number. After the number has been generated, we will be out of the team and generate voice calls at the same time.
(2) Voice call
Voice calls require the ability to call TTS. Queuing system only calls Win7 's TTS service, which eliminates the cost of buying voice services. Win7 comes with a TTS service. Voice calls are divided into clients and servers, clients need to install the. NET Framework, and clients need to transfer the message text of the call over TCP/IP to the server. The server creates a queue to receive the call information, and then calls the Win7 TTS service to make the call. The use of C/s mode to develop voice calls, only one computer to make voice server calls.
(3) Screen display
The screen displays the waiting patient, and the screen can use a monitor, TV or LED screen. It's easier to use a monitor or a TV set, and you just need to setup your desktop for expansion. We will display the call information and wait for the information to facilitate the waiting for the person to arrange their own work.
Summing up, I developed the call system, the function is simple to meet the simple queued call, completely do not need the support of self-service device, just need to install Win7,. Net Framework3.0 simple PC can be.
There is a need to contact me, 27473756.
Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.
Realization of simple queueing and calling function