[Asterisk-code-review] aco: Add missing aco option type string for OPT TIMELEN T. (asterisk[master])
Joshua Colp
asteriskteam at digium.com
Wed Jan 3 07:09:39 CST 2018
Joshua Colp has submitted this change and it was merged. ( 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(-)
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 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: merged
Gerrit-Change-Id: I8f6c34bb30830be9f7a40823723eb4dcaaa91c61
Gerrit-Change-Number: 7782
Gerrit-PatchSet: 1
Gerrit-Owner: 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/da664973/attachment.html>
More information about the asterisk-code-review
mailing list