Hi, I'm trying to set up Kannel with Redis. My concern is that some DLRs
would be lost due to timestamp collisions. And my question is whether
hard-coding dlr_redis_add to use the destination (at least for my personal
installation) is the best approach.
dlr_redis.c:
Changing:
if (entry->use_dst &&
Ts is just the old variable name, the remote message id is used for that
field, not a time stamp. So as long as your supplier provides a unique
message ID you won't have collisions
On Tuesday, 01 November 2016, Robert Chen
wrote:
> Hi, I'm trying to set up Kannel with Redis. My concern is that s