Skip to content

Example: FreeSwitch ESL

Lorenzo Mangani edited this page Nov 23, 2023 · 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 {
   hep {
     host => '127.0.0.1'
     port => 9060
     hep_id => 2222
   }
}
Clone this wiki locally