"Max" == Max Tulyev maxtul@localhost writes:
Max> And can I use other type of records than NAPTR? For example,
Max> TXT record to provide extra infromation about me, my name,
Max> company, physical address, etc?
Of course. The DNS does not place any restriction on which resource
record types may or may not exist for some name.
Max> So when I do call to ENUM-enabled application, it looks up my
Max> extra data and gives it to my peer with my phone number?
Probably not. Though in theory the application could do that if it has
prior knowledge that these other record types exist and contain that
sort of information. An ENUM-aware application will expect to process
NAPTR records, so it's unlikely to lookup other types of records for
an ENUM name. Or make sense of any TXT record (say) if such a thing
existed. How could the application know that this TXT record encoded a
postal address? Even harder would be determining what that postal
address was for or to do anything sensible with it.
Hi Jim, Max, Folks,