You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When a setid is completly removed from the db and a ds_reload is performed, the removed setid from db is still present in memory.
To Reproduce
start opensips with the dispatcher module loaded
list existing setids `ds_list'
add a new setid to the db
perform a reload ds_reload
list existing setids `ds_list' and check for the new setid
remove the new setid from the db
list existing setids `ds_list' and check for the new setid
Expected behavior
After removing the setid from the db and performing a ds_reload, the removed setid should be removed from memory and no longer be listed by ds_list