[asterisk-bugs] [Asterisk 0016188]: chan_mobile pairs, dials, and receives calls, but no audio

Asterisk Bug Tracker noreply at bugs.digium.com
Thu Dec 3 08:01:22 CST 2009


A NOTE has been added to this issue. 
====================================================================== 
https://issues.asterisk.org/view.php?id=16188 
====================================================================== 
Reported By:                haunma
Assigned To:                mnicholson
====================================================================== 
Project:                    Asterisk
Issue ID:                   16188
Category:                   Addons/chan_mobile
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     assigned
Asterisk Version:           Addons-1.6.2.0-rc1 
JIRA:                        
Regression:                 No 
Reviewboard Link:            
SVN Branch (only for SVN checkouts, not tarball releases):  trunk 
SVN Revision (number only!): 209993 
Request Review:              
====================================================================== 
Date Submitted:             2009-11-05 23:26 CST
Last Modified:              2009-12-03 08:01 CST
====================================================================== 
Summary:                    chan_mobile pairs, dials, and receives calls, but no
audio
Description: 
I am using Asterisk 1.6.2.0~dfsg~rc1-1 from Debian Squeeze with a custom
compiled chan_mobile.c from the trunk version (svn 209993) supplied as an
attachment to issue https://issues.asterisk.org/view.php?id=16087.

It appears to be a working configuration with no obvious errors, but I get
no audio over the bluetooth link.  (I test by calling my cell phone from
the Asterisk console via an IAX provider, with the incoming call going to
an echo test.)

I've attached the Asterisk debugging output (with some IAX debugging
output removed) as well as hcidump -X -V.

====================================================================== 

---------------------------------------------------------------------- 
 (0114650) mnicholson (administrator) - 2009-12-03 08:01
 https://issues.asterisk.org/view.php?id=16188#c114650 
---------------------------------------------------------------------- 
That connect is asterisk attempting to connect to the phone for the AT
commands.  It may fail several times before succeeding for various reasons.
 If the AT commands are going through, then it succeeded, also a verbose
message should be printed saying the device is connected when that function
succeeds.

You should see a debug message that says "Incoming Audio Connection from
device..." when a call comes in or goes out.  That indicates that the phone
made an audio connection to asterisk.  This message is not in your debugs
even though we know sco data is being sent from the phone.

The problem is that even though the phone is trying to connect to
asterisk, the bluetooth stack does not pass this connection along to
asterisk.  This could be because asterisk is not listening for the
connection properly, it could be because of a bug in the bluetooth stack or
driver, and it could be because of a bug in the phone causing it not to
connection with the proper parameters. 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-12-03 08:01 mnicholson     Note Added: 0114650                          
======================================================================




More information about the asterisk-bugs mailing list