mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-08 06:12:45 +00:00
Merge anthm's CDR updates (bug #3595)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5068 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -211,7 +211,7 @@ struct ast_channel {
|
||||
int hangupcause;
|
||||
|
||||
/* A linked list for variables */
|
||||
AST_LIST_HEAD(varshead,ast_var_t) varshead;
|
||||
struct varshead varshead;
|
||||
|
||||
unsigned int callgroup;
|
||||
unsigned int pickupgroup;
|
||||
|
Reference in New Issue
Block a user