Module: sip-router
Branch: master
Commit: e7b73f7e0160eac1ca445201fbf796df0dd13ce0
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e7b73f7…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Thu Nov 21 19:14:17 2013 +0100
sl: docs updated to reflect usage of send_reply()
---
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>