[asterisk-bugs] [Asterisk 0013985]: No audio on outgoing Gtalk calls if /etc/hosts has Centos default; work-around provided

Asterisk Bug Tracker noreply at bugs.digium.com
Fri Jan 9 09:35:39 CST 2009


A NOTE has been added to this issue. 
====================================================================== 
http://bugs.digium.com/view.php?id=13985 
====================================================================== 
Reported By:                jcovert
Assigned To:                phsultan
====================================================================== 
Project:                    Asterisk
Issue ID:                   13985
Category:                   Channels/chan_gtalk
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     assigned
Asterisk Version:           SVN 
Regression:                 No 
SVN Branch (only for SVN checkouts, not tarball releases): 1.6.0 
SVN Revision (number only!): 159558 
Disclaimer on File?:        N/A 
Request Review:              
====================================================================== 
Date Submitted:             2008-11-28 10:41 CST
Last Modified:              2009-01-09 09:35 CST
====================================================================== 
Summary:                    No audio on outgoing Gtalk calls if /etc/hosts has
Centos default; work-around provided
Description: 
If /etc/hosts includes the name of the host in addition to "localhost",
e.g.

127.0.0.1   blade14.on-state.com  blade14 localhost.localdomain localhost

chan_gtalk tries to set up the rtp audio channel on 127.0.0.1, which
obviously fails (see protocol exchange below).

Now, _I_ personally would never set up /etc/hosts that way, but this seems
to be a religious issue, and according to the IT guy who built the Linux
system for me to install Asterisk on, the Centos default is to include the
host name.

As soon as I changed the line to just

127.0.0.1 localhost.localdomain localhost

Gtalk calls worked just fine.

It would, however, be desirable for Gtalk to work without having to modify
/etc/hosts from the default, so it would work regardless of your religious
position on this issue.  I categorized this as "minor" since the workaround
is simple, but it's "major" for anyone of the "we must put the real
host-name in here" party.

/john
====================================================================== 

---------------------------------------------------------------------- 
 (0097305) phsultan (manager) - 2009-01-09 09:35
 http://bugs.digium.com/view.php?id=13985#c97305 
---------------------------------------------------------------------- 
Hi John, 

Did you try to set the bindaddr attribute value explicitly in gtalk.conf
under the [general] section? 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-01-09 09:35 phsultan       Note Added: 0097305                          
======================================================================




More information about the asterisk-bugs mailing list