- channel name with b-channel number in verbose messages

This commit is contained in:
MelwareDE 2006-06-18 16:32:32 +00:00
parent 091f8c63df
commit dbde64eb4d
2 changed files with 168 additions and 162 deletions

File diff suppressed because it is too large Load Diff

View File

@ -248,6 +248,7 @@ struct capi_pvt {
unsigned int waitevent;
char name[CAPI_MAX_STRING];
char vname[CAPI_MAX_STRING];
/*! Channel we belong to, possibly NULL */
struct ast_channel *owner;