Gtalk no audio in both directions

I seem to have sip signaling without any problem. I can make calls from asterisk through Google Voice… I can receive calls from Google Voice # through gtalk to asterisk no problem. But the only problem is there is no audio on either end of the call no matter what the scenario is. I have everything setup as suggested using ulaw. As far as asterisk is concerned, the calls work fine with no errors. Only problem is no audio. So I’m kind of at my wits end with this one.

I’ve replaced my user credentials with dummy info but the rest is as is… Any help and guidance would be much apprecaited. I know i’m so close as everything works just not the audio :frowning:

extensions.conf

[local]
;This i found odd that i had to do to get it to answer the call. I’m new to figuring out these dialplans so I may be overlooking something
exten => mygmailuser@gmail.com,1,Dial(SIP/dave1,20,D(:1))

;Doesn’t end up doing anything…
exten => s,1,Set(name=${CALLERID(name)})
exten => s,n,Set(name=${CALLERID(name)})
exten => s,n,Set(num=${CUT(name,@,1)})
exten => s,n,Set(CALLERID(all)=${num})

exten => 100,1,Dial(gtalk/asterisk/myothergmailaccount@gmail.com)
;Route all outbound calls through Google Voice gtalk/jabber connection
exten => _1XXXXXXXXXX,1,Dial(gtalk/asterisk/+${EXTEN}@voice.google.com)

jabber.conf

[general]
autoregister=yes ; Auto register users from buddy list.
auth_policy=accept ; Auto accept users’ subscription requests (default).

[asterisk]
type=client ; Client or Component connection
serverhost=talk.google.com ; Route to server for example, talk.google.com
username=mygmailuser@gmail.com/Talk ; Username with optional resource.
secret=mypassword
port=5222 ; Port to use defaults to 5222
usetls=yes ; Use tls or not
usesasl=yes ; Use sasl or not
statusmessage="I am an Asterisk Server"
timeout=100

gtalk.conf

[general]
context=local
bindaddr=0.0.0.0; Address to bind to
nat=yes
allowguest=yes ; Allow calls from people not in list of peers
disallow=all
allow=ulaw

[guest]
disallow=all
allow=ulaw
context=local
connection=asterisk

I forgot to mention that i’ve tried this with 10.1 and the 10.2 rc2 versions of asterisk. This is just driving me crazy. I can call any US number and receive calls on the google voice number to the system. I just can’t get it to pass audio in either direction.

Has anyone had this problem? Does it just not work any more?

I’ve noticed this too, and it’s happened within the past couple of weeks. I had a system running 10.0.0rc1 that was making and receiving calls through Gtalk just fine. At some point I upgraded to 10.1.0 - with no other config changes - and now I’m seeing the same problem. I don’t know if it was the upgrade that did it, or if something changed on the Google end.

Well that gives me an avenue to try. I’ll see if i can grab a slightly older pre 10.1 copy of the source code and give it a try and i’ll post my results back here. It at least gives me something to do other than scratch my head :wink:

Ya know what that did it!! I now have Gtalk in and outgoing working with audio.

I compiled and installed asterisk-10.0.1… the versions after that are broken for Gtalk/jabber (not sure which one is the problem there)… So thank you very much for the idea to try that and hopefully the developers for that will identify the cause in the newer code and have a fix out soon.

Please open an issue on the issue tracker at:

issues.asterisk.org/jira

Reporting guidelines are here:

asterisk.org/developers/bug-guidelines

Done: http://issues.asterisk.org/jira/browse/ASTERISK-19374

You are almost certainly going to be asked for debug level traces, preferably both working and not working.

I can do that, if someone can walk me through how to get that level of output.

wiki.asterisk.org/wiki/display/ … formation#

You will need to work out what gtalk options, if any, are needed.

I also have no audio on Gtalk after installing 10.1.3, everything was working fine on 1.8.

I have too having the same issue of no audio but with version Asterisk 10.2.0-rc2