summaryrefslogtreecommitdiff
path: root/include/asterisk/cdr.h
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2003-05-30 04:41:18 +0000
committerMark Spencer <markster@digium.com>2003-05-30 04:41:18 +0000
commit047bc4bd88b6b49d54a5b865042dc8396d052d5d (patch)
treece152fc7452bf039617bdb5fd213d37645419c97 /include/asterisk/cdr.h
parent11325940c85e2fff43607e1eb53aa7760b25ff51 (diff)
Add unique identifier
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1064 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk/cdr.h')
-rwxr-xr-xinclude/asterisk/cdr.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asterisk/cdr.h b/include/asterisk/cdr.h
index 213671631..0b9681035 100755
--- a/include/asterisk/cdr.h
+++ b/include/asterisk/cdr.h
@@ -67,6 +67,8 @@ struct ast_cdr {
char accountcode[20];
/*! Whether or not the record has been posted */
int posted;
+ /* Unique Channel Identifier */
+ char uniqueid[32];
};
typedef int (*ast_cdrbe)(struct ast_cdr *cdr);