aboutsummaryrefslogtreecommitdiffstats
path: root/funcs
diff options
context:
space:
mode:
authormmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2010-04-21 19:07:25 +0000
committermmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2010-04-21 19:07:25 +0000
commitfdfc54d688ce64a911c107d16f2e4b99260f8982 (patch)
treed881cba9fdb07f7d6516653745689f96d7e76ef7 /funcs
parent6c8a3241c61dffdbd52a77bf45806af443c6ffa3 (diff)
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: http://svn.digium.com/svn/asterisk/trunk@258345 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'funcs')
-rw-r--r--funcs/func_callcompletion.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/funcs/func_callcompletion.c b/funcs/func_callcompletion.c
index 191667bb0..03bf85841 100644
--- a/funcs/func_callcompletion.c
+++ b/funcs/func_callcompletion.c
@@ -56,7 +56,10 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
<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>
***/