Module: kamailio
Branch: master
Commit: 0b873ae96063b7f7b5da834fd634874b02a01b32
URL: 
https://github.com/kamailio/kamailio/commit/0b873ae96063b7f7b5da834fd634874b02a01b32

Author: Daniel-Constantin Mierla <mico...@gmail.com>
Committer: Daniel-Constantin Mierla <mico...@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/0b873ae96063b7f7b5da834fd634874b02a01b32.diff
Patch: 
https://github.com/kamailio/kamailio/commit/0b873ae96063b7f7b5da834fd634874b02a01b32.patch

---

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;


_______________________________________________
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev

Reply via email to