Skip to content

Example: FreeSwitch ESL

Lorenzo Mangani edited this page Sep 9, 2017 · 3 revisions

Freeswitch ESL

The esl plugin is used to get events from Freeswitch ESL.

input {
  esl {
    host => "127.0.0.1"
    port => 8021
    pass => "ClueCon"
  }
}

output {
  stdout {}
}
Clone this wiki locally