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.a, B(a)a.a and B(a)b.b. Now suppose that A(a)a.a wants to call B(a)a.a.
But B(a)a.a is not connected and B(a)b.b is. After a 'lookup("location")',
the
RURI returned is B(a)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.a calling B(a)a.a to reach B(a)b.b?
Edson