forgot to say that you should re-create the location/aliases tables or update the instance column definition to allow null value.
Daniel
On 4/15/12 10:51 PM, Daniel-Constantin Mierla wrote:
Hello,
I just committed an update -- the issue was for multi-domain usage and no +sip.instance parameter, the matching of columns/values was done wrong, causing 1 offset and domain saved to wrong column.
I will look at the warnings from the other emails tomorrow, my gcc don't throw them, but I am on an old version for the moment.
Cheers, Daniel
On 4/15/12 8:16 PM, Juha Heinanen wrote:
with latest master, save("location") creates in location table a record where domain is NULL. to header in register request is
once that has happened and i restart sip proxy, i get to syslog:
Apr 15 21:15:13 sip /usr/sbin/sip-proxy[5693]: CRITICAL: usrloc [udomain.c:454]: empty domain record for user test...skipping Apr 15 21:15:13 sip /usr/sbin/sip-proxy[5693]: CRITICAL: usrloc [udomain.c:454]: empty domain record for user test...skipping
looks pretty serious to me. am i the only one who i trying this stuff out?
-- juha