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

Corey Farrell asteriskteam at digium.com
Tue Jan 2 00:39:32 CST 2018


Corey Farrell has uploaded this change for review. ( 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(-)



  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/84/7784/1

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: newchange
Gerrit-Change-Id: I8f6c34bb30830be9f7a40823723eb4dcaaa91c61
Gerrit-Change-Number: 7784
Gerrit-PatchSet: 1
Gerrit-Owner: Corey Farrell <git at cfware.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20180102/02f24818/attachment-0001.html>


More information about the asterisk-code-review mailing list