ENUM Lookups Work
August 17th, 2004
I just got ENUM lookups working with a client’s Asterisk setup. Very cool.
This is how it works:
- My Asterisk takes the number you input “NNNNNNN”,
- fully qualifies it to “1613NNNNNNN”,
- a DNS lookup in e164.org and e164.arpa which returns sip:general@domain.ca,
- an SRV query on domain.ca returns server.domain.ca,
- the call is put through IP-to-IP without hitting any provider.
That is a beautiful thing.
A.
Categories: VoIP