Skip to content

Commit

Permalink
sipdump: docs - note about use of drop() in event route
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Jul 13, 2020
1 parent 1672a9b commit f984505
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/modules/sipdump/doc/sipdump_admin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,10 @@ sipdump_send("cfg");
Executed when sipdump handles messages and mode parameter has flag 2 set.
The variable $sipdump(...) is available inside the event route.
</para>
<para>
If drop() is used in event_route, then writing to file is no longer
done when mode parameter has also the flag 1 set.
</para>
<programlisting format="linespecific">
...
event_route[sipdump:msg] {
Expand Down

0 comments on commit f984505

Please sign in to comment.