Skip to content

Fix contacts not updated in Redis

Thibault Lemaire requested to merge fix/mantis-11131 into master

With the new matching rules comparing URIs to determine contact equality, but Redis still indexing contacts by call-id (when no instance-id is provided) the update commands we were sending to Redis were a bit off, and were leaving the old entry


Test max-contacts-by-aor config param


cherry-picked from 41c8d897

Merge request reports