[Serusers] help needed in configuring SER with ENUM module
geethanjali.csg at wipro.com
geethanjali.csg at wipro.com
Wed Sep 19 06:56:17 CEST 2007
Thanks Michal for the reply.
Here is my zone file. I have the NAPTR record in it.
$TTL 3D
e164.arpa. IN SOA enum.e164.arpa. root(
4 ; serial (d.
adams)
3H ; refresh
15M ; retry
1W ; expiry
1D ) ; minimum
IN NS localhost
IN NS enum.e164.arpa.
localhost A 127.0.0.1
enum.e164.arpa. A 10.200.220.200
;NAPTR records
$ORIGIN 6.1.4.4.e164.arpa. IN NAPTR 100 10 "u" "E2U+sip"
!^.*$!sip:1000 at 10.200.220.200!" .
$ORIGIN 1.2.3.4.e164.arpa. IN NAPTR 100 10 "u" "E2U+sip"
"!^.*$!sip:2000nirmala at 10.200.220.200!" .
This is my code for enum in ser.cfg.
if (method == "INVITE" && uri =~ "sip:\+[0-9]*+ at .")
{
if (enum_query("e164.arpa"))
{
route(1);
};
};
I have configured both ser and dns in the same machine.
Thanks,
Geethanjali C S
Wipro Technologies
-----Original Message-----
From: Michal Matyska [mailto:michal at iptel.org]
Sent: Tuesday, September 18, 2007 9:41 PM
To: Geethanjali CS (WT01 - TAS-HORIZONTAL)
Cc: serusers at lists.iptel.org
Subject: Re: [Serusers] help needed in configuring ENUM with ENUM module
Post network traffic capture and/or DNS server zone configuration and/or
config file (all with private info changed so you won't disclose
anything you feel secret) otherwise nobody can help much more than
saying check the DNS... it tells you don't have NAPTR record.
Michal
On Tue, 2007-09-18 at 19:57 +0530, geethanjali.csg at wipro.com wrote:
> Hi,
>
>
>
> I am trying to configure ser to use enum module. But I am getting the
> following error.
>
>
>
> 0(6192) get_record: lookup(5.6.7.8.e164.arpa, 35) failed
>
> 0(6192) enum_query(): No NAPTR record found for 5.6.7.8.e164.arpa.
>
>
>
> Can someone kindly give me some pointers to fix this error. I am
> trying this from past few days.
>
>
>
> Thanks,
>
> Geethanjali C S
>
> Wipro Technologies
>
>
>
> The information contained in this electronic message and any
> attachments to this message are intended for the exclusive use of the
> addressee(s) and may contain proprietary, confidential or privileged
> information. If you are not the intended recipient, you should not
> disseminate, distribute or copy this e-mail. Please notify the sender
> immediately and destroy all copies of this message and any
> attachments.
>
> WARNING: Computer viruses can be transmitted via email. The recipient
> should check this email and any attachments for the presence of
> viruses. The company accepts no liability for any damage caused by any
> virus transmitted by this email.
>
> www.wipro.com
>
> _______________________________________________
> Serusers mailing list
> Serusers at lists.iptel.org
> http://lists.iptel.org/mailman/listinfo/serusers
The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments.
WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email.
www.wipro.com
More information about the sr-users
mailing list