[Asterisk-Users] chan_bluetooth and audio problem

José Luis Gómez jgomez at qualis.com.ar
Fri Oct 28 02:16:30 MST 2005


Hello.
I'm having problem with motorola v635 and asterisk. I can make a call
but I can't hear any audio and the other side of the call can hear me
(one way audio).
I'm using usb to bluetooth adaptor (noganet).
I'm using gentoo with kernel 2.6.13-r2, asterisk 1.0.9 and
chan_bluetooth 0.0.1_pre20050212.
What's may be wrong?
        
I show you my files:
- bluetooth.conf:
[general]
interface = 0
[00:15:A8:A8:19:82]
name        = V635
type        = HS
channel     = 3
autoconnect = yes
# If I put channel 7, the other side of the call can't hear me (no
audio). The audio stay on the phone (I can hear the call on phone).

- hcid.conf
options {
        autoinit yes;
        security auto;
        pairing multi;
        pin_helper /usr/bin/bluepin;
}
device {
        name "Asterisk";
        class 0x200404;
        iscan enable;
        pscan enable;
        lm accept;
        lp rswitch,hold,sniff,park;
}

- rfcomm.conf
rfcomm0 {
        bind yes;
        device xx:xx:xx:xx:xx:xx;
        channel 7;
        comment "motoV635";
}

Thanks in advance.
  José Luis





More information about the asterisk-users mailing list