is it possible to somehow change paramters during runtime?
I need to look up users in two different enum domains - first in e164.arpa and, if not found, in e164.foo.bar (2nd enum is for internal provider routing purposes).
if not, should we add a enum_query_domain(service, domain) that enables this?
jakob
At 06:58 PM 10/6/2003, Jakob Schlyter wrote:
is it possible to somehow change paramters during runtime? I need to look up users in two different enum domains - first in e164.arpa and, if not found, in e164.foo.bar (2nd enum is for internal provider routing purposes).
if not, should we add a enum_query_domain(service, domain) that enables this?
I think that's a sensible parameter to be introduced to enum_query action -- it is more flexible than a global parameter.
-jiri