[asterisk-bugs] [JIRA] (ASTERISK-21694) Peer with outbound proxy is resolved in DNS
Olle Johansson (JIRA)
noreply at issues.asterisk.org
Thu Apr 25 14:10:39 CDT 2013
Olle Johansson created ASTERISK-21694:
-----------------------------------------
Summary: Peer with outbound proxy is resolved in DNS
Key: ASTERISK-21694
URL: https://issues.asterisk.org/jira/browse/ASTERISK-21694
Project: Asterisk
Issue Type: Bug
Security Level: None
Components: Channels/chan_sip/General
Affects Versions: 1.8.21.0
Environment: OS/X
Reporter: Olle Johansson
Defining a peer with
[mypeer]
type=peer
host=oej.digium.com
outboundproxy=edvina.net
Asterisk still tries to resolve "oej.digium.com" - it should not. This is just a domain to use as text when creating messages, it should not be resolved. This is something I fixed a long time ago.
[Apr 25 21:08:20] ERROR[48717]: netsock2.c:269 ast_sockaddr_resolve: getaddrinfo("oej.digium.com", "(null)", ...): nodename nor servname provided, or not known
[Apr 25 21:08:20] WARNING[48717]: acl.c:590 resolve_first: Unable to lookup 'oej.digium.com'
[Apr 25 21:08:20] DEBUG[48717]: chan_sip.c:28565 build_peer: Not an IPv4 nor IPv6 address, cannot get port.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.asterisk.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the asterisk-bugs
mailing list