Skip to content

Commit

Permalink
rtp_relay: fix rtp_relay_engage() example syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
razvancrainea committed Jun 8, 2021
1 parent af5a196 commit f6687cb
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions modules/rtp_relay/doc/rtp_relay_admin.xml
Expand Up @@ -154,11 +154,10 @@
<programlisting format="linespecific">
...
if (is_method("INVITE") &amp;&amp; !has_totag()) {
xlog("SCRIPT: engaging RTPProxy relay for all branches\n");
$rtp_relay = "co";
$rtp_relay_peer = "co";
rtp_relay_engage("rtpproxy");
}
xlog("SCRIPT: engaging RTPProxy relay for all branches\n");
$rtp_relay = "co";
$rtp_relay_peer = "co";
rtp_relay_engage("rtpproxy");
}
...
</programlisting>
Expand Down

0 comments on commit f6687cb

Please sign in to comment.