-
-
Notifications
You must be signed in to change notification settings - Fork 28
Example: Asterisk AMI
Lorenzo Mangani edited this page Sep 9, 2017
·
6 revisions
The ami plugin is used to get events from Asterisk AMI.
input {
ami {
host => "127.0.0.1"
port => 5038
user => "admin"
pass => "admin"
}
}
output {
stdout {}
}