search for: iksemel

Displaying 20 results from an estimated 27 matches for "iksemel".

2009 Jun 24
2
Asterisk + Jabber
I want to use JabberSend in my dialplan, but I saw that my Asterisk does not support Jabber. Also I have nowhere a module res_jabber.so... So I thought I'd rebuild my Asterisk. In menuselect I saw that res_jabber was dependent of 'iksemel' and 'gnutls'. In my yum repositories I can find a gnutls.i386, but what is this iksemel-beast ??? There is info to find via google on the configuration of jabber.conf and the integration of jabber & asterisk. But I can not find info on how to build jabber-support with Asterisk....
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 documentation. Problem is, I can't seem to find such a package for c...
2013 May 05
0
11.4.-rc1: new segfault in iksemel ??
I rebooted our server Fedora 17 today, and now asterisk won't start; asterisk[1063]: segfault at 0 ip 00007f117aee122d sp 00007fffbc398990 error 4 in libiksemel.so.3.1.1[7f117aed8000+d000] iksemel is required for motif and xmpp. I downloaded the iksemel source and rebuilt. No luck. Any help really appreciated. sean
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 (dependencies not met). How can i register gtalk with asterisk. If you can prov...
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. What you'll need on your system : - OpenSSL installed (tested version...
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 asterisk]# make install [root at asterisk asterisk]# ls -l /u...
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,...
2009 Sep 03
3
GTalk functionality Asterisk
Hello Previous context :- After Looking up sip and IAX2 that require configuration at router level which may cause some problems like connection break etc... so i left them ......... and start wondering if there is some thing that dont require configuration at router layer. The task to accomplish to make and recieve calls from outside local network using any protocol whose soft phones are
2010 Nov 30
2
Error loading module 'chan_gtalk.so': libiksemel.so.3: cannot open shared object file: No such file or directory
...an_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 1 16:10:05] WARNING[2931]: loader.c:839 load_resource: Module 'chan_gtalk.so' could not be loaded. I got pass the module compilation after installing iksemel from tar ( http://code.google.com/p/iksemel/). Menuselect show...
2010 Nov 22
2
URGENT Help needed
Hello, We tried to upgrade our Asterisk from 1.6.2.13 to 1.6.2.14, after trying to install iksemel (jabber support) and spandsp, but now Asterisk doesn't work anymore and we can't get it to run, althorugh we tried to remove it completely and reinstall 1.6.2.13. when trying to start it via /etc/init.d/asterisk start we get the following error: Asterisk died with code 1. Automaticall...
2020 May 04
1
Asterisk and CentOS 8
Hello George, Hope this finds you well! I wonder if there has been any progress on this matter? I've been working to have Asterisk running on CentOS 8 and our jump from CentOS 6 to 8 doesn't look too bad.... The missing packages found are: gmime-devel, iksemel-devel, corosynclib-devel, libresample-devel, hoard and python-devel. Python-devel could be replaced by python2-devel or python3-devel (python36-devel), but I am not sure if there is any python incompatibility... gmime-devel, iksemel-devel and hoard seems of no use (and they were already missing for...
2011 Jul 18
1
chan_gtalk load error
...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 root root 281994 Jul 18 16:14 /usr/local/lib/libiksemel.a -rwxr-xr-x 1 root root 822 Jul 18 16:14 /usr/local/lib/libiksemel.la lrwxrwxrwx 1 root root 19 Jul 18 16:14 /usr/local/lib/libiksemel.so -> libiksemel.so.3.1.1 lrwxrwxrwx 1 root...
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 file? I can't find any issues: jabber.conf: [general] d...
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 some hours of activity. What's the best solution regarding flexibility and stability and real-time exploitation ? I...
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....
2009 Mar 05
0
It took some time...
....6-82.2.x86_64.rpm /srv/distro/repo/network:/telephony:/asterisk/openSUSE_11.1/x86_64/asterisk16-addons-1.6.0-38.3.x86_64.rpm /srv/distro/repo/network:/telephony:/asterisk/openSUSE_11.1/x86_64/asterisk16-alsa-1.6.0.6-82.2.x86_64.rpm /srv/distro/repo/network:/telephony:/asterisk/openSUSE_11.1/x86_64/iksemel-1.3-8.2.x86_64.rpm /srv/distro/repo/network:/telephony:/asterisk/openSUSE_11.1/x86_64/dahdi-linux-kmp-trace-2.1.0.4_2.6.27.19_3.2-15.3.x86_64.rpm /srv/distro/repo/network:/telephony:/asterisk/openSUSE_11.1/x86_64/zaptel-debuginfo-1.4.12.1-32.2.x86_64.rpm /srv/distro/repo/network:/telephony:/asteris...
2010 Jun 01
1
Definite app_jack trouble - unsolvable
...is: Linux Debian Lenny Kernel: 2.6.30.4 PREEMPT (self-built) JACKd: jackd version 0.119.0 tmpdir /tmp protocol 24 (self-built from source repository) Asterisk: 1.6.2.8-rc1 built from source-tarball Just today I installed libjingle 0.4.0, the latest I could find from code.google.com, as well as iksemel from source-tarball. Just to be on the safe site I tried building libilbc from source, but found no suitable source for that. So I just used the contrib/scripts/get_ilbc_something.sh from asterisk. I also checked my soundcard and microphone, they work perfectly. As stated inan earlier ma...
2019 Oct 17
2
Asterisk and CentOS 8
At the current time, we do not recommend attempting to build Asterisk on CentOS 8. Many packages Asterisk uses are not yet available and would require building from their sources. The Asterisk packages are also not available in the EPEL 8 or CentOS 8 repositories yet for the same reason. We'll update you when we think it's safe. -- *George Joseph* Digium - A Sangoma Company |
2020 Feb 21
2
pjsip startup errors when using "with-ssl" configure option
...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 to build Asterisk: ./configure --with-crypto --with-srtp --with-ssl make menuselect.makeopts menuselect/menuselect --enable DONT_OPTIMIZE --enable BETTER_BACKTRACES --enable MALLOC_DEBUG --disable BUILD_NATIVE --enable app_macro...
2011 Feb 10
2
Gtalk/Jabber Issue
...es="http://www.google.com/session"><pho:call-ended xmlns:pho="http://www.google.com/session/phone">Call cancelled</pho:call-ended></ses:session></iq> bannana*CLI> it doesn't even try to fire the google-in context ? Lastest Version of iksemel Installed, asterisk was rebuild after installed, asterisk sees both jabber/gtalk commands. It just will NOT ring my dialplan. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110210/08...