[Asterisk-Users] chan_bluetooth

David Woodhouse dwmw2 at infradead.org
Sat Nov 26 01:57:41 MST 2005


On Thu, 2005-11-24 at 21:24 +0200, Dan wrote:
> Nov 24 20:55:13 NOTICE[25742]: chan_bluetooth.c:2227 try_connect: 
> Initialised bluetooth link to device W800
>  [AG]       W800 < AT+BRSF=23
> Nov 24 20:55:13 ERROR[25742]: chan_bluetooth.c:2628 handle_rd_data: 
> Device W800: Expected '\n' got 13. state = BLT_STATE_WANT_N2:
> 
> 
> What can I do to solve this issue?

It's only unhappy about the '\r\n' at the end of a line -- it seems to
be getting another \r when it wants a \n. Just make it accept all kinds
of line-endings and see what happens....

-- 
dwmw2





More information about the asterisk-users mailing list