Implement fax detect within i4l (bug #3827)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5265 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2005-03-26 07:12:19 +00:00
parent e8a453e89d
commit 2bc067a740
2 changed files with 28 additions and 2 deletions

View File

@@ -100,6 +100,8 @@ struct ast_modem_pvt {
int escape;
/*! flag to say if has caller*id yet*/
int gotclid;
/* Has a fax tone already been handled? */
int faxhandled;
/*! ringer timeout */
int ringt;
/*! actual time of last ring */