Browse Source

clear the user cache too

3.12
K Anderson 14 years ago
parent
commit
768bd5d1d1
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      opensips/opensips.tmp

+ 5
- 0
opensips/opensips.tmp View File

@ -617,6 +617,11 @@ route
# ...clear the cache
cache_remove("local", "$ci");
if ($ct.fields(uri))
{
cache_remove("local", "$(ct.fields(uri){uri.user})");
}
}
# the server we are locked to is in the active server list from then
# dispatcher so re-arrange the list to try it first


Loading…
Cancel
Save