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@aliax.net> wrote:
2009/3/11 Uriel Rozenbaum <uriel.rozenbaum@gmail.com>:
> 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@aliax.net>