소스 검색

dialog: docs - fixed example for rpc dlg.terminate_dlg

(cherry picked from commit a10d04ddca3a357e8e589a4c3eaba7989dce7de9)
(cherry picked from commit 4169c9ab6c4f0636a0a5dcdf77b1a032a7d9d5f6)
Daniel-Constantin Mierla 7 년 전
부모
커밋
d53d92fcdc
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/modules/dialog/doc/dialog_admin.xml

+ 2 - 2
src/modules/dialog/doc/dialog_admin.xml

@@ -2233,7 +2233,7 @@ dlg_remote_profile("add", "caller", "test", "$sruid", "$var(exp)");
 				<emphasis>from_tag</emphasis> -  from tag of the dialog to terminated
 			</para></listitem>
 			<listitem><para>
-				<emphasis>totag</emphasis> -  to tag of the dialog to terminated
+				<emphasis>to_tag</emphasis> -  to tag of the dialog to terminated
 			</para></listitem>
 		</itemizedlist>
 		<para>
@@ -2241,7 +2241,7 @@ dlg_remote_profile("add", "caller", "test", "$sruid", "$var(exp)");
 		</para>
 		<para>RPC Command Format:</para>
 		<programlisting  format="linespecific">
-		kamcmd dlg.dlg_terminate_dlg callid12345 fromtag123 totag123
+		kamcmd dlg.terminate_dlg callid12345 fromtag123 totag123
 		</programlisting>
 		</section>
 		<section>