소스 검색

tm: added note in docs for t_set_no_e2e_cancel_reason()

- it has to be used when processing the INVITE
Daniel-Constantin Mierla 10 년 전
부모
커밋
e5f472ca5d
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      modules/tm/doc/functions.xml

+ 4 - 0
modules/tm/doc/functions.xml

@@ -1664,6 +1664,10 @@ t_relay_to("0x01");
 		It overrides the <varname>e2e_cancel_reason</varname> setting (module
 		 parameter) for the current transaction.
 	</para>
+	<para>
+		Note: the function has to be used when processing the INVITE
+		(not when processing the CANCEL).
+	</para>
 	<para>
 		See also: <varname>e2e_cancel_reason</varname>.
 	</para>