Hi. I come to you after days of searching through forums, Google and blogs. So I’m kinda desperate
I’ve got a Debian (6.0.0) box with Asterisk (1.8.3.3) installed on it. I managed to install a Digium TDM411B card and it’s working.
Here is my problem :
I want to connect a cellphone to Asterisk so I can make/receive calls through it. I re-compiled Asterisk with chan_mobile included. Everything’s loading well. I managed to pair the cellphone (Blackberry Curve 8520) with the box using a MSI BToes 2.0 EDR Micro Dongle and bluetooth-agent (comes in some bluez package). But mobile show devices indicates that the cellphone is not connected. I tried a different bluetooth dongle, it doesn’t make a difference.
Here are some outputs :
[quote]sudo hciconfig -a
hci0: Type: BR/EDR Bus: USB
BD Address: 00:15:83:15:A3:10 ACL MTU: 339:8 SCO MTU: 128:2
UP RUNNING PSCAN
RX bytes:15732 acl:175 sco:0 events:480 errors:0
TX bytes:5914 acl:192 sco:0 commands:146 errors:1
Features: 0xff 0x3e 0x85 0x30 0x18 0x18 0x00 0x00
Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3
Link policy: RSWITCH HOLD SNIFF PARK
Link mode: SLAVE ACCEPT
Name: ''
Class: 0x000104
Service Classes: Unspecified
Device Class: Computer, Desktop workstation
HCI Version: 2.0 (0x3) Revision: 0xc5c
LMP Version: 2.0 (0x3) Subversion: 0xc5c
Manufacturer: Cambridge Silicon Radio (10)
[/quote]
[quote]/etc/bluetooth/rfcomm.conf
rfcomm0 {
bind yes;
device 40:5F:BE:33:AA:F6;
channel 1;
comment “blackb”;
}
[/quote]
[quote]sudo hcitool con
Connections:
> ACL 40:5F:BE:33:AA:F6 handle 5 state 1 lm MASTER AUTH ENCRYPT
[/quote]
[quote]CLI> mobile search
Address Name Usable Type Port
40:5F:BE:33:AA:F6 blackb Yes Phone 3
[/quote]
[quote]/etc/asterisk/chan_mobile.conf
[general]
interval=5
[adapter]
id = blue
address = 00:15:83:15:A3:10
[blackb]
address = 40:5F:BE:33:AA:F6
port = 3
adapter = blue
[/quote]
[quote]CLI> mobile show devices
ID Address Group Adapter Connected State SMS
blackb 40:5F:BE:33:AA:F6 0 blue No None Yes
[/quote]
As you probably see, I’m new to Asterisk. Sorry if all this sounds a bit foolish.
If anyone could indicate me how to go further in resolving this problem, I’d much appreciate it.
Thank you for your time.