OSDN Git Service

Add MS7619SE
[uclinux-h8/uClinux-dist.git] / lib / libopenh323 / VoIPBlaster.txt
1 README for Creative Labs VoIPBlaster
2 ------------------------------------
3 Craig Southeren, 15 January 2001
4
5    OpenH323 now contains preliminary support for the Creative Labs 
6 VoIPBlaster under Windows only. This support relies upon the Windows 
7 driver for the VoIP Blaster written by Dave Fobbit, which can be 
8 downloaded from http://www.fobbit.com. 
9
10   Please follow the installation instructions at http://www.fobbit.com 
11 for this driver before using this code.
12
13    The driver is in the files vblasterlid.cxx and vblasterlid.h, and the
14 following comments apply:
15
16 - The ohphone sources have been updated to include support for this
17 device. Use the -V option to specify which VB device to open. 
18
19 - The openphone sources have been updated to support this device. 
20 Use the Options->Audio Device menu option to select the device.
21
22 - Hook switch and DTMF detection are working, as is audio playback.
23
24 - Audio recording is not working yet. I suspect I am doing something
25 wrong, but I'm not sure what. It might also be a hardware problem, or
26 perhaps my Australian phones aren't compatible with the US hardware
27
28 - The volume functions do not currently work.
29
30 - There is code to ring the handset, but I've not checked it. It will
31 need some more work to support cadences.
32
33 - Only Windows is supported, as I don't have the time to rearrange my
34 machines to free a Linux box to do this work. The code was designed to
35 put all of the operating system stuff into the VoipBlasterInterface
36 class - if the correct Linux bits are added to that class it should Just
37 Work (tm). 
38
39 - I've only tested this under Windows 2000. Other Windows variants may 
40 not work.
41
42 - Occasionally, the driver gets out of sync with the app. This manifests
43 itself as the application hanging during the device open. This can be fixed
44 by stopping the app, unpluggiung the device, and plugging it back in.
45
46 - There is no support for retrieving the serial number yet.
47
48 - I've not tested multiple VBs on a single machine. I've got more devices
49 coming in soon that will allow this to be tested.
50
51   As always, comments, and updates are welcome.
52
53   Thanks to Quicknet for sponsoring this effort, to Dave Fobbit for
54 writing the drivers and to Jeremy McNamara for the VoIP Blaster unit.
55
56 ----------------------------------------------------------------
57
58 $Log: VoIPBlaster.txt,v $
59 Revision 1.4  2002/01/15 07:32:25  craigs
60 Added comment on multiple VB on single machine
61
62 Revision 1.3  2002/01/15 07:29:13  craigs
63 Added info on hanging during startup
64
65 Revision 1.2  2002/01/15 05:53:14  craigs
66 Added info on openphone and volume commands
67
68 Revision 1.1  2002/01/15 05:47:30  craigs
69 Initial version