Example: FreeSwitch ESL - sipcapture/paStash GitHub Wiki

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
   }
}