[?]
I just didn't want to make some magic moves with perl or exec...
On Wed, Mar 11, 2009 at 12:08 PM, Iñaki Baz Castillo <ibc(a)aliax.net> wrote:
2009/3/11 Uriel Rozenbaum
<uriel.rozenbaum(a)gmail.com>om>:
Genlemen,
I'll be quick: is there any way to perform a DNS lookup within the .cfg?
The example would be:
avp(s:server_name) = "kamailio.org";
avp(s:server_ip) = "192.168.1.100";
if (DNS_LOOKUP_FUNCTION(avp(s:server_name)) == avp(s:server_ip))
{
... do something ...
}
else
{
... do something else ...
}
No, you can't. No idea of ho to achieve it?
--
Iñaki Baz Castillo
<ibc(a)aliax.net>