[Asterisk-Dev] chan_bluetooth
Richard
lists at keep-trying.com
Sat Apr 23 13:35:03 MST 2005
At 06:29 23/04/2005, you wrote:
>On Fri, 2005-04-22 at 16:44 -0500, Nate Carlson wrote:
> > Any chance that someone's gotten incoming calls working?? :)
>
>That's left as an exercise for the user. It really isn't hard to make it
>act upon RING.
>
>If you're linking with -lbluetooth and you still find the
>sdp_record_register is unresolved, you're probably using an ancient
>version of the bluetooth libraries, where that function is still in
>libsdp. Add -lsdp to the link command.
Well it turns out the bluetooth libraries were faulty on my system because
altering it to compile using -lsdp gave the same error. However with a
bit of work I managed to get some newer bluetooth libraries installed and
and as you can see:
*CLI> bluetooth show peers
BDAddr Name Role Status A/C SCOCon/Fd/Th Sig
----------------- ---------- ---- ----------- --- ------------ ---
00:02:EE:6E:C5:CF Nokia6310i AG Ready Yes -1/-1/1091972016 Yes
However, as always this is not the end of it. Added the following to my
extensions conf:
exten => _6.,1,Dial(BLT/Nokia6310i/${EXTEN:1},60,tr)
Then tried to dial out and received the following error:
-- Executing Dial("SIP/handy-286-316e",
"BLT/Nokia6310i/011111111111|60|tr") in new stack
Apr 23 18:40:46 NOTICE[466]: app_dial.c:936 dial_exec_full: Unable to
create channel of type 'BLT' (cause 0)
What I do not understand is how it can not create a channel 'BLT' when this
is the correct
channel type????? what confuses me more is it detects incoming calls ok.
Best Regards
More information about the asterisk-dev
mailing list