From: Russell Bryant Date: Wed, 2 Jan 2008 22:52:13 +0000 (+0000) Subject: Note that this module doesn't actually play a ringing sound for an incoming call X-Git-Tag: 1.6.0-beta1~3^2~205 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8caf43b3a830294448cfa0eff8c11e6f65f2f70;p=thirdparty%2Fasterisk.git Note that this module doesn't actually play a ringing sound for an incoming call ... oops git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@96077 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/chan_console.c b/channels/chan_console.c index 830e890ef1..3e9efcb39a 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