Displaying 1 result from an estimated 1 matches for "my_gmail".
Did you mean:
my_email
2010 Jun 21
1
Asterisk 1.6 + Jabber crashes
...crashes.
To mitigate this issue I have moved jabber.conf to another directory and then
Asterisk starts up. So I assume the issue is with this file? I can't find any
issues:
jabber.conf:
[general]
debug=no
autoprune=no
autoregister=no
[gtalk1]
type=client
serverhost=talk.google.com
username=MY_GMAIL at gmail.com/Talk
secret=MY_PASS
port=5222
usetls=yes
usesasl=yes
;buddy=MY_FRIEND at gmail.com
;statusmessage="This is an Asterisk server"
;timeout=100
gtalk.conf:
[general]
context=default
allowguest=no
bindaddr=IPADDR
[my-Friend-context]
username=MY_FRIEND at gmail.com
disallow=all
a...