aboutsummaryrefslogtreecommitdiffstats
path: root/channels
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-02 22:52:13 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-02 22:52:13 +0000
commitfafd23dfeba743e81fa7574ad9ee2122f3fed7d8 (patch)
tree3462980cf6c45678e41c6c97528dff84232627fb /channels
parent16ec2e0402425a24e98a9d49d3f4acbe18a25e0e (diff)
Note that this module doesn't actually play a ringing sound for an incoming call
... oops git-svn-id: http://svn.digium.com/svn/asterisk/trunk@96077 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels')
-rw-r--r--channels/chan_console.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/channels/chan_console.c b/channels/chan_console.c
index 830e890ef..3e9efcb39 100644
--- a/channels/chan_console.c
+++ b/channels/chan_console.c
@@ -42,6 +42,7 @@
* - transfer CLI command
* - boost CLI command and .conf option
* - console_video support
+ * - Add ringing sound on incoming calls
*/
/*** MODULEINFO