T h e   U l t i m a t e   T e l e m a r k e t i n g    P C   B o a r d


CyberVox is the solution to your sales problem through telephone. You can right now, take control under the behavior of your telemarketing stations and get the most from your salesman and your amazing data base. All that you have to have is a PC compatible, a phone line and that's it, your company will have immediately a new communication conception.
 
This is an ISA PC card, with a last generation Digital Signal Processor (DSP) and a really professional telephone front-end interface circuit. A lot of features can be done by yourself writing programs that runs in a very cheap hardware configuration.



  Here you have some features from CyberVox:

- Total control under phone line and a connection to a HeadSet
- Dials a number through DTMF and pulses from a database or string
- Detects incoming ring signal
- Records the current call in your harddisk (there is virtually no time limit)
- Plays a file previously recorded
- Audio format compatible with most of commercial audio editors
- Audio connection to a tape deck
- Allows external speaking monitoring transparent to the operator, he/she does not know that is being monitored
- Recognizes when somebody is talking of keeps in silence
- Easy programming via a Clipper API (Summer87, 5.1, 5.2) and a Delphi Component. Runs under DOS, Win95, Win98 and NT
- TSR program (DOS mode) to take control of the board independent of an application.
- Lowest price in market with the best performance
- Full documentation in English, Spanish and Portuguese and a LOT of practical examples in a single CD-ROM disk
- UpDates from our API via our Internet's site
 



Coming soon:

- DTMF decoding: Allows client's navigation through your system
- Caller ID detection: Find out who is calling you before you ask



That's an easy Clipper demo program:

This little program will wait for a incoming call until the second ring signal arrives, will record phone audio line during next 10 seconds in a file called TEST.VOX then will play it back, hang-up the line and will wait until next call.

cls.                                                                                // clear the screen
do while .T.                       // start an endless loop
   OnHookAll()                     // Line and the HeadSet in an “OnHook”state
   Wait4Ring(2)                    // Wait till 2th ring signal
   OffHkLine()                     // accepts the call thru the line
   Rec("test.vox", 10 )            // records 10 seconds in test.vox file
   Play("test.vox")                // plays file test.vox
   OnHkLine()                      // OnHook telephone line
enddo
quit                               // quit Clipper to DOS  


File Area

  Download most recent API  (version 8.1). It includes everything !  

View API Documentation  

View More Examples    

Download DOS Commands

Back to Main Page


info@cybervox.freeservers.com