Juha Heinanen writes:
pua/send_publish() function and it spits out 418 in
this piece of code:
presentity= search_htable(&pres, hash_code);
if(publ->etag && presentity== NULL)
{
lock_release(&HashT->p_records[hash_code].lock);
return 418;
}
any idea, how this hash table gets its contents, because looks like
send_publish() does not find presentity sip:jh@vm.test.f although it
exists in presentity db table?
if pua module gets hash table contents from pua table, it is in my case
empty. i tested again the same setup in my opensips presence server
environment, and pua publish worked fine. has anyone succeeded with sr
pua send_publish?
-- juha