[sr-dev] git:4.1: sl: docs updated to reflect usage of send_reply()

Daniel-Constantin Mierla miconda at gmail.com
Thu Nov 21 19:32:14 CET 2013


Module: sip-router
Branch: 4.1
Commit: 93428405a7d9bba3aee3bf317ea76f232739c9af
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=93428405a7d9bba3aee3bf317ea76f232739c9af

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   Thu Nov 21 19:14:17 2013 +0100

sl: docs updated to reflect usage of send_reply()

(cherry picked from commit e7b73f7e0160eac1ca445201fbf796df0dd13ce0)

---

 modules/sl/doc/sl_functions.xml |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/modules/sl/doc/sl_functions.xml b/modules/sl/doc/sl_functions.xml
index bf58ce0..1420e86 100644
--- a/modules/sl/doc/sl_functions.xml
+++ b/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>




More information about the sr-dev mailing list