Module: sip-router
Branch: master
Commit: cd22e9d5a8e7dee60aabdfb6ca2d7e0ad19e8b10
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=cd22e9d…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Sat Jun 18 19:35:11 2011 +0200
tmx: documented t_reply_callid MI command
---
modules_k/tmx/doc/tmx_admin.xml | 37 +++++++++++++++++++++++++++++++++++++
1 files changed, 37 insertions(+), 0 deletions(-)
diff --git a/modules_k/tmx/doc/tmx_admin.xml b/modules_k/tmx/doc/tmx_admin.xml
index 185af4f..86a8946 100644
--- a/modules_k/tmx/doc/tmx_admin.xml
+++ b/modules_k/tmx/doc/tmx_admin.xml
@@ -377,6 +377,43 @@ route[abc] {
</para></listitem>
</itemizedlist>
</section>
+ <section>
+ <title>
+ <function moreinfo="none">t_reply_callid</function>
+ </title>
+ <para>
+ Generates and sends a reply for an existing inbound SIP transaction.
+ </para>
+ <para>Parameters: </para>
+ <itemizedlist>
+ <listitem><para>
+ <emphasis>code</emphasis> - reply code
+ </para></listitem>
+ <listitem><para>
+ <emphasis>reason</emphasis> - reason phrase.
+ </para></listitem>
+ <listitem><para>
+ <emphasis>callid</emphasis> - SIP Call-ID header
+ </para></listitem>
+ <listitem><para>
+ <emphasis>cseq</emphasis> - SIP CSeq header
+ </para></listitem>
+ <listitem><para>
+ <emphasis>to_tag</emphasis> - To tag to be added to TO header
+ </para></listitem>
+ <listitem><para>
+ <emphasis>new_headers</emphasis> - extra headers to be
+ appended to the reply; use a dot (<quote>.</quote>) char
+ only if there are no headers;
+ </para></listitem>
+ <listitem><para>
+ <emphasis>body</emphasis> - (optional, may not be present)
+ reply body (if present, requires the
+ <quote>Content-Type</quote> and
<quote>Content-length</quote>
+ headers)
+ </para></listitem>
+ </itemizedlist>
+ </section>
</section>