[Blink] outbound proxy not used
Dan Pascu
dan at ag-projects.com
Thu Sep 30 08:53:29 CEST 2010
On 29 Sep 2010, at 19:48, Juha Heinanen wrote:
> i made a test and replaced ip address of outbound proxy with its name
> sip.test.fi and i get to log:
>
> 2010-09-29 19:42:30.403266 [blink 10563]: DNS lookup A sip.test.fi
> failed: no DNS response received, the query has timed out
>
> however, that should work:
>
> jh at taimen:~$ more /etc/resolv.conf
> domain tutpro.com
> search tutpro.com
> nameserver 192.168.1.1
>
> and
>
> jh at taimen:~$ host sip.test.fi 192.168.1.1
Blink will only use the nameservers specified in /etc/resolv.conf to
find out the authoritative nameservers for the domain of your SIP
account, then it will use the authoritative nameservers to lookup the
rest of the records (NAPTR, SRV and A).
The problem you see means that the authoritative nameservers for your
domain do not have the records provisioned. To solve this, you can:
1. provision the DNS records in the authoritative nameservers
2. declare 192.168.1.1 as the authoritative nameserver
3. use an IP address for the outbound proxy
--
Dan
More information about the Blink
mailing list