diff --git a/docs/Configuration/Interfaces/Asterisk-Manager-Interface-AMI/AMI-Event-Filtering.md b/docs/Configuration/Interfaces/Asterisk-Manager-Interface-AMI/AMI-Event-Filtering.md index c7829dc2d5..966b5773df 100644 --- a/docs/Configuration/Interfaces/Asterisk-Manager-Interface-AMI/AMI-Event-Filtering.md +++ b/docs/Configuration/Interfaces/Asterisk-Manager-Interface-AMI/AMI-Event-Filtering.md @@ -31,6 +31,7 @@ You can specify up to one of each criterion in any order, separated by commas: #### name() - Matches events with the exact event name specified - Uses efficient hash-based matching instead of regex +- **Event names are case-sensitive** - use `asterisk -rx "manager show events"` to verify exact casing - Example: `name(Newchannel)`, `name(Hangup)` #### header()