summaryrefslogtreecommitdiff
path: root/include/asterisk/cdr.h
diff options
context:
space:
mode:
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);