Module: sip-router
Branch: 3.1
Commit: 76a0f0241566c28809c76fed73c18cb45bdb115f
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=76a0f02…
Author: Timo Reimann <timo.reimann(a)1und1.de>
Committer: Timo Reimann <timo.reimann(a)1und1.de>
Date: Mon May 23 13:58:33 2011 +0200
Stress that DLGCB_CONFIRMED includes reception of the call-concluding ACK message.
(cherry picked from commit bea80d75f6c496a88f09591fcf4b3a412b2fde03)
---
modules_k/dialog/doc/dialog_devel.xml | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/modules_k/dialog/doc/dialog_devel.xml
b/modules_k/dialog/doc/dialog_devel.xml
index 4865dee..322d45b 100644
--- a/modules_k/dialog/doc/dialog_devel.xml
+++ b/modules_k/dialog/doc/dialog_devel.xml
@@ -52,7 +52,8 @@
</listitem>
<listitem>
<para><emphasis>DLGCB_CONFIRMED</emphasis> - called when the
- dialog is confirmed (2xx replied) - it's a per dialog type.
+ dialog is confirmed (2xx replied) and the setup-concluding ACK
+ message from the caller has been seen - it's a per dialog type.
</para>
</listitem>
<listitem>