[asterisk-users] RE: Getting Asterisk to work with GoogleTalk

Bromont - Bromont at shaw.ca
Thu Oct 5 13:51:23 MST 2006


It should work fine with 1.4Beta2

I use gtalk.conf instead of jingle.conf and this is what I would change in configurations (shown with the arrows):

jabber.conf:
[general]
;debug=yes
;autoprune=yes
;autoregister=yes

[googletalk]
type=client
serverhost=talk.google.com
username=ast123 at gmail.com/Talk   <------
secret=gtpassxxxx
port=5222
usetls=yes
usesasl=yes
buddy=xyz456 at gmail.com
statusmessage="Voice Calls Only"
timeout=100

gtalk.conf:
[general]
context=from-gtalk
allowguest=yes

[guest]
disallow=all
allow=ulaw
context=from-gtalk

[google]
username=xyz456 at gmail.com    <------
disallow=all
allow=ulaw
context=from-gtalk
connection=googletalk      <------

extensions.conf:
;outgoing to GoogleTalk
[to-gtalk]
exten => 190,1,NoOp("Calling GoogleTalk user xyz456 at gmail.com")
exten => 190,n,Dial(gtalk/googletalk/xyz456 at gmail.com)    <------







More information about the asterisk-users mailing list