]> git.ipfire.org Git - thirdparty/asterisk.git/commit
cli.c: Allow 'channel request hangup' to accept patterns.
authorSean Bright <sean@seanbright.com>
Mon, 5 Jan 2026 16:44:47 +0000 (11:44 -0500)
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Tue, 13 Jan 2026 16:03:31 +0000 (16:03 +0000)
commit2b2abbfa1f175189fe406c4d3cce1408005c0ab3
treed67aa25ef868a75857bd4deaaf5bba9c73a7e509
parent9c28709fca48764fb69dcfd3e9b77ae75e7c9ad6
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.
configure
configure.ac
include/asterisk/autoconfig.h.in
main/cli.c