From: Mark Michelson Date: Wed, 21 Apr 2010 19:07:25 +0000 (+0000) Subject: Add small documentation update to func_callcompletion.c. X-Git-Tag: 11.0.0-beta1~3142 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=693d1c44b1561f3703fed9714d39c4343464a43b;p=thirdparty%2Fasterisk.git Add small documentation update to func_callcompletion.c. This directs users to documents which can help explain the concepts and configuration options settable with the function. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@258345 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/funcs/func_callcompletion.c b/funcs/func_callcompletion.c index 191667bb08..03bf858415 100644 --- a/funcs/func_callcompletion.c +++ b/funcs/func_callcompletion.c @@ -56,7 +56,10 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") The CALLCOMPLETION function can be used to get or set a call completion configuration parameter for a channel. Note that setting a configuration parameter will only change the parameter for the - duration of the call. + duration of the call. + + For more information on call completion in Asterisk, see doc/tex/ccss.tex. + For more information on call completion parameters, see configs/ccss.conf.sample. ***/