[OpenSIPS-Users] ENUM Issue while using with opensips + asterisk ?

Bogdan-Andrei Iancu bogdan at voice-system.ro
Thu Aug 13 11:10:37 CEST 2009


Hi Urmi,

If you wan to do only enum lookups, you do not need to register (in DNS) 
anything. Only if you want to register your own numbers in an ENUM tree.

Regards,
Bogdan

urmi lakkad wrote:
>
> Hello,
>
> I am using OpenSIPs-1.5.1 and asterisk-1.4 for my call flow.
>
> I want to use ENUM with openSIPs. For that I gone through the ENUM 
> module of OpenSIPs.
>
> I have done required modification in my opensips.cfg file.
>
> Do I need to register my domain or sip number for ENUM ?? Do I need to 
> do any modification in asterisk ?
>
> Can you please guide me how to and what to do for using ENUM ?
>
> _Opensips.cfg File ::_
>
> loadmodule "enum.so"
>
> modparam("enum", "domain_suffix", "e164.org <http://e164.org>.")
>
> modparam("enum", "tel_uri_params", "")
>
>
> if (uri=~"^sip:[0-9][0-9]*") { # temp for austrlia
>
> strip(2);
>
> prefix("+");
>
> };
>
> if (uri=~"sip:\+[0-9]+")
>
> {
>
> if ( !enum_query("e164.org <http://e164.org>.") )
>
> {
>
> # enum_query("e164.arpa.");
>
> enum_query("nrenum.net <http://nrenum.net>.");
>
> };
>
> };
>
>
> Thanks for your attention.
>
>
> -Urmi
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Users mailing list
> Users at lists.opensips.org
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>   




More information about the Users mailing list