[Asterisk-Users] chan_blutooth
Jerry Geis
geisj at pagestation.com
Fri Dec 2 18:24:58 MST 2005
David woodhouse,
I have basically done the following:
cvs -d :pserver:anoncvs at cvs.infradead.org:/home/cvs login
password anoncvs
cvs -d :pserver:anoncvs at cvs.infradead.org:/home/cvs co chan_bluetooth
compiled asterisk
chkconfig bluetooth on
service bluetooth start
hcitool dev will show the bluetooth dongle MAC address
hcitool scan
hci0 00:03:c9:af:21:95 kensington bluetooth dongle
put headset in pairing mode
hcitool scan
00:03:89:53:fd:3a shows plantronics headset
hcitool cc MACHEADSET
hcitool auth MACHEADSET
hcitool dc MACHEADSET
/etc/bluetooth/pin has BlueZ by default change to:
#!/bin/sh
echo "PIN:12345"
rfcomm bind rfcomm0 MACHEADSET
sdptool search --bdaddr MACHEADSET 0x111E
extensions.conf add Dial(BLT/PLANTRNOICS)
After doing all the above and placing a call to my BLT/PLANTRONICS the
headset rings
and when I answer I do NOT get audio...
I see MANY repeating message about :
chan_bluetooth/chan_bluetooth.c:685 sco_thread: wrote <48 to sco
Any idea on why no audio? What might I try or look at to investigate no audio?
Thanks David,
Jerry
More information about the asterisk-users
mailing list