Home | Trees | Index | Help |
|
---|
Package dns :: Module e164 |
|
Function Summary | |
---|---|
dns.name.Name object |
Convert an E.164 number in textual form into a Name object whose value is the ENUM domain name for that number. |
Look for NAPTR RRs for the specified number in the specified domains. | |
str |
Convert an ENUM domain name into an E.164 number. |
Variable Summary | |
---|---|
dns.name.Name object | public_enum_domain : The DNS public ENUM domain, e164.arpa. |
Function Details |
---|
from_e164(text, origin=<DNS name e164.arpa.>)Convert an E.164 number in textual form into a Name object whose value is the ENUM domain name for that number.
|
query(number, domains, resolver=None)Look for NAPTR RRs for the specified number in the specified domains. e.g. lookup('16505551212', ['e164.dnspython.org.', 'e164.arpa.']) |
to_e164(name, origin=<DNS name e164.arpa.>, want_plus_prefix=True)Convert an ENUM domain name into an E.164 number.
|
Variable Details |
---|
public_enum_domainThe DNS public ENUM domain, e164.arpa.
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Sun Dec 10 12:46:08 2006 | http://epydoc.sf.net |