Hi!
Currently, the ENUM module appends branches for every found NAPTR. E.g. if I have
0.0.2.1.1.8.0.8.7.3.4.e164.arpa 1 NAPTR 100 10 "u" "e2u+SiP" "!^.*$!sip:15990@fwd.pulver.com!" . 1 NAPTR 200 10 "u" "e2u+SiP" "!^.*$!sip:klaus3000@iptel.org!" .
openser will use parralell forking. Is it possible to turn on/off this behaviour?
I would prefer for example if the ENUM module would put the highest prior URI into the current branch, and the other found URIs into an AVP. Thus, it is possible to decide between, serial forking, parallel forking or no forking at all.
regards, klaus