[asterisk-commits] russell: branch russell/chan_console r81425 - /team/russell/chan_console/chan...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Sat Sep 1 00:44:51 CDT 2007
Author: russell
Date: Sat Sep 1 00:44:47 2007
New Revision: 81425
URL: http://svn.digium.com/view/asterisk?view=rev&rev=81425
Log:
update TODO
Modified:
team/russell/chan_console/channels/chan_console.c
Modified: team/russell/chan_console/channels/chan_console.c
URL: http://svn.digium.com/view/asterisk/team/russell/chan_console/channels/chan_console.c?view=diff&rev=81425&r1=81424&r2=81425
==============================================================================
--- team/russell/chan_console/channels/chan_console.c (original)
+++ team/russell/chan_console/channels/chan_console.c Sat Sep 1 00:44:47 2007
@@ -43,6 +43,15 @@
* autoanswer CLI command (maybe general settings CLI command, instead?)
* boost CLI command
* active CLI command
+ *
+ *
+ * TODO
+ * \todo Convert the handling of playing sounds to active channels to use the
+ * indications API. This will simplify the code and allow for localized
+ * tones as configured in indications.conf.
+ * \todo Use an ast_smoother for handling frames being written out to the audio
+ * device. This will remove the need for the write_buf and simplify the
+ * code.
*/
/*** MODULEINFO
More information about the asterisk-commits
mailing list