[Asterisk-code-review] aco: Add missing aco option type string for OPT TIMELEN T. (asterisk[13])

Joshua Colp asteriskteam at digium.com
Wed Jan 3 06:52:00 CST 2018


Joshua Colp has submitted this change and it was merged. ( https://gerrit.asterisk.org/7784 )

Change subject: aco: Add missing aco_option_type_string for OPT_TIMELEN_T.
......................................................................

aco: Add missing aco_option_type_string for OPT_TIMELEN_T.

ASTERISK-27117

Change-Id: I8f6c34bb30830be9f7a40823723eb4dcaaa91c61
---
M main/config_options.c
1 file changed, 1 insertion(+), 0 deletions(-)

Approvals:
  Richard Mudgett: Looks good to me, but someone else must approve
  Joshua Colp: Looks good to me, approved; Approved for Submit



diff --git a/main/config_options.c b/main/config_options.c
index 5f6fcbe..d837cd1 100644
--- a/main/config_options.c
+++ b/main/config_options.c
@@ -98,6 +98,7 @@
 	"String",			/* OPT_STRINGFIELD_T, */
 	"Unsigned Integer",	/* OPT_UINT_T, */
 	"Boolean",			/* OPT_YESNO_T, */
+	"Time Length",		/* OPT_TIMELEN_T, */
 };
 #endif /* AST_XML_DOCS */
 

-- 
To view, visit https://gerrit.asterisk.org/7784
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-MessageType: merged
Gerrit-Change-Id: I8f6c34bb30830be9f7a40823723eb4dcaaa91c61
Gerrit-Change-Number: 7784
Gerrit-PatchSet: 1
Gerrit-Owner: Corey Farrell <git at cfware.com>
Gerrit-Reviewer: Corey Farrell <git at cfware.com>
Gerrit-Reviewer: Jenkins2
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
Gerrit-Reviewer: Richard Mudgett <rmudgett at digium.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20180103/d4055965/attachment-0001.html>


More information about the asterisk-code-review mailing list