[sr-dev] git:master:216fc94c: dialog: add new flag for expired dialogs
mikomarrache
mikomarrache at users.noreply.github.com
Wed Apr 15 17:33:32 CEST 2015
Module: kamailio
Branch: master
Commit: 216fc94cf3f2aa708f50797de3c74e58e28cc6fe
URL: https://github.com/kamailio/kamailio/commit/216fc94cf3f2aa708f50797de3c74e58e28cc6fe
Author: mikomarrache <mikomarrache at users.noreply.github.com>
Committer: mikomarrache <mikomarrache at users.noreply.github.com>
Date: 2015-04-15T16:00:47+03:00
dialog: add new flag for expired dialogs
---
Modified: modules/dialog/dlg_hash.h
---
Diff: https://github.com/kamailio/kamailio/commit/216fc94cf3f2aa708f50797de3c74e58e28cc6fe.diff
Patch: https://github.com/kamailio/kamailio/commit/216fc94cf3f2aa708f50797de3c74e58e28cc6fe.patch
---
diff --git a/modules/dialog/dlg_hash.h b/modules/dialog/dlg_hash.h
index e142027..d79d994 100644
--- a/modules/dialog/dlg_hash.h
+++ b/modules/dialog/dlg_hash.h
@@ -67,6 +67,7 @@
#define DLG_FLAG_DEL (1<<8) /*!< delete this var */
#define DLG_FLAG_TM (1<<9) /*!< dialog is set in transaction */
+#define DLG_FLAG_EXPIRED (1<<10)/*!< dialog is expired */
/* internal flags stored in db */
#define DLG_IFLAG_TIMEOUTBYE (1<<0) /*!< send bye on time-out */
More information about the sr-dev
mailing list