Skip to content

Commit

Permalink
sipdump: docs for event route sipdump:msg
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Jan 22, 2020
1 parent 3a6a55a commit 2bdb430
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions src/modules/sipdump/doc/sipdump_admin.xml
Expand Up @@ -274,5 +274,25 @@ sipdump_send("cfg");
</section>
</section>

<section>
<title>Event Routes</title>
<section>
<title>
<function moreinfo="none">sipdump:msg</function>
</title>
<para>
Executed when sipdump handles messages and mode parameter has flag 2 set.
The variable $sipdump(...) is available inside the event route.
</para>
<programlisting format="linespecific">
...
event_route[sipdump:msg] {
xinfo("[$sipdump(tag)] [[$sipdump(buf)]]\n");
}
...
</programlisting>
</section>
</section>

</chapter>

0 comments on commit 2bdb430

Please sign in to comment.