Module: kamailio Branch: master Commit: 51255069963e57ed5e49766ff41126e19b9f5cb8 URL: https://github.com/kamailio/kamailio/commit/51255069963e57ed5e49766ff41126e1...
Author: Charles Chance charles.chance@sipcentric.com Committer: Charles Chance charles.chance@sipcentric.com Date: 2018-02-01T09:52:06Z
presence: presentity table version updated to 5
---
Modified: src/modules/presence/presence.c
---
Diff: https://github.com/kamailio/kamailio/commit/51255069963e57ed5e49766ff41126e1... Patch: https://github.com/kamailio/kamailio/commit/51255069963e57ed5e49766ff41126e1...
---
diff --git a/src/modules/presence/presence.c b/src/modules/presence/presence.c index adb0f909b5..4ba309d6b9 100644 --- a/src/modules/presence/presence.c +++ b/src/modules/presence/presence.c @@ -78,7 +78,7 @@ MODULE_VERSION
#define S_TABLE_VERSION 3 -#define P_TABLE_VERSION 4 +#define P_TABLE_VERSION 5 #define ACTWATCH_TABLE_VERSION 12
char *log_buf = NULL;