[svn-commits] mmichelson: trunk r258345 - /trunk/funcs/func_callcompletion.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Apr 21 14:07:26 CDT 2010


Author: mmichelson
Date: Wed Apr 21 14:07:25 2010
New Revision: 258345

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=258345
Log:
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.


Modified:
    trunk/funcs/func_callcompletion.c

Modified: trunk/funcs/func_callcompletion.c
URL: http://svnview.digium.com/svn/asterisk/trunk/funcs/func_callcompletion.c?view=diff&rev=258345&r1=258344&r2=258345
==============================================================================
--- trunk/funcs/func_callcompletion.c (original)
+++ trunk/funcs/func_callcompletion.c Wed Apr 21 14:07:25 2010
@@ -56,7 +56,10 @@
 			<para>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.</para>
+			duration of the call.
+			
+			For more information on call completion in Asterisk, see <filename>doc/tex/ccss.tex</filename>.
+			For more information on call completion parameters, see <filename>configs/ccss.conf.sample</filename>.</para>
 		</description>
 	</function>
  ***/




More information about the svn-commits mailing list