aboutsummaryrefslogtreecommitdiffstats
path: root/funcs/func_cdr.c
diff options
context:
space:
mode:
authormnicholson <mnicholson@f38db490-d61c-443f-a65b-d21fe96a405b>2009-11-03 21:21:09 +0000
committermnicholson <mnicholson@f38db490-d61c-443f-a65b-d21fe96a405b>2009-11-03 21:21:09 +0000
commit899c3fed766d6e8337e4c85ccc54c1de1599c695 (patch)
treea0f4b7160c78f146373e2ad325b1915676955edf /funcs/func_cdr.c
parent930620c029c038931bd88ec390f525b49e1f74ae (diff)
This patch adds a sequence field to CDRs that can be combined with the linkedid or uniqueid field to uniquely identify a CDR.
(closes issue #15180) Reported by: Nick_Lewis Patches: cdr-sequence10.diff uploaded by mnicholson (license 96) Tested by: mnicholson git-svn-id: http://svn.digium.com/svn/asterisk/trunk@227435 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'funcs/func_cdr.c')
-rw-r--r--funcs/func_cdr.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/funcs/func_cdr.c b/funcs/func_cdr.c
index e7f14af2a..d8a3283fc 100644
--- a/funcs/func_cdr.c
+++ b/funcs/func_cdr.c
@@ -99,6 +99,9 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
<enum name="channel">
<para>Channel name.</para>
</enum>
+ <enum name="sequence">
+ <para>CDR sequence number.</param>
+ </enum>
</enumlist>
</parameter>
<parameter name="options" required="false">