summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2016-07-21 18:25:55 -0500
committerGerrit Code Review <gerrit2@gerrit.digium.api>2016-07-21 18:25:55 -0500
commit7f36b79f87d92f2331e963eb3a2aff3d0d33bd60 (patch)
tree92fbc41c3a02e1e1933c7a6db9e7cca9d8e0bce6 /include
parent4ffffa8bc4b539ae62b17005cb9586c5a76e0029 (diff)
parent804fbd9c2bb3b62a8bcdf98eee51d7a586f62140 (diff)
Merge "res_fax: Fix FAXOPT(faxdetect) timeout option."
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/res_fax.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asterisk/res_fax.h b/include/asterisk/res_fax.h
index 2304da734..5119bfa6c 100644
--- a/include/asterisk/res_fax.h
+++ b/include/asterisk/res_fax.h
@@ -179,11 +179,11 @@ struct ast_fax_session_details {
unsigned int t38timeout;
/*! the id of the t.38 gateway framehook for this channel */
int gateway_id;
- /*! the timeout for this gateway in seconds */
+ /*! The timeout for this gateway in ms */
int gateway_timeout;
/*! the id of the faxdetect framehook for this channel */
int faxdetect_id;
- /*! The timeout for this fax detect in seconds */
+ /*! The timeout for this fax detect in ms */
int faxdetect_timeout;
/*! flags used for fax detection */
int faxdetect_flags;