[Asterisk-code-review] res/res pjsip: Fix documentation whitespace issues (asterisk[13])
Joshua Colp
asteriskteam at digium.com
Mon Nov 28 19:11:11 CST 2016
Joshua Colp has submitted this change and it was merged. ( https://gerrit.asterisk.org/4512 )
Change subject: res/res_pjsip: Fix documentation whitespace issues
......................................................................
res/res_pjsip: Fix documentation whitespace issues
Tabs > Spaces.
Change-Id: If1e43a71822615a898e958e0f8b2e882606f0bd0
---
M res/res_pjsip.c
1 file changed, 8 insertions(+), 8 deletions(-)
Approvals:
Richard Mudgett: Looks good to me, but someone else must approve
Anonymous Coward #1000019: Verified
Joshua Colp: Looks good to me, approved
diff --git a/res/res_pjsip.c b/res/res_pjsip.c
index dd4a619..d83bd06 100644
--- a/res/res_pjsip.c
+++ b/res/res_pjsip.c
@@ -919,14 +919,14 @@
On outbound requests, force the user portion of the Contact header to this value.
</para></description>
</configOption>
- <configOption name="asymmetric_rtp_codec" default="no">
- <synopsis>Allow the sending and receiving RTP codec to differ</synopsis>
- <description><para>
- When set to "yes" the codec in use for sending will be allowed to differ from
- that of the received one. PJSIP will not automatically switch the sending one
- to the receiving one.
- </para></description>
- </configOption>
+ <configOption name="asymmetric_rtp_codec" default="no">
+ <synopsis>Allow the sending and receiving RTP codec to differ</synopsis>
+ <description><para>
+ When set to "yes" the codec in use for sending will be allowed to differ from
+ that of the received one. PJSIP will not automatically switch the sending one
+ to the receiving one.
+ </para></description>
+ </configOption>
</configObject>
<configObject name="auth">
<synopsis>Authentication type</synopsis>
--
To view, visit https://gerrit.asterisk.org/4512
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: If1e43a71822615a898e958e0f8b2e882606f0bd0
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-Owner: Matt Jordan <mjordan at digium.com>
Gerrit-Reviewer: Anonymous Coward #1000019
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
Gerrit-Reviewer: Richard Mudgett <rmudgett at digium.com>
More information about the asterisk-code-review
mailing list