[Serusers] ENUM service

radan radan at nasty.gda.pl
Wed Aug 20 12:03:28 CEST 2003


On Tue, 19 Aug 2003, Jiri Kuthan wrote:

> Well, you need to use the enum feature in your script, not just to load
> the module. For example at iptel, we resolve all numbers beginning with + 
> by ENUM:
> 
>     # is this an ENUM destination (leading +?)
>     if (method=="INVITE" && uri=~"sip:\+[0-9]+ at iptel\.org") {
>         if (!enum_query("voice")) # if parameter empty, it defaults to "e2u+sip"
>             enum_query(""); # E2U+sip
>     };
> 
Thanks Jiri but it still doesn't works.
Ser does't send query about NAPTR record
to my DNS :(

Is still have 404 :(

The zone is correct (received from dns query for my DNS enum)
7.7.0.1.7.4.3.8.5.8.4.e164.arpa. 259200 IN NAPTR 100 10 "u" "sip+e2u" "!^.*$!sip:radan at gda.pl!"








More information about the sr-users mailing list