Skip to content

Commit

Permalink
rtpproxy: fix rtpproxy_enable setid docs
Browse files Browse the repository at this point in the history
(cherry picked from commit e8aaca7)
  • Loading branch information
razvancrainea committed Nov 16, 2023
1 parent aa4a932 commit 3ffcf7d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions modules/rtpproxy/doc/rtpproxy_admin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1127,15 +1127,15 @@ xlog("RTP statistics for $ci: dropped=$(avp(stats)[4])\n");
<emphasis>url</emphasis> - the rtp proxy url (exactly as defined in
the config file).
</para></listitem>
<listitem><para>
<emphasis>enable</emphasis> - 1 - enable, 0 - disable.
the config file).
</para></listitem>
<listitem><para>
<emphasis>setid</emphasis> (optional) - the rtpproxy set ID (used
for better indentification of the rtpproxy instance to be enabled,
for example when a rtpproxy is used in multiple sets).
</para></listitem>
<listitem><para>
<emphasis>enable</emphasis> - 1 - enable, 0 - disable.
the config file).
</para></listitem>
</itemizedlist>
<para>
NOTE: if a rtpproxy is defined multiple times (in the same or
Expand All @@ -1150,7 +1150,7 @@ xlog("RTP statistics for $ci: dropped=$(avp(stats)[4])\n");
## disable a RTPProxy by URL only
$ opensips-cli -x mi rtpproxy_enable udp:192.168.2.133:8081 0
## disable a RTPProxy by URL and set ID (3)
$ opensips-cli -x mi rtpproxy_enable udp:192.168.2.133:8081 3 0
$ opensips-cli -x mi rtpproxy_enable udp:192.168.2.133:8081 0 3
...
</programlisting>
</example>
Expand Down

0 comments on commit 3ffcf7d

Please sign in to comment.