Skip to content

Add a note that name() matching is case-sensitive#185

Merged
gtjoseph merged 1 commit intoasterisk:mainfrom
phoneben:case
Mar 17, 2026
Merged

Add a note that name() matching is case-sensitive#185
gtjoseph merged 1 commit intoasterisk:mainfrom
phoneben:case

Conversation

@phoneben
Copy link
Contributor

Add a note that name() matching is case-sensitive and point users to asterisk -rx "manager show events" to verify exact event name casing.

A single character case mismatch (e.g. ParkedCallGiveUP vs ParkedCallGiveUp) silently drops events with no warning in the logs, which can be very difficult to diagnose.

Resolves: #184

Add a note that name() matching is case-sensitive and point users
to `asterisk -rx "manager show events"` to verify exact event name casing.

A single character case mismatch (e.g. ParkedCallGiveUP vs ParkedCallGiveUp)
silently drops events with no warning in the logs, which can be very
difficult to diagnose.

Resolves: asterisk#184
@gtjoseph gtjoseph merged commit ed93a79 into asterisk:main Mar 17, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

AMI Event Filtering: name() match criteria should explicitly document case-sensitivity

3 participants