소스 검색

tmx: documented t_reply_callid MI command

Daniel-Constantin Mierla 14 년 전
부모
커밋
cd22e9d5a8
1개의 변경된 파일37개의 추가작업 그리고 0개의 파일을 삭제
  1. 37 0
      modules_k/tmx/doc/tmx_admin.xml

+ 37 - 0
modules_k/tmx/doc/tmx_admin.xml

@@ -377,6 +377,43 @@ route[abc] {
 			</para></listitem>
 			</para></listitem>
 		</itemizedlist>
 		</itemizedlist>
 	</section>
 	</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>
 	</section>