mirror of
https://github.com/asterisk/asterisk.git
synced 2026-07-05 06:17:27 -07:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user