<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 &quot;enum.so&quot;
</p>

<p style="margin-bottom: 0in;">modparam(&quot;enum&quot;,
&quot;domain_suffix&quot;, &quot;<a href="http://e164.org">e164.org</a>.&quot;)
</p>
<p style="margin-bottom: 0in;">modparam(&quot;enum&quot;,
&quot;tel_uri_params&quot;, &quot;&quot;)</p>
<p style="margin-bottom: 0in;"><br>
</p>
<p style="margin-bottom: 0in;">       if (uri=~&quot;^sip:[0-9][0-9]*&quot;)
{ # temp  for austrlia
</p>
<p style="margin-bottom: 0in;">
</p>
<p style="margin-bottom: 0in;">               strip(2);
</p>
<p style="margin-bottom: 0in;">               prefix(&quot;+&quot;);
</p>
<p style="margin-bottom: 0in;">        }; 
</p>
<p style="margin-bottom: 0in;">
</p>
<p style="margin-bottom: 0in;">        if (uri=~&quot;sip:\+[0-9]+&quot;)
</p>
<p style="margin-bottom: 0in;">        {
</p>
<p style="margin-bottom: 0in;">                if (
!enum_query(&quot;<a href="http://e164.org">e164.org</a>.&quot;) )
</p>
<p style="margin-bottom: 0in;">                {
</p>
<p style="margin-bottom: 0in;">#               
enum_query(&quot;e164.arpa.&quot;);
</p>
<p style="margin-bottom: 0in;">                
enum_query(&quot;<a href="http://nrenum.net">nrenum.net</a>.&quot;);
</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>