Hello,
I'm trying to use enum module at core level to route my numbers to
end-point asterisk servers.
As i read (and validated by tests), when a phone number has two DNS NAPTER
entries, enum module create two branch, one for each entries, and send
request to asterisk servers (in the same time).
Do you know any tricks or functions to disable parallel branching, and make
serial branching instead (following responses returned by asterisk) ? I
have also change preference and order in dns config file, same results.
Thanks in advance.
Regards.