cli.c: Allow 'channel request hangup' to accept patterns.

This extends 'channel request hangup' to accept multiple channel
names, a POSIX Extended Regular Expression, a glob-like pattern, or a
combination of all of them.

UserNote: The 'channel request hangup' CLI command now accepts
multiple channel names, POSIX Extended Regular Expressions, glob-like
patterns, or a combination of all of them. See the CLI command 'core
show help channel request hangup' for full details.
This commit is contained in:
Sean Bright
2026-01-05 11:44:47 -05:00
parent 2b2b3f72b7
commit fb433fdba6
4 changed files with 186 additions and 23 deletions
+3
View File
@@ -293,6 +293,9 @@
/* Define to 1 if you have the 'fmodl' function. */
#undef HAVE_FMODL
/* Define if your system has the FNM_CASEFOLD headers. */
#undef HAVE_FNM_CASEFOLD
/* Define to 1 if you have the 'fork' function. */
#undef HAVE_FORK