[sr-dev] git:master:0b873ae9: presence: correct value for PS_PCACHE_RECORD

Daniel-Constantin Mierla miconda at gmail.com
Mon Apr 20 18:00:17 CEST 2020


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

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at 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;




More information about the sr-dev mailing list