Skip to content

Commit

Permalink
dialog docs: fix examples for dlg_list MI function
Browse files Browse the repository at this point in the history
(cherry picked from commit 80eecb9)
  • Loading branch information
rvlad-patrascu committed Dec 9, 2020
1 parent 69f7b50 commit 7fd32e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/dialog/doc/dialog_admin.xml
Expand Up @@ -2384,10 +2384,10 @@ set_dlg_sharing_tag("vip1");
## list all ongoing dialogs
opensips-cli -x mi dlg_list
## list the dialog by callid and From TAG
opensips-cli -x mi dlg_list abcdrssfrs122444@192.168.1.1 AAdfeEFF33
opensips-cli -x mi dlg_list callid=abcdrssfrs122444@192.168.1.1 from_tag=AAdfeEFF33
## list 10 dialogs, starting from the position 40
## (in the list of all ongoing dialogs)
opensips-cli -x mi dlg_list 40 10
opensips-cli -x mi dlg_list index=40 counter=10
</programlisting>
</section>

Expand Down

0 comments on commit 7fd32e3

Please sign in to comment.