Hi...
I have to manage several domains on a same SIP server, but there is a policy that prohibit/block inter-domain calls.
Consider A@a.a, B@a.a and B@b.b. Now suppose that A@a.a wants to call B@a.a. But B@a.a is not connected and B@b.b is. After a 'lookup("location")', the RURI returned is B@b.b and that is not the user wanted.
Location table has a column named 'Domain', but it's allways empty. How to populate this column? How to use it (make 'lookup' consider it)? And how to prevent A@a.a calling B@a.a to reach B@b.b?
Edson