mirror of https://github.com/sipwise/rtpengine.git
Fixes a corner case that happens when trying to delete a call created with ng offer and no-redis-update flag and for which no ng answer was received. In such cases, one would receive warning messages from Redis "ERR DB index is out of range". What happens is that on call creation redis_hosted_db defaults to -1. This value is changed when writing to Redis, but the writing is not done for a ng offer with no-redis-update. Kudos go to Pawel Kuzak. Closes #1910 Change-Id: Iad19ec8ac69b169e6352662697b17eb23e6970fb (cherry picked from commitmr11.5.1bba9625b25) (cherry picked from commit89fb267a2a)
parent
11e3d35d10
commit
aeec87ae19
Loading…
Reference in new issue