Kevin P. Fleming wrote: > Well... his message prompted me to revisit eliminating gentone.c and > letting chan_alsa/chan_oss/chan_usbradio just use built-in indications > in Asterisk. I think I'll get that done today and then this entire > thread will be moot :-)
That's what chan_console does. It's quite trivial, actually. All you have to do is have the indicate, send_digit_begin, and send_digit_end callbacks return -1. That tells the Asterisk core that it would like inband tones generated. -- Russell Bryant Senior Software Engineer Open Source Team Lead Digium, Inc. _______________________________________________ --Bandwidth and Colocation Provided by http://www.api-digital.com-- asterisk-dev mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-dev
