Module: sip-router Branch: master Commit: bea80d75f6c496a88f09591fcf4b3a412b2fde03 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=bea80d75f6c496a88f09591fcf4b3a412b2fde03
Author: Timo Reimann <[email protected]> Committer: Timo Reimann <[email protected]> Date: Mon May 23 13:58:33 2011 +0200 Stress that DLGCB_CONFIRMED includes reception of the call-concluding ACK message. --- 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> _______________________________________________ sr-dev mailing list [email protected] http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
