mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 07:35:18 +00:00
res_pjsip: Add fax_detect_timeout endpoint option.
The new endpoint option allows the PJSIP channel driver's fax_detect endpoint option to timeout on a call after the specified number of seconds into a call. The new feature is disabled if the timeout is set to zero. The option is disabled by default. ASTERISK-26214 Reported by: Richard Mudgett Change-Id: Id5a87375fb2c4f9dc1d4b44c78ec8735ba65453d
This commit is contained in:
@@ -749,6 +749,8 @@ struct ast_sip_endpoint {
|
||||
struct ast_acl_list *acl;
|
||||
/* Restrict what IPs are allowed in the Contact header (for registration) */
|
||||
struct ast_acl_list *contact_acl;
|
||||
/*! The number of seconds into call to disable fax detection. (0 = disabled) */
|
||||
unsigned int faxdetect_timeout;
|
||||
};
|
||||
|
||||
/*!
|
||||
|
Reference in New Issue
Block a user