Igor Balk wrote:
Thank you guys for the clarification. If you do not
mind I would ask one
more question. Let say I have aliases 1234 of the account user@server
and I'm getting call to the 1234 alias but there is no one registered at
the moment with URI name@server. I also have SER configured in a way
that if call will come to name@server URI and no user is availeble the
call will be forwarded to voice mail box. Will same scenario work in
case of call to the alias if I do lookup("aliases") before forwarding or
I should do something more sofisticated to make it work?
It's the same scenario as without aliases. If lookup("location") fails,
you can forward it to voicemail since you work with the unaliased URI
anyway after lookup("aliases").
Andy