Module: kamailio
Branch: master
Commit: 0b873ae96063b7f7b5da834fd634874b02a01b32
URL:
https://github.com/kamailio/kamailio/commit/0b873ae96063b7f7b5da834fd634874…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2020-04-20T18:00:04+02:00
presence: correct value for PS_PCACHE_RECORD
---
Modified: src/modules/presence/presence.h
---
Diff:
https://github.com/kamailio/kamailio/commit/0b873ae96063b7f7b5da834fd634874…
Patch:
https://github.com/kamailio/kamailio/commit/0b873ae96063b7f7b5da834fd634874…
---
diff --git a/src/modules/presence/presence.h b/src/modules/presence/presence.h
index f5713898d5..e0e3495be6 100644
--- a/src/modules/presence/presence.h
+++ b/src/modules/presence/presence.h
@@ -54,7 +54,7 @@
#define PS_PCACHE_NONE 0
#define PS_PCACHE_HYBRID 1
-#define PS_PCACHE_RECORD 1
+#define PS_PCACHE_RECORD 2
/** TM bind */
extern struct tm_binds tmb;