David woodhouse, I have basically done the following: cvs -d :pserver:anoncvs@cvs.infradead.org:/home/cvs login password anoncvs cvs -d :pserver:anoncvs@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
On Fri, Dec 02, 2005 at 08:24:58PM -0500, Jerry Geis wrote:> hcitool cc MACHEADSET > hcitool auth MACHEADSET > hcitool dc MACHEADSET > > rfcomm bind rfcomm0 MACHEADSET > sdptool search --bdaddr MACHEADSET 0x111EThese Steps are not necessary, since chan_bluetooth does this for you. however you really should use hcitool browse to find out the right channel for services HS.> chan_bluetooth/chan_bluetooth.c:685 sco_thread: wrote <48 to scoWrong mac or channel in chan_bluetooth I'd say. -- http://www.ukeer.de/about.html "If 50 million people say a foolish thing, it is still a foolish thing." --Anatole France