summaryrefslogtreecommitdiff
path: root/include/asterisk/res_fax.h
diff options
context:
space:
mode:
authorMatthew Nicholson <mnicholson@digium.com>2011-08-22 16:31:59 +0000
committerMatthew Nicholson <mnicholson@digium.com>2011-08-22 16:31:59 +0000
commit91d3a7d3a1d5996ff66f4905beaf797f5e5cd47c (patch)
treeb11fe836b7f4f9767f250b6189e865c56d9dad2b /include/asterisk/res_fax.h
parent3a50145436c024671569313fd428aecee7039ad3 (diff)
Merged revisions 332756 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/10 ........ r332756 | mnicholson | 2011-08-22 11:29:45 -0500 (Mon, 22 Aug 2011) | 4 lines add a way to disable and/or modify the gateway timeout ASTERISK-18219 ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@332757 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk/res_fax.h')
-rw-r--r--include/asterisk/res_fax.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asterisk/res_fax.h b/include/asterisk/res_fax.h
index 5d2c903ff..b296321b2 100644
--- a/include/asterisk/res_fax.h
+++ b/include/asterisk/res_fax.h
@@ -172,6 +172,8 @@ struct ast_fax_session_details {
struct ast_fax_t38_parameters their_t38_parameters;
/*! the id of the t.38 gateway framehook for this channel */
int gateway_id;
+ /*! the timeout for this gateway in seconds */
+ int gateway_timeout;
};
struct ast_fax_tech;