From 17dad4e5b0e78af1fe17012002c01bf499039058 Mon Sep 17 00:00:00 2001 From: Leif Madsen <leif@leifmadsen.com> Date: Mon, 4 May 2009 17:42:56 +0000 Subject: [PATCH] Commit documentation changes related to issue #14801. (issue #14801) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@192096 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_forkcdr.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/apps/app_forkcdr.c b/apps/app_forkcdr.c index a2ad1fe0f7..341e52a8de 100644 --- a/apps/app_forkcdr.c +++ b/apps/app_forkcdr.c @@ -47,7 +47,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") <optionlist> <option name="a"> <para>Update the answer time on the NEW CDR just after it's been inited. - The new CDR may have been answered already, the reset that forkcdr does + The new CDR may have been answered already. The reset that forkcdr does will erase the answer time. This will bring it back, but the answer time will be a copy of the fork/start time. It will only do this if the initial cdr was indeed already answered.</para> @@ -64,7 +64,8 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") reset.</para> </option> <option name="e"> - <para>End the original CDR. Do this after all the necc. data.</para> + <para>End the original CDR. Do this after all the neccessry data is copied + from the original CDR to the new forked CDR.</para> </option> <option name="r"> <para>Do <emphasis>NOT</emphasis> reset the new cdr.</para> -- GitLab