Displaying 1 result from an estimated 1 matches for "invox".
Did you mean:
inbox
2009 Nov 30
0
Gtalk Asterisk integration
...risk-addons-1.6.0
dahdi-linux-2.2
dahdi-tools-2.2
libpri-1.4 share
iksemel-1.2
#/etc/asterisk/jabber.conf
[general]
debug=yes
autoprune=no
autoregister=no
[google]
type=client
serverhost=talk.google.com
username=XXXX at gmail.com
secret=xxxxx
port=5222
usetls=yes
usesasl=yes
statusmessage="Invox Google Talk"
timeout=100
# /etc/asterisk/gtalk.conf[general]
context=google-in
bindaddr=192.168.1.74
allowguest=yes
[guest]
;disallow=all
allow=ulaw
context=google-in
[test]
username=YYYY at gmail.com
disallow=all
allow=ulaw
context=google-in
connection=google
# /etc/asterisk/extensions.c...