Просмотр исходного кода

sl: docs updated to reflect usage of send_reply()

Daniel-Constantin Mierla 11 лет назад
Родитель
Сommit
e7b73f7e01
1 измененных файлов с 3 добавлено и 2 удалено
  1. 3 2
      modules/sl/doc/sl_functions.xml

+ 3 - 2
modules/sl/doc/sl_functions.xml

@@ -59,8 +59,9 @@ sl_send_reply("404", "Not found");
 		</listitem>
 		</itemizedlist>
 		<para>
-			This function can be used from REQUEST_ROUTE, FAILURE_ROUTE,
-			BRANCH_ROUTE.
+			This function can be used from REQUEST_ROUTE and FAILURE_ROUTE.
+			It can be used on ONREPLY_ROUTE executed by tm module (upon a
+			t_on_reply() callback).
 		</para>
 		<example>
 		<title><function>send_reply</function> usage</title>