summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2005-03-26 07:12:19 +0000
committerMark Spencer <markster@digium.com>2005-03-26 07:12:19 +0000
commit2bc067a7404a23789e4af73ef21d27a10553f2ae (patch)
treefa0f0679389d7f5a3862cf3c7ce3a362e14012e3 /include
parente8a453e89d837e15cc9754ef9a0aa459090ada58 (diff)
Implement fax detect within i4l (bug #3827)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5265 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include')
-rwxr-xr-xinclude/asterisk/vmodem.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asterisk/vmodem.h b/include/asterisk/vmodem.h
index 517af6d7f..e45b981cd 100755
--- a/include/asterisk/vmodem.h
+++ b/include/asterisk/vmodem.h
@@ -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 */