From fdca9cb64f61cbef5037126fbe09facc4788d3cb Mon Sep 17 00:00:00 2001 From: Kevin Harwell <kharwell@digium.com> Date: Tue, 6 Nov 2018 16:35:30 -0600 Subject: [PATCH] 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 --- res/res_pjsip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/res_pjsip.c b/res/res_pjsip.c index 3391feeaa4..96d0a7912b 100644 --- a/res/res_pjsip.c +++ b/res/res_pjsip.c @@ -1797,7 +1797,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"> -- GitLab