Module: sip-router Branch: master Commit: f992d9b4549d858944b620195611940ce1cf42b7 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f992d9b4...
Author: Henning Westerholt henning.westerholt@1und1.de Committer: Henning Westerholt henning.westerholt@1und1.de Date: Thu Jun 23 23:32:50 2011 +0200
doxygen: add missing group definition to dialog module
---
modules_k/dialog/dialog.c | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/modules_k/dialog/dialog.c b/modules_k/dialog/dialog.c index 839cf2f..79688a8 100644 --- a/modules_k/dialog/dialog.c +++ b/modules_k/dialog/dialog.c @@ -38,6 +38,19 @@ * 2010-06-16 added sip-router rpc interface (osas) */
+/** + * @defgroup dialog dialog :: Kamailio dialog module + * @brief Kamailio dialog module + * + * The dialog module provides dialog awareness to the Kamailio proxy. Its + * functionality is to keep track of the current dialogs, to offer + * information about them (like how many dialogs are active) or to manage + * them. The module exports several functions that could be used directly + * from scripts. + * The module, via an internal API, also provide the foundation to build + * on top of it more complex dialog-based functionalities via other + * Kamailio modules. + */
#include <stdio.h> #include <string.h>