diff --git a/modules/rtpproxy/doc/rtpproxy_admin.xml b/modules/rtpproxy/doc/rtpproxy_admin.xml
index 96671c9ceb1..864109715ff 100644
--- a/modules/rtpproxy/doc/rtpproxy_admin.xml
+++ b/modules/rtpproxy/doc/rtpproxy_admin.xml
@@ -1127,15 +1127,15 @@ xlog("RTP statistics for $ci: dropped=$(avp(stats)[4])\n");
url - the rtp proxy url (exactly as defined in
the config file).
+
+ enable - 1 - enable, 0 - disable.
+ the config file).
+
setid (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).
-
- enable - 1 - enable, 0 - disable.
- the config file).
-
NOTE: if a rtpproxy is defined multiple times (in the same or
@@ -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
...