<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.18852">
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV>>> But then you create phonenumbers in enum, which doesn't exist as
<BR>>> pstn-numbers.<BR>>><BR>>> Not the idea behind
enum.<BR>>><BR>>> On the other hand, if you owned 10 or 100
pstn-numbers in series, you <BR>>> could get the last one or two digits
delegated to your dns-server.<BR>>><BR>>Why do I create numbers in enum
which doesn't exist as pstn ?<BR><FONT size=2 face=Arial>></FONT><BR>>A
simple example:<BR><FONT size=2 face=Arial>></FONT><BR>>My "pstn number"
is +43-1-1234567. Everybody around the world can call<BR>>me using this
number.<BR>>Lets say, I have 3 extensions: 0=reception, 10=secretary,
20=boss.<BR><FONT size=2 face=Arial>></FONT><BR>>If someone
calls<BR><BR>>ENUMLOOKUP(+4311234567) he will get a uri
"sip:0@ip.of.my.asterisk"<BR>>ENUMLOOKUP(+43112345670) he will get a uri
"sip:0@ip.of.my.asterisk"<BR>>ENUMLOOKUP(+431123456710) he will get a uri
"sip:sec@ip.of.my.asterisk"<BR>>or "sip:10@ip.of.my.asterisk" (which ever you
prefer)<BR>>ENUMLOOKUP(+431123456720) he will get a uri
"sip:boss@ip.of.my.asterisk"<BR>>or "sip:20@ip.of.my.asterisk"<BR><BR>>All
this numbers exist because they connect to different persons.
Why<BR>>shouldn't that be the idea behind enum?<BR></DIV>
<DIV><FONT size=2 face=Arial>But if a pstn or cell call +<FONT size=3
face="Times New Roman">431123456720 will it be connected to <FONT size=2
face=Arial>+</FONT><FONT size=3 face="Times New Roman">4311234567 ? Or will the
call fail?</FONT></FONT></FONT></DIV>
<DIV>If so, <FONT size=2 face=Arial>+</FONT><FONT size=3
face="Times New Roman">431123456720 is an invalid number.</FONT></DIV>
<DIV> </DIV>
<DIV><FONT size=2 face=Arial>Leif</FONT></DIV>
<DIV> </DIV></BODY></HTML>