-
- Downloads
Allow the Hangup manager action to match channels by regex
* Hangup now can take a regular expression as the Channel option. If you want to hangup multiple channels, use /regex/ as the Channel option. Existing behavior to hanging up a single channel is unchanged, but if you pass a regex, the manager will send you a list of channels back that were hung up. (closes issue ASTERISK-19575) Reported by: Mark Murawski Tested by: Mark Murawski git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@361038 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Showing
- CHANGES 5 additions, 0 deletionsCHANGES
- include/asterisk/channel.h 8 additions, 0 deletionsinclude/asterisk/channel.h
- include/asterisk/manager.h 3 additions, 0 deletionsinclude/asterisk/manager.h
- include/asterisk/strings.h 18 additions, 3 deletionsinclude/asterisk/strings.h
- main/channel.c 20 additions, 0 deletionsmain/channel.c
- main/manager.c 105 additions, 15 deletionsmain/manager.c
- main/utils.c 20 additions, 0 deletionsmain/utils.c
Loading
Please register or sign in to comment