aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/vmodem.h
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-03-26 07:12:19 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-03-26 07:12:19 +0000
commit27989646244a77d19b4f67a679912239ea49d67b (patch)
treefa0f0679389d7f5a3862cf3c7ce3a362e14012e3 /include/asterisk/vmodem.h
parent3b2a896e6f97ed14d3c4e07c6a4e39976a584733 (diff)
Implement fax detect within i4l (bug #3827)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5265 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk/vmodem.h')
-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 */