[Asterisk-Dev] bluetooth audio driver interaction

TC trclark at shaw.ca
Wed Sep 29 15:16:24 MST 2004


hmm I think i recall a seperate add on module btp on digium cvs server
a similar blue tooth daemon to your btsco and a chan_btp
I guess you could just clone chan_btp and implement calls
to you damon and be done with it
> > 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
> 
> 
> 
> _______________________________________________
> Asterisk-Dev mailing list
> Asterisk-Dev at lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-dev
> To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-dev



More information about the asterisk-dev mailing list