[sr-dev] [kamailio/kamailio] pua: different behavior depending on db_mode (#2414)

Victor Seva notifications at github.com
Thu Jul 30 09:02:18 CEST 2020


@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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20200730/13f95359/attachment.htm>


More information about the sr-dev mailing list