aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorlmadsen <lmadsen@f38db490-d61c-443f-a65b-d21fe96a405b>2009-05-04 17:45:43 +0000
committerlmadsen <lmadsen@f38db490-d61c-443f-a65b-d21fe96a405b>2009-05-04 17:45:43 +0000
commita85fa808d48e1eb4a62890d6a9607a99878544a6 (patch)
tree4e05e182b4732fe07acaca5e4bbdc3fbfe7d15cf /apps
parent926dc3ce36aa5f4876fd5a0075d9bb23a6f77e76 (diff)
Merged revisions 192096 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r192096 | lmadsen | 2009-05-04 13:42:56 -0400 (Mon, 04 May 2009) | 4 lines Commit documentation changes related to issue #14801. (issue #14801) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.2@192097 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps')
-rw-r--r--apps/app_forkcdr.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/app_forkcdr.c b/apps/app_forkcdr.c
index a2ad1fe0f..341e52a8d 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>