Skip to content

Commit

Permalink
Example Config
Browse files Browse the repository at this point in the history
  • Loading branch information
Dletta committed Jul 24, 2024
1 parent c21f0cd commit 13b4a95
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions plugins/filters/app_janus_sip/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,26 @@ This pass-through plugin produces HEP from SIP Events sent via the Janus SIP Plu

Example 1: parse janus events as hep.
````
input {
ws {
host => 0.0.0.0
port => 8090
unserializer => raw
}
}
filter {
app_janus_tracer {
debug => true
app_janus_sip {
debug => true
}
}
output {
hep {
host => 127.0.0.1
port => 9060
hep_id => 2022
hep_type => 1
}
}
`````
Expand Down

0 comments on commit 13b4a95

Please sign in to comment.