From 90ebfef75eacf03e441f5cf12ec7e8d8fb44c55d Mon Sep 17 00:00:00 2001 From: Michiel van Baak Date: Sun, 27 Sep 2009 20:45:24 +0000 Subject: [PATCH] Merged revisions 220629 via svnmerge from https://origsvn.digium.com/svn/asterisk/trunk ........ r220629 | mvanbaak | 2009-09-27 22:40:16 +0200 (Sun, 27 Sep 2009) | 3 lines add name argument for the CALLERID dialplan function to the xml documentation. Pointed out to me on IRC by snuff-home. Thanks ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@220632 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- funcs/func_callerid.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/funcs/func_callerid.c b/funcs/func_callerid.c index 8bce770a2b..5e55854326 100644 --- a/funcs/func_callerid.c +++ b/funcs/func_callerid.c @@ -17,7 +17,7 @@ /*! \file * * \brief Caller ID related dialplan functions - * + * * \ingroup functions */ @@ -43,6 +43,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") +