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

Robert LaPoint blapoint at carolina.rr.com
Fri Oct 6 09:52:10 MST 2006


I have followed this configuration to the letter but still no joy. Do I have
to load some modules at start up like gtalk.so or jabber.so? Should my user
show up as available on other peoples buddy list after asterisk starts?

-----Original Message-----
From: asterisk-users-bounces at lists.digium.com
[mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Bromont -
Sent: Thursday, October 05, 2006 4:51 PM
To: asterisk-users at lists.digium.com
Subject: [asterisk-users] RE: Getting Asterisk to work with GoogleTalk


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)    <------





_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users



More information about the asterisk-users mailing list