My domain name does not start with "www." or "sip.", maybe this can be a problem but i don't know how to fix it!
Hi,
simply replace the line:
$this->realm=$this->domainname=$this->default_domain= ereg_replace( "(www.|sip.)?(.*)", "\2", $_SERVER['SERVER_NAME']);
in config.php by
$this->realm=$this->domainname=$this->default_domain="your.domain.com";
But I think that this isn't the right source of your problem. Try read thread "[Serusers] SerWeb authentication fails, my confusion over domain/realm referenced in archives" from last Thursday. It seems that this is problem like your.
Karel