mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-03 03:02:15 +00:00
Merge changes from topic 'ASTERISK-26214' into 13
* changes: res_fax: Fix FAXOPT(faxdetect) timeout option. chan_dahdi: Add faxdetect_timeout option.
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user