|
@@ -244,6 +244,32 @@ kamcli rpc tm.retransmit_reply 1234:5678
|
|
</example>
|
|
</example>
|
|
</section>
|
|
</section>
|
|
|
|
|
|
|
|
+ <section id="tm.rpc.retransmit_reply_callid">
|
|
|
|
+ <title>
|
|
|
|
+ <function moreinfo="none">tm.retransmit_reply_callid</function>
|
|
|
|
+ </title>
|
|
|
|
+ <para>
|
|
|
|
+ Retransmit the reply for an existing SIP transaction.
|
|
|
|
+ </para>
|
|
|
|
+ <para>Parameters: </para>
|
|
|
|
+ <itemizedlist>
|
|
|
|
+ <listitem><para>
|
|
|
|
+ <emphasis>callid</emphasis> - SIP Call-ID header
|
|
|
|
+ </para></listitem>
|
|
|
|
+ <listitem><para>
|
|
|
|
+ <emphasis>cseq</emphasis> - SIP CSeq header
|
|
|
|
+ </para></listitem>
|
|
|
|
+ </itemizedlist>
|
|
|
|
+ <example>
|
|
|
|
+ <title>Using <quote>tm.retransmit_reply_callid</quote></title>
|
|
|
|
+ <programlisting format="linespecific">
|
|
|
|
+...
|
|
|
|
+kamcli rpc tm.retransmit_reply_callid "abc-xyz" "10 INVITE"
|
|
|
|
+...
|
|
|
|
+</programlisting>
|
|
|
|
+ </example>
|
|
|
|
+ </section>
|
|
|
|
+
|
|
<section id="tm.rpc.clean">
|
|
<section id="tm.rpc.clean">
|
|
<title>
|
|
<title>
|
|
<function moreinfo="none">tm.clean</function>
|
|
<function moreinfo="none">tm.clean</function>
|