mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-11 23:28:59 +00:00
res_pjsip: Whitespace and comment cleanup.
Change-Id: I11139a4a95df34e223ba622aa6227e33ab8f6c38
This commit is contained in:
@@ -745,9 +745,9 @@ struct ast_sip_endpoint {
|
|||||||
unsigned int usereqphone;
|
unsigned int usereqphone;
|
||||||
/*! Do we send messages for connected line updates for unanswered incoming calls immediately to this endpoint? */
|
/*! Do we send messages for connected line updates for unanswered incoming calls immediately to this endpoint? */
|
||||||
unsigned int rpid_immediate;
|
unsigned int rpid_immediate;
|
||||||
/* Access control list */
|
/*! Access control list */
|
||||||
struct ast_acl_list *acl;
|
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;
|
struct ast_acl_list *contact_acl;
|
||||||
/*! The number of seconds into call to disable fax detection. (0 = disabled) */
|
/*! The number of seconds into call to disable fax detection. (0 = disabled) */
|
||||||
unsigned int faxdetect_timeout;
|
unsigned int faxdetect_timeout;
|
||||||
|
@@ -220,7 +220,6 @@
|
|||||||
<enum name="auto">
|
<enum name="auto">
|
||||||
<para>DTMF is sent as RFC 4733 if the other side supports it or as INBAND if not.</para>
|
<para>DTMF is sent as RFC 4733 if the other side supports it or as INBAND if not.</para>
|
||||||
</enum>
|
</enum>
|
||||||
|
|
||||||
</enumlist>
|
</enumlist>
|
||||||
</description>
|
</description>
|
||||||
</configOption>
|
</configOption>
|
||||||
|
Reference in New Issue
Block a user