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: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Bromont -
Sent: Thursday, October 05, 2006 4:51 PM
To: [email protected]
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
[EMAIL PROTECTED]/Talk   <------
secret=gtpassxxxx
port=5222
usetls=yes
usesasl=yes
[EMAIL PROTECTED]
statusmessage="Voice Calls Only"
timeout=100

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

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

[google]
[EMAIL PROTECTED]    <------
disallow=all
allow=ulaw
context=from-gtalk
connection=googletalk      <------

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





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

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

Reply via email to