Module: sip-router
Branch: master
Commit: 378a6e03ac35000212ff0263a997807f6e178f01
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=378a6e0…
Author: Timo Reimann <sr(a)foo-lounge.de>
Committer: Timo Reimann <sr(a)foo-lounge.de>
Date: Tue Nov 8 23:46:37 2011 +0100
dialog(k): Remove warning in docs regarding usage of stateless replies
(resolved by now).
---
modules_k/dialog/doc/dialog_admin.xml | 9 ---------
1 files changed, 0 insertions(+), 9 deletions(-)
diff --git a/modules_k/dialog/doc/dialog_admin.xml
b/modules_k/dialog/doc/dialog_admin.xml
index cdc3f19..2fccc78 100644
--- a/modules_k/dialog/doc/dialog_admin.xml
+++ b/modules_k/dialog/doc/dialog_admin.xml
@@ -1434,15 +1434,6 @@ dlg_refer("caller",
"sip:annoucement@kamailio.org");
<para>
This function can be used from REQUEST_ROUTE.
</para>
- <para>
- IMPORTANT: Users of this function should make sure that the
- dialog created is further processed statefully. Specifically, if a
- stateless response is sent out after dlg_manage() is called, the
- dialog cannot be handled properly. So make sure that a transaction
- exists or create it explicitly using the tm module. This is a
- shortcoming of the current implementation that may be resolved in a
- future version hopefully.
- </para>
<example>
<title><function>dlg_manage</function> usage</title>
<programlisting format="linespecific">