No, that is the wrong way. All channel drivers can provide a function send_digit(), which is implemented in chan-capi. So if Asterisk (or its applications) don't use this, I say it should be fixed, instead of a workaround in the channel driver.
send_text() is at the same API, but means something different. channels like SIP can send text, analog lines can't. CAPI also could send text via UUS, but this is not implemented yet. Anyway send_text has nothing to do with digits. Armin On Tue, 4 Apr 2006, Raoul Bönisch wrote: > Hello! > > Look at "Asterisk cmd SendText". Perhaps it would be the right > way to implement the sendtext facility within chan-capi so that > you can use this to send digits. > > The digits are some kind of text here, i.e. some data that is not > really realted to the currently used channel, but just > transported over it. > > Greets! > > Raoul > > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > Asterisk-Users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >
_______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- Asterisk-Users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
