<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.14.3">
</HEAD>
<BODY>
On Wed, 2007-10-17 at 15:09 -0700, shadowym wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
<FONT COLOR="#000000">I have read all the wiki's and blogs and how to links about Bluetooth but so</FONT>
<FONT COLOR="#000000">far no luck.  I can confirm that CentOS5 sees my Bluetooth adapter and my</FONT>
<FONT COLOR="#000000">cell phone.  No Joy on Asterisk 1.4.  The information out there is kind of</FONT>
<FONT COLOR="#000000">confusing as there is a lot of outdated info sometimes referring to software</FONT>
<FONT COLOR="#000000">no longer actively developed.</FONT>

<FONT COLOR="#000000">What I think I have managed to conclude is that there is a Bluetooth module</FONT>
<FONT COLOR="#000000">for Asterisk 1.4 that supposedly works but it's not part of any released</FONT>
<FONT COLOR="#000000">branches so I will have to use a development branch. That is ok but I still</FONT>
<FONT COLOR="#000000">can't get it to work.  </FONT>

<FONT COLOR="#000000">I want to use my Cell phone as a secondary trunk for a business so I need it</FONT>
<FONT COLOR="#000000">to work reasonably well.  Does it (if and when I get it working)?  Is there</FONT>
<FONT COLOR="#000000">a good (up to date relevant) how to somewhere?   </FONT>


</PRE>
</BLOCKQUOTE>
<BR>
Haven't tried chan_mobile against 1.4; just against trunk; and have it working<BR>
OK with 2 of 3 bluetooth dongles with my samsung cellphone.<BR>
<BR>
Look in asterisk-addons/trunk for chan_mobile.c; set up your config file; mine looks like this:<BR>
<BR>
;<BR>
; configuration file for chan_mobile<BR>
;<BR>
<BR>
[general]<BR>
interval=30                 Number of seconds between trying to connect to devices. <BR>
<BR>
; The following is a list of adapters we use.<BR>
; id must be unique and address is the bdaddr of the adapter from hciconfig.<BR>
; Each adapter may only have one device (headset or phone) connected at a time.<BR>
; Add an [adapter] entry for each adapter you have.<BR>
<BR>
[adapter]<BR>
id=encore<BR>
address=00:11:C6:09:DF:99<BR>
<BR>
[adapter]<BR>
id=iogear_gbu221<BR>
address=00:02:49:07:FC:44<BR>
<BR>
[adapter]<BR>
id=asus<BR>
address=00:02:72:27:92:8D<BR>
<BR>
; The following is a list of the devices we deal with.<BR>
; Every device listed below will be available for calls in and out of Asterisk. <BR>
; Each device needs an adapter=xxxx entry which determines which bluetooth adapter is used.<BR>
; Use the CLI command 'mobile search' to discover devices.<BR>
; Use the CLI command 'mobile show devices' to see device status.<BR>
;<BR>
; To place a call out through a mobile phone use Dial(Mobile/[device]/NNN.....) or Dial(Mobile/gn/NNN......) in your dialplan.<BR>
; To call a headset use Dial(Mobile/[device]).<BR>
<BR>
<BR>
[steve]<BR>
context=incoming<BR>
address=00:1B:62:52:F4:F2<BR>
port=4<BR>
adapter=encore<BR>
group=1<BR>
<BR>
<BR>
;; The following is a list of the devices we deal with.<BR>
;; Every device listed below will be available for calls in and out of Asterisk. <BR>
;; Discovered devices not in this list are not available.<BR>
;; Use the CLI command 'mobile search' to discover devices.<BR>
;; Use the CLI command 'mobile show devices' to see device status.<BR>
;;<BR>
;; To place out through a cell phone use Dial(Mobile/[device]/NNN.....) in your dialplan.<BR>
;; To call a headset use Dial(Mobile/[device]).<BR>
;;<BR>
<BR>
<BR>
<TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
<TD>
<PRE>
-- 
Steve Murphy
Software Developer
Digium
</PRE>
</TD>
</TR>
</TABLE>
</BODY>
</HTML>