Skip to content
Snippets Groups Projects
Commit 78870f92 authored by Mark Spencer's avatar Mark Spencer
Browse files

Version 0.1.9 from FTP

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@333 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent e2a8ee86
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment