Hello all !
This time I have problem with enum (ver 0.8.11pre29)
I've loaded a module enum.so and did ENUM NAPTR Records like this
(according with draft-ietf-sipping-e164-02)
$TTL 259200
@ IN SOA dns.gda.pl. dns.gda.pl. (
3
1D 2H 4W 4D
)
IN NS dns.gda.pl.
$ORIGIN 7.7.0.1.7.4.3.8.5.8.4.e164.arpa.
IN NAPTR 100 10 "u" "sip+e2u"
"!^.*$!sip:anji@mydomian.pl!" .
IN NAPTR 100 20 "u" "mailto+e2u"
"!^.*$mailto:radan@.mydomian.pl!" .
The zone is loaded correctly.
When i dial to +48583471077 or 48583471077 I have 404 (User nod found)
Do I need some special parameters or commands in ser.cfg ?
I saw all archive and did't find information.
Any help will be appreciate.
Greetings
Andrzej