[Asterisk-Dev] bluetooth audio driver interaction
TC
trclark at shaw.ca
Wed Sep 29 14:48:32 MST 2004
> What would be the preferred way of delivering driver events back and
> forth from the asterisk point of view?
The driver events would have to get mapped down to
a new channel driver to see what is required take a look at
any of the channel drivers in channels dir.
This one feels like btsco daemon could be
modeled like
the chan_h323.c driver talking to open h323 stack
so your new chan_btsco.c would need to implement
a similar set of call backs
take a look at chan_h323.c-> *oh323_new
to see what basic call back events are defined
for a standard ast_channel struc
More information about the asterisk-dev
mailing list