mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-18 15:49:56 +00:00
Merge "aco: Add missing aco_option_type_string for OPT_TIMELEN_T." into 13
This commit is contained in:
@@ -98,6 +98,7 @@ static char *aco_option_type_string[] = {
|
|||||||
"String", /* OPT_STRINGFIELD_T, */
|
"String", /* OPT_STRINGFIELD_T, */
|
||||||
"Unsigned Integer", /* OPT_UINT_T, */
|
"Unsigned Integer", /* OPT_UINT_T, */
|
||||||
"Boolean", /* OPT_YESNO_T, */
|
"Boolean", /* OPT_YESNO_T, */
|
||||||
|
"Time Length", /* OPT_TIMELEN_T, */
|
||||||
};
|
};
|
||||||
#endif /* AST_XML_DOCS */
|
#endif /* AST_XML_DOCS */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user