Asterisk ERROR: getaddrinfo("SOO2CS2K", "5060", ...)

Hi all,

I have a asterisk + freepbx running without problems, except a ERROR that occur when we receive calls direct in an extension.
The error:

[Jul 10 15:38:35] ERROR[21278]: netsock2.c:263 ast_sockaddr_resolve: getaddrinfo("SOO2CS2K", "5060", ...): Name or service not known == Using SIP RTP TOS bits 184 == Using SIP RTP CoS mark 5 [Jul 10 15:38:35] WARNING[21278]: chan_sip.c:8740 process_sdp: Unsupported SDP media type in offer: image 65140 udptl t38

Even with the error, the call is completed successfully.

Anyone ever had this error in your environment?

Thanks.

It’s not an error, it is a warning.

Configure the remote system so as not to request the use of htat media type.

Hi david55, thanks for replying.

The “ERROR” and “WARNING” are not related.

I’m trying to solve the following error:

Any idea?

Sorry david55 , you’re right, I got confused.

This is the problem I’m having when I receive a call on extension:

[2013-07-12 11:35:35] ERROR[6079]: netsock2.c:269 ast_sockaddr_resolve: getaddrinfo("SOO2CS2K", "5060", ...): Name or service not known [2013-07-12 11:35:35] WARNING[6079]: chan_sip.c:16499 check_via: Could not resolve socket address for 'SOO2CS2K:5060' == Using SIP RTP TOS bits 184 == Using SIP RTP CoS mark 5 [2013-07-12 11:35:35] WARNING[6079]: chan_sip.c:9483 process_sdp: Rejecting offer with image stream due to UDPTL initialization failure

In this case the link does not work.

Thanks.