[Asterisk-code-review] res pjsip: formatting error in documentation (asterisk[16])

Kevin Harwell asteriskteam at digium.com
Tue Nov 6 16:39:12 CST 2018


Kevin Harwell has uploaded this change for review. ( https://gerrit.asterisk.org/10592


Change subject: res_pjsip: formatting error in documentation
......................................................................

res_pjsip: formatting error in documentation

The use of a '|' in the "global/debug" synopsis documentation caused the
generated html table on the wiki to add an extra column that included the
text after the pipe.

This patch replaces the pipe with a comma.

ASTERISK-28150

Change-Id: I3d79a6ca6d733d9cb290e779438114884b98a719
---
M res/res_pjsip.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/92/10592/1

diff --git a/res/res_pjsip.c b/res/res_pjsip.c
index 9eefbcc..0112492 100644
--- a/res/res_pjsip.c
+++ b/res/res_pjsip.c
@@ -1786,7 +1786,7 @@
 					<synopsis>The voicemail extension to send in the NOTIFY Message-Account header if not specified on endpoint or aor</synopsis>
 				</configOption>
 				<configOption name="debug" default="no">
-					<synopsis>Enable/Disable SIP debug logging.  Valid options include yes|no or
+					<synopsis>Enable/Disable SIP debug logging.  Valid options include yes, no or
 						a host address</synopsis>
 				</configOption>
 				<configOption name="endpoint_identifier_order">

-- 
To view, visit https://gerrit.asterisk.org/10592
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: 16
Gerrit-MessageType: newchange
Gerrit-Change-Id: I3d79a6ca6d733d9cb290e779438114884b98a719
Gerrit-Change-Number: 10592
Gerrit-PatchSet: 1
Gerrit-Owner: Kevin Harwell <kharwell at digium.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20181106/e27b38df/attachment.html>


More information about the asterisk-code-review mailing list