<meta http-equiv="CONTENT-TYPE" content="text/html; charset=utf-8"><title></title><meta name="GENERATOR" content="OpenOffice.org 2.3 (Unix)">
        
        
        <style type="text/css">
        <!--
                @page { size: 8.5in 11in; margin: 0.79in }
                P { margin-bottom: 0.08in }
        -->
        </style>
<p style="margin-bottom: 0in;">Hello,</p>
<p style="margin-bottom: 0in;">
</p>
<p style="margin-bottom: 0in;">I am using OpenSIPs-1.5.1 and asterisk-1.4 for my
call flow.</p>
<p style="margin-bottom: 0in;">
</p>
<p style="margin-bottom: 0in;">I want to use ENUM with openSIPs. For
that I gone through the ENUM module of OpenSIPs.</p>
<p style="margin-bottom: 0in;">I have done required modification in my
opensips.cfg file.
</p>
<p style="margin-bottom: 0in;">
</p>
<p style="margin-bottom: 0in;">Do I need to register my domain or sip
number for ENUM ?? Do I need to do any modification in asterisk ?<br></p>
<p style="margin-bottom: 0in;">
</p>
<p style="margin-bottom: 0in;">Can you please guide me how to and what
to do for using ENUM ?</p>
<p style="margin-bottom: 0in;">
</p>
<p style="margin-bottom: 0in;"><u>Opensips.cfg File ::</u></p>
<p style="margin-bottom: 0in;">
</p>
<p style="margin-bottom: 0in;">loadmodule "enum.so"
</p>
<p style="margin-bottom: 0in;">modparam("enum",
"domain_suffix", "<a href="http://e164.org">e164.org</a>.")
</p>
<p style="margin-bottom: 0in;">modparam("enum",
"tel_uri_params", "")</p>
<p style="margin-bottom: 0in;"><br>
</p>
<p style="margin-bottom: 0in;"> if (uri=~"^sip:[0-9][0-9]*")
{ # temp for austrlia
</p>
<p style="margin-bottom: 0in;">
</p>
<p style="margin-bottom: 0in;"> strip(2);
</p>
<p style="margin-bottom: 0in;"> prefix("+");
</p>
<p style="margin-bottom: 0in;"> };
</p>
<p style="margin-bottom: 0in;">
</p>
<p style="margin-bottom: 0in;"> if (uri=~"sip:\+[0-9]+")
</p>
<p style="margin-bottom: 0in;"> {
</p>
<p style="margin-bottom: 0in;"> if (
!enum_query("<a href="http://e164.org">e164.org</a>.") )
</p>
<p style="margin-bottom: 0in;"> {
</p>
<p style="margin-bottom: 0in;">#
enum_query("e164.arpa.");
</p>
<p style="margin-bottom: 0in;">
enum_query("<a href="http://nrenum.net">nrenum.net</a>.");
</p>
<p style="margin-bottom: 0in;"> };
</p>
<p style="margin-bottom: 0in;"> };
</p>
<p style="margin-bottom: 0in;">
</p>
<p style="margin-bottom: 0in;"><br>
</p>
<p style="margin-bottom: 0in;">Thanks for your attention.</p>
<p style="margin-bottom: 0in;"><br>
</p>
<p style="margin-bottom: 0in;">-Urmi</p>