mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-29 18:19:30 +00:00
Add unique identifier
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1064 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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);
|
||||
|
@@ -188,6 +188,9 @@ struct ast_channel {
|
||||
unsigned int fin;
|
||||
unsigned int fout;
|
||||
|
||||
/* Unique Channel Identifier */
|
||||
char uniqueid[32];
|
||||
|
||||
/* A linked list for variables */
|
||||
struct ast_var_t *vars;
|
||||
AST_LIST_HEAD(varshead,ast_var_t) varshead;
|
||||
|
Reference in New Issue
Block a user