Merge "res_pjsip: Whitespace and comment cleanup."

changes/17/3317/1
zuul 9 years ago committed by Gerrit Code Review
commit 8e79e382b4

@ -749,9 +749,9 @@ struct ast_sip_endpoint {
unsigned int usereqphone; unsigned int usereqphone;
/*! Whether to pass through hold and unhold using re-invites with recvonly and sendrecv */ /*! Whether to pass through hold and unhold using re-invites with recvonly and sendrecv */
unsigned int moh_passthrough; unsigned int moh_passthrough;
/* 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>

Loading…
Cancel
Save