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.")
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.") )
{
# enum_query("e164.arpa.");
enum_query("nrenum.net.");
};
};
Thanks for your attention.
-Urmi
_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users