Skip to content

Commit

Permalink
tm doc: Fix broken t_uac_dlg example
Browse files Browse the repository at this point in the history
(cherry picked from commit d39f07d)
  • Loading branch information
liviuchircu committed May 23, 2019
1 parent 1ca989b commit 560c6b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/tm/doc/tm_admin.xml
Expand Up @@ -1971,7 +1971,7 @@ if (is_method("ACK|CANCEL") && !t_check_trans()) {
MI FIFO Command Format:
</para>
<programlisting format="linespecific">
opensips-cli -x mi t_uac_dlg INVITE "sip:123456@127.0.0.1:5060 SIP/2.0" . . "\"From: sipp:6024151234@127.0.0.1:5090>\r\nTo: sip:test@127.0.0.1:5060\r\nContact: sip:sipp@127.0.0.1:5090\r\n"\"
opensips-cli -x mi t_uac_dlg method=INVITE ruri="sip:alice@127.0.0.1:7050" headers="From: sip:bobster@127.0.0.1:1337\r\nTo: sip:alice@127.0.0.1:7050\r\nContact: sip:bobster@127.0.0.1:1337\r\n"
</programlisting>
</section>

Expand Down

0 comments on commit 560c6b6

Please sign in to comment.