dect
/
asterisk
Archived
13
0
Fork 0

Version 0.1.9 from FTP

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@333 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
markster 2001-06-18 03:35:53 +00:00
parent b72ac40fe7
commit b7e6e9e368
1 changed files with 4 additions and 0 deletions

View File

@ -78,6 +78,10 @@ struct ast_modem_pvt {
int ministate; /* State of modem in miniature */
int stripmsd; /* Digits to strip on outgoing numbers */
int escape; /* Is the last thing we saw an escape */
int gotclid; /* flag to say if has caller*id yet*/
int ringt; /* ringer timeout */
time_t lastring; /* actual time of last ring */
char dtmfrx; /* dtmf receive state/data */
char context[AST_MAX_EXTENSION];
char msn[AST_MAX_EXTENSION]; /* Multiple Subscriber Number */
char cid[AST_MAX_EXTENSION]; /* Caller ID if available */