Module: kamailio
Branch: master
Commit: 66accf1a36ddba2371f404a8fdcc1e65dbd5e078
URL:
https://github.com/kamailio/kamailio/commit/66accf1a36ddba2371f404a8fdcc1e6…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2015-03-27T09:01:25+01:00
presence: increment presentity table version to 4 in code
- reported by Juha Heinanen
---
Modified: modules/presence/presence.c
---
Diff:
https://github.com/kamailio/kamailio/commit/66accf1a36ddba2371f404a8fdcc1e6…
Patch:
https://github.com/kamailio/kamailio/commit/66accf1a36ddba2371f404a8fdcc1e6…
---
diff --git a/modules/presence/presence.c b/modules/presence/presence.c
index 30b3d3a..817e25f 100644
--- a/modules/presence/presence.c
+++ b/modules/presence/presence.c
@@ -76,7 +76,7 @@
MODULE_VERSION
#define S_TABLE_VERSION 3
-#define P_TABLE_VERSION 3
+#define P_TABLE_VERSION 4
#define ACTWATCH_TABLE_VERSION 11
char *log_buf = NULL;