[Asterisk-Dev] DECT channel
Jamie Honan
jhonan at optushome.com.au
Sat Dec 4 03:21:35 MST 2004
> The base station contains two PTSN lines in and a PTSN line out in addition
> to the DECT base station. It connects to a PC via a USB connection. What I
The USB interface may consist of a USB audio device
plus a seperate control channel.
You can tell if this is the case when you plug it into
a Linux box, suddenly you'll have an extra audio
device. You can pump audio into it
cat audiofile >/dev/dsp1 (or sox or whatever)
In windows there is a shim piece of software which will tell
you what happens USB wise when you go offhook, dial etc.
http://benoit.papillault.free.fr/usbsnoop/
iaxclient ( http://iaxclient.sourceforge.net/ )
is some fairly rough code which has audio devices
together with an iax2 library. In that package, tkphone has
a simple iaxcli which allows you to dial, answer etc. together
with an audio device.
~
Or use the asterisk cli with audio pointing to your audio device.
Jamie
More information about the asterisk-dev
mailing list