Displaying 13 results from an estimated 13 matches for "autoprun".
Did you mean:
autorun
2007 Jul 19
2
Gtalk/Jabber connect issues in 1.4.8
...aji_recv_loop:
JABBER: Got hook event.
jabber test
[Jul 18 21:04:16] WARNING[32691]: res_jabber.c:1421 ast_aji_send:
JABBER: Not connected can't send
User: bferrell at gtalk.com
Anyone have a hint??
Thanks
[general]
debug=no ;;Turn on debugging by default.
autoprune=yes ;;Auto remove users from buddy list.
autoregister=yes ;;Auto register users from buddy
list.
[asterisk] ;;label
type=client ;;Client or Component connection...
2012 Sep 11
1
multiple users for jabber.conf
Hi all,
Been reading about chan_motif / chan_xmpp in the wiki's for 1.8, 10 and
11 version of asterisk.
In each example i got the impression that the asterisk server is
registering on a XMPP server as a single user with the credentials as
specified in jabber.conf.
Instead of a single xmpp-user, could that also be multiple users?
For instance, for each sip-user an xmpp-user?
When i skim
2007 Jun 21
3
gtalk - no audio
Hi list,
I'm trying to get channel gtalk working in asterisk 1.4.5
I have it built and configured as follows:
*jabber.conf:*
[general]
debug=yes
autoprune=no
autoregister=no
[myaccount]
type=client
serverhost=talk.google.com
username=myaccount at gmail.com/Talk
secret=mypassword
port=5222
usetls=yes
usesasl=yes
statusmessage="Talk to me"
timeout=100
*gtalk.conf:*
[general]
context=default
allowguest=yes
bindaddr=172.25.123.18
[guest]
di...
2011 Feb 10
2
Gtalk/Jabber Issue
...etc, etc. but can't seem to get this to work
Gtalk.conf
[general]
context=google-in
allowguest=yes
bindaddr=192.168.xxx.xxx
extenip=96.254.xxx.xxx
[guest]
context=google-in
disallow=all
allow=ulaw
allow=g729
connection=jp_jabber
jabber.conf
[general]
debug=yes
;autoprune=no
autoregister=yes
[jb_jabber]
type=client
serverhost=talk.google.com
username=XXXXXXXXX at gmail.com/Talk
secret=XXXXXXX
port=5222
usetls=yes
usesasl=yes
;status=Available
statusmessage="Connected via Asterisk"
;timeout=100
;keepalive=yes
Extensions.conf
[...
2009 Jul 06
1
Asterisk & Jabber : WARNING: res_jabber.c aji_recv_loop: JABBER: socket read error
...erisk asterisk]# make clean
[root at asterisk asterisk]# ./configure
[root at asterisk asterisk]# make menuconfig
[root at asterisk asterisk]# make
[root at asterisk asterisk]# make install
Then edited jabber.conf :
[general]
debug=yes ;;Turn on debugging by default.
autoprune=no ;;Auto remove users from buddy
list.
autoregister=yes ;;Auto register users from buddy
list.
[asterisk] ;;label
type=component ;;Client or Component connection
serverhost=192.168.2.5...
2011 Dec 03
2
google voice calling dial plan question.
...lling which has been
very helpful in troubleshooting the issue.
https://wiki.asterisk.org/wiki/display/AST/Calling+using+Google?focusedCommentId=18415969#comment-18415969
I'm sure that I'm close to getting things working properly.
Here's my config.
##jabber.conf##
[general]
debug=no
autoprune=no
autoregister=yes
[whitehat238]
type=client
serverhost=talk.google.com
username=whitehat238 at gmail.com/Talk
secret=password
port=5222
usetls=yes
usesasl=yes
status=Available
statusmessage="No Information Available"
timeout=100
keepalive=yes
##gtalk.conf##
[general]
allowguest=yes...
2007 Jul 30
0
asterisk 1.4.8 and google talk - no audio
...his is my configuration
gtalk.conf
[general]
context=default
allowguest=yes
bindaddr=147.120.203.190
externip=203.xx.xx.xx
[guest]
disallow=all
;allow=alaw
allow=ulaw
context=guest
[google]
disallow=all
allow=ulaw
;allow=alaw
context=default
connection=asterisk
jabber.conf
[general]
debug=yes
autoprune=yes
autoregister=yes
[asterisk]
type=client
serverhost=talk.google.com
username=tharanga12345 at gmail.com
secret=xxxxxx
port=5222
usetls=yes
usesasl=yes
timeout=1000
rtp.conf
iam using lower ports...
rtpstart=1650
rtpend=4560
sip.conf
[general]
context=default
bindport=5060
bindaddr=0.0.0.0...
2010 May 31
0
testing my asterisk 1.6.2.8-rc1 with gtalk (and JACK) - please help
...the peer your
username=user2
username=myself
username=user3
;;calling or accepting calls from
connection=gtalk_account ;;client or component in jabber.conf
;;for the call to leave on.
;
*** end of gtalk.conf ***
*** jabber.conf ***
[general]
debug=yes ;;Turn on debugging by default.
autoprune=no ;;Auto remove users from buddy list.
autoregister=yes ;;Auto register users from buddy list.
[gtalk_account]
type=client
serverhost=talk.google.com
username=myself at googlemail.com/Talk
secret=my_password
port=5222
usetls=yes
usesasl=yes
buddy=user1
buddy=user2
buddy=myself
statusmessage...
2010 Jun 21
1
Asterisk 1.6 + Jabber crashes
...5)
OpenSSL 0.9.8o
It all compiles however about 10 seconds after starting Asterisk it 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...
2012 Aug 21
1
Asterisk 11 - XMPP and JabberSend()
I'm trying to get my Asterisk 11 test box set up with XMPP, having troubles with JabberSend().
My jabber.conf file is as follows:
[general]
debug=no
autoprune=no
[testaccount]
type=client
serverhost=my.jabber.server
username=myaccount at my.jabber.server
secret=mypassword
port=jabberport
usetls=yes
usesasl=yes
xmpp show connections gives the following output from the console:
testasterisk11*CLI> xmpp show connections
Jabber Users and their status:...
2013 May 11
0
11.4: no incoming gv/xmpp
I've set up google voice to chat with me:
Forwards calls to:
<me>@gmail.com
and xmpp:
[general]
debug=no ; Enable debugging (disabled by
default).
autoprune=yes ; Auto remove users from buddy
list. Depending on your
; setup (ie, using your
personal Gtalk account for a test)
; you might lose your contacts
list. Default is 'no'.
autoreg...
2009 Nov 30
0
Gtalk Asterisk integration
Hello users,
I am trying to integrate asterisk and gtalk.
my configuration is as follows
OS:centos
asterisk-1.6.0
asterisk-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]...
2010 Oct 25
4
google voice + asterisk: calls made to GV# processed but weird
...http://www.davidvossel.com/?p=28), I have GV set up on
asterisk through jabber.conf and gtalk.conf. I can successfully dial
out from asterisk.
I'm trying to set up an auto-attendant on asterisk. I am doing a
basic "Hello world" example. My config:
jabber.conf:
[general]
debug=yes
autoprune=no
autoregister=yes
[asterisk]
type=client
serverhost=talk.google.com
username=MYADDY at gmail.com/gmail
secret=MYPASSWORD
port=5222
usetls=yes
usesasl=yes
statusmessage="Connected to Asterisk." ;required do not change
timeout=100
gtalk.conf:
[general]
context=default
allowguest=yes
bi...