automerge commit

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2-netsec@11527 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Automerge script
2006-03-01 18:04:00 +00:00
parent 2f6c81bbc5
commit b2b717e61f
7 changed files with 21 additions and 21 deletions

View File

@@ -74,13 +74,13 @@ struct ast_cdr {
struct timeval end;
/*! Total time in system, in seconds */
int duration;
long int duration;
/*! Total time call is up, in seconds */
int billsec;
long int billsec;
/*! What happened to the call */
int disposition;
long int disposition;
/*! What flags to use */
int amaflags;
long int amaflags;
/*! What account number to use */
char accountcode[AST_MAX_ACCOUNT_CODE];
/*! flags */