Hi, I read in LCR doc:
--------- each gateway group is associated with one or more <prefix, from pattern, priority> tuples. A gateway matches a request if user part of Request URI matches a prefix and caller's URI matches a from pattern in a tuple that belongs to the group of the gateway. ----------
Can "prefix" be empty (or NULL?) so any RURI matches it?
Thanks.