On Tuesday January 31 2006 4:31 am, Muhammad Asif Ali wrote:
A) SER logs say:
on lookup() "UA2 not found in usrloc" and on is_local() "Realm
'ab.cc.dd.ee' is not local". the is_lcoal appears again saying "Realm
192.168.0.241 is not local" where 192.168.0.241 is UA2's local IP.
First verify that "UA2" is registered:
In your ser db, in mysql:
select username from subscriber where username = 'UA2';
Then add the appropriate ip's in your domain table:
insert into domain values ('ab.cc.dd.ee', '');
Then try again.
I'm not certain that will work, I'm still new with ser myself - but since you
haven't gotten any other replies, I figure what the heck.
Good luck!
Corey