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

Corey Farrell asteriskteam at digium.com
Tue Jan 2 00:35:14 CST 2018


Corey Farrell has uploaded this change for review. ( https://gerrit.asterisk.org/7782


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/82/7782/1

diff --git a/main/config_options.c b/main/config_options.c
index 1f4f99b..a3ec7b0 100644
--- a/main/config_options.c
+++ b/main/config_options.c
@@ -96,6 +96,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/7782
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I8f6c34bb30830be9f7a40823723eb4dcaaa91c61
Gerrit-Change-Number: 7782
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/03e76a65/attachment.html>


More information about the asterisk-code-review mailing list