mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-29 18:19:30 +00:00
res_pjsip: Whitespace and comment cleanup.
Change-Id: I11139a4a95df34e223ba622aa6227e33ab8f6c38
This commit is contained in:
@@ -749,9 +749,9 @@ struct ast_sip_endpoint {
|
||||
unsigned int usereqphone;
|
||||
/*! Whether to pass through hold and unhold using re-invites with recvonly and sendrecv */
|
||||
unsigned int moh_passthrough;
|
||||
/* Access control list */
|
||||
/*! Access control list */
|
||||
struct ast_acl_list *acl;
|
||||
/* Restrict what IPs are allowed in the Contact header (for registration) */
|
||||
/*! 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