i build sip router today from master and when i started it i got to syslog
Apr 18 19:39:35 sip /usr/sbin/sip-proxy[22471]: CRITICAL: usrloc [udomain.c:460]: empty domain record for user foo...skipping
there is record in location table for user foo, but its domain field is not empty. ruid field is empty as result of adding that field to existing location table.
something seems to be wrong here. any idea what?
-- juha
Hello,
thanks for reporting, I had again problems in counting the right index of the domain column, based on the use_domain parameter, when added SIP outbound reg-id parameter handling.
It should be fixed now in master branch.
Cheers, Daniel
On 4/18/12 6:44 PM, Juha Heinanen wrote:
i build sip router today from master and when i started it i got to syslog
Apr 18 19:39:35 sip /usr/sbin/sip-proxy[22471]: CRITICAL: usrloc [udomain.c:460]: empty domain record for user foo...skipping
there is record in location table for user foo, but its domain field is not empty. ruid field is empty as result of adding that field to existing location table.
something seems to be wrong here. any idea what?
-- juha
sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
Daniel-Constantin Mierla writes:
thanks for reporting, I had again problems in counting the right index of the domain column, based on the use_domain parameter, when added SIP outbound reg-id parameter handling.
It should be fixed now in master branch.
i tested and no more messages about empty domains. thanks for the fix.
-- juha