@juha-h
There is call to ``get_record_puadb``:
Well I mean if ``publ->etag`` is NULL, the previous behavior was to call it always
```
if (dbmode==PUA_DB_ONLY)
{
memset(&dbpres, 0, sizeof(dbpres))
dbpres.pres_uri = &pres_uri;
dbpres.watcher_uri = &watcher_uri;
dbpres.extra_headers = &extra_headers;
presentity = get_record_puadb(publ->id, publ->etag, &dbpres, &res);
}
```
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/2414#issuecomment-666170388