Displaying 20 results from an estimated 2000 matches similar to: "Asterisk + Jabber"
2008 Feb 29
1
Gtalk with asterisk
Hi,
I have been working with Asterisk for the ivr functionalities in the past. I am interested to implement the Jabber - Gtalk in asterisk.
For which i installed the iksemel but this didnt help me out. I couldnt find the res_jabber.so file any where in the asterisk source directory. Still when i run the command "make menuselect" the channel driver "chan_gtalk" shows xxx
2009 Jul 06
1
Asterisk & Jabber : WARNING: res_jabber.c aji_recv_loop: JABBER: socket read error
I have installed gnutls and gnutls-devel from RedHat repositories
[root at asterisk asterisk]# yum install gnutls gnutls-devel
I have installed iksemel with gnutls support :
[root at asterisk asterisk]# cd /usr/src/iksemel-1.3/
[root at asterisk asterisk]# ./configure --with-gnutls --prefix=/usr
[root at asterisk asterisk]# make
[root at asterisk asterisk]# make check
[root at asterisk
2010 Nov 30
2
Error loading module 'chan_gtalk.so': libiksemel.so.3: cannot open shared object file: No such file or directory
Hello,
Can't get chan_gtalk.so module to load, neither res_jabber.so:
Asterisk*CLI> module load chan_gtalk.so
Unable to load module chan_gtalk.so
Command 'module load chan_gtalk.so ' failed.
[Dec 1 16:10:05] WARNING[2931]: loader.c:387 load_dynamic_module: Error
loading module 'chan_gtalk.so': libiksemel.so.3: cannot open shared object
file: No such file or directory
[Dec
2008 Feb 22
1
FW: jabber
Hi all,
Do some one experiencing running jabber applications (jabberstatus...) in
asterisk? I do experinced Asterisk 1.4.18 and wish to start it, however I
got such result.
IBM*CLI> help jabber
No such command 'jabber'.
IBM*CLI> help jabberstatus
No such command 'jabberstatus'.
Any one can help me on this, or may be I miss out somethings that cause
jabber applications
2008 Jun 11
1
Asterisk and XMPP (Jabber) : testing new application JabberReceive
Friends,
a new dialplan application is now available for testing :
http://svn.digium.com/view/asterisk/team/phsultan/jabberreceive/
The corresponding feature request is located here :
http://bugs.digium.com/view.php?id=12569
What can you do with it? Well, a direct usage of this application is
to make an easy to use GoogleTalk voice gateway out of Asterisk. Here
is an example (assuming the
2009 Apr 17
2
Jabber and Presence
Hi all,
What other open source tools are people using for this? I was looking
at Openfire and their asterisk plugin.
Is it easy to roll your own with res_jabber.so ??
Thanks.
--
Sent from my mobile device
http://www.suretecsystems.com/services/openldap/
2006 Nov 07
1
[resolved] asterisk 1,4 and google talk
hi,
it turns out that the iksemel library (which i installed using an rpm) was
returning 0 when the function iks_has_tls() was called. it should return 1
otherwise res_jabber.o thinks gnuTLS is not installed. i confirmed this by
running a test program i wrote, that calls iks_has_tls . it returned 0.
i downloaded iksemel source, compiled it and now the test program returned
1.
now,
2010 Jul 26
1
asterisk & distributed device state => res_jabber Versus res_ais
Hello,
as I'm looking for a solution (with asterisk 1.6.2) , my
investigations leaded to :
- res_ais => libais & corosync. (each node need to run corosync / aiexec)
- res_jabber => libjabber & iksemel. (each node need to be connected on
an XMPP server)
I've been able to make some successful tests with res_ais on 2 servers
but got some CPU issues with corosync after
2013 Jan 10
1
Segmentation fault after upgrading from asterisk-10.5.0 to asterisk-11.1.2
After upgrading from asterisk-10.5.0 to asterisk-11.1.2, I am getting a Segmentation fault.
[root at localhost asterisk-11.1.2]# asterisk -vvvvvvc
Asterisk 11.1.2, Copyright (C) 1999 - 2012 Digium, Inc. and others.
Created by Mark Spencer <markster at digium.com>
Asterisk comes with ABSOLUTELY NO WARRANTY; type 'core show warranty' for details.
This is free software, with components
2007 Jun 18
0
res_jabber over OpenSSL ready for testing
Hi everybody,
I'd like to have the feedback from the community regarding this patch
: http://bugs.digium.com/view.php?id=9972
res_jabber currently relies on the iksemel API to handle TLS
connections, which assumes GnuTLS to be installed on the system. The
basic idea of the proposed modifications is to bypass iksemel's API
when sending/receiving TLS secured data and use OpenSSL instead.
2007 Jul 19
2
Gtalk/Jabber connect issues in 1.4.8
I've included my jabber.conf below. I'm betting the following errors:
[Jul 18 21:05:22] ERROR[28166]: res_jabber.c:609 aji_act_hook: JABBER:
Node Error
[Jul 18 21:05:22] WARNING[28166]: res_jabber.c:1537 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
2020 Feb 21
2
pjsip startup errors when using "with-ssl" configure option
Hello list,
Hope you are all doing well!
I am facing a problem when compiling Asterisk 16.8.0 in a CentOS 6 box and
I wonder if someone can put some light on it.
Log history short, install_prereq fails to install the packages (not sure
how important they actually are....): speexdsp-devel, gmime-devel,
uriparser-devel, iksemel-devel, uw-imap-devel, hoard
Then, I am running the following commands
2011 Jul 18
1
chan_gtalk load error
Hi,
When starting Asterisk (1.8.5.0) I see in messages:
[Jul 18 15:47:50] WARNING[15491] loader.c: Error loading module 'chan_gtalk.so': /usr/lib/asterisk/modules/chan_gtalk.so: undefined symbol: ast_aji_get_client
[Jul 18 15:47:50] WARNING[15491] loader.c: Module 'chan_gtalk.so' could not be loaded.
Yet I do have iksemel installed:
ls -l /usr/local/lib/libik*
-rw-r--r-- 1
2007 Jan 01
1
Problem with centos 4.4 and jabber/gtalk (really iksemel)
I'm working from the docs here:
http://voip-info.org/wiki/view/Asterisk+Speaks+with+Google+Talk
and getting an error doing the ./configure on the iksemel module:
checking for getaddrinfo... yes
./configure: line 20399: syntax error near unexpected token `,'
./configure: line 20399: `AM_PATH_LIBGNUTLS(,'
It seems to want the "libgnutls-dev" package as per the
2011 Apr 16
4
Jabber / GTalk / hints
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi!
Are hints not yet implemented in res_jabber?
I have this here:
exten => 3000,hint,gtalk/gtalk_account/mari.xxxxxxx at gmail.com
But the hint doesn't show any difference. It always shows online on the
phone and core show hints always shows that:
6003 at internal : SCCP/6003 State:Unavailable Watchers 0
6002 at internal :
2010 Jun 21
1
Asterisk 1.6 + Jabber crashes
Hello,
I am attempting to setup Asterisk to work with Gtalk.
I am using the following versions:
Slackware Linux 12.0
Asterisk 1.6.2.9
GNU TLS 2.8.6
Iksemel (svn v25)
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
2014 Oct 01
1
JABBER_STATUS CODE 7
Hi all,I hope to find a solution with the help of the list, I'm trying
to get the status of my extensions with ejabberd , the idea is to
visualize my users ejabberd incoming calls or missed.
I'm testing with my operator extension with this code but only get the
missed call notification does not show me where the call is coming.
my piece of code
[operadora]
exten =>
2013 Jun 01
1
How to know the conflict in the dependencies?
Hello;
When I type make menuselect and finding the channels that has the sign XXX before it (this at the driver), how can I know the dependencies that are causing this conflict?
Regards
Bilal
2009 Jan 27
2
Module res_odbc is not loading
Hi,
I have remove the comment defor res_odbc.so and res_config_odbc.so in my
modules.conf, but the module is still not loading
when I do:
module show like odbc
I have o module returned
anybody knows why?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090127/0963b5a4/attachment.htm
2012 Jun 15
1
Google Voice / Jabber auth problem
asterisk-1.8.13.0
iksemel-1.4
I have a client who setup a gvoice account using their domain in the
login name:
username=client at theirdomain@gmail.com
This appears to have caused a problem with authentication. I've tried
escaping the @ and quoting the login string, etc. but it simply won't
authenticate. I don't believe my configuration is bad as the same server
/