I’m writing a C++ application that has to do ENUM lookups (telephone number mappings via the DNS system, RFC 6116).
I don’t want to reinvent the wheel. Is there a library the implements ENUM lookups ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
A C++ library that implements ENUM lookups is PTLib (part of the OPAL project).