[asterisk-bugs] [Asterisk 0012015]: Loading chan_mobile.so results in undefined symbol hci_get_route and immediate asterisk stop
noreply at bugs.digium.com
noreply at bugs.digium.com
Mon Mar 3 10:26:57 CST 2008
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=12015
======================================================================
Reported By: bwern
Assigned To: dbowerman
======================================================================
Project: Asterisk
Issue ID: 12015
Category: Addons/chan_mobile
Reproducibility: always
Severity: major
Priority: normal
Status: feedback
Asterisk Version: SVN
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!): 103754
Disclaimer on File?: N/A
Request Review:
======================================================================
Date Submitted: 02-17-2008 23:10 CST
Last Modified: 03-03-2008 10:26 CST
======================================================================
Summary: Loading chan_mobile.so results in undefined symbol
hci_get_route and immediate asterisk stop
Description:
Asterisk runs normally unless chan_mobile module is loaded. On load, the
following error message is shown:
asterisk: symbol lookup error: /usr/lib/asterisk/modules/chan_mobile.so:
undefined symbol: hci_get_route
Asterisk immediately stops and returns me to a command line.
Build of asterisk and chan_mobile was clean, no errors reported.
I have bluez libs (3.26-2.1) and utils (3.24-2.1) installed and apparently
functional. (Able to scan, connect, etc. to phones.)
This is on asterisk-addons trunk, r531.
======================================================================
----------------------------------------------------------------------
gkloepfer - 03-03-08 10:26
----------------------------------------------------------------------
I see the problem - it looks like one of the unofficial patches that allows
chan_mobile to work on 1.4 removes the link dependency on bluetooth (as you
indicated).
The part of the patch that removes the:
<depend>bluetooth</depend>
from the MODULEINFO part of chan_mobile.c should NOT have been done.
That fixed it...should have seen it earlier.
Issue History
Date Modified Username Field Change
======================================================================
03-03-08 10:26 gkloepfer Note Added: 0083268
======================================================================
More information about the asterisk-bugs
mailing list