Skip to content

Example: FreeSwitch ESL

Lorenzo Mangani edited this page Aug 25, 2017 · 3 revisions
input {
  esl {
    host => "127.0.0.1"
    port => 8021
    pass => "ClueCon"
  }
}

output {
  stdout {}
}
Clone this wiki locally