aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/cdr.h
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-05-30 04:41:18 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-05-30 04:41:18 +0000
commit960085b93effa2e60a104fd1dc7c285e8a17b43f (patch)
treece152fc7452bf039617bdb5fd213d37645419c97 /include/asterisk/cdr.h
parentbe1aaf406e36e94633fd6609cf648b56ed841386 (diff)
Add unique identifier
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1064 f38db490-d61c-443f-a65b-d21fe96a405b
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);