Module: sip-router
Branch: master
Commit: d0db79902cf248b03a1e7d3b058feaf99c5ea290
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d0db799…
Author: Timo Reimann <timo.reimann(a)1und1.de>
Committer: Timo Reimann <timo.reimann(a)1und1.de>
Date: Tue Aug 2 19:52:02 2011 +0200
modules_k/dialog: Add documentation for DLGCB_TERMINATED_CONFIRMED
callback.
---
modules_k/dialog/doc/dialog_devel.xml | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/modules_k/dialog/doc/dialog_devel.xml
b/modules_k/dialog/doc/dialog_devel.xml
index 322d45b..f9d6357 100644
--- a/modules_k/dialog/doc/dialog_devel.xml
+++ b/modules_k/dialog/doc/dialog_devel.xml
@@ -67,6 +67,12 @@
</para>
</listitem>
<listitem>
+ <para><emphasis>DLGCB_TERMINATED_CONFIRMED</emphasis> -
+ called when response to a BYE request is received - it's a
+ per dialog type.
+ </para>
+ </listitem>
+ <listitem>
<para><emphasis>DLGCB_EXPIRED</emphasis> - called when the
dialog expires without receiving a BYE - it's a per dialog
type.