bar top left
bar top right
left curve
right curve
Welcome, Guest
Go to bottom
Post Reply
Post New Topic
Page: 1
TOPIC: gtalk & asterisk
#55174
gtalk & asterisk 1 Year, 7 Months ago Karma: 0
i do everything i could to have gtalk on my asterisk but i got error message:
i follow the www.voip-info.org/wiki/view/Asterisk+Google+Talk without success

[Jul 2 12:47:19] WARNING[13325]: res_jabber.c:1573 aji_recv_loop: JABBER: socket read error

JABBER: asterisk OUTGOING: <?xml version='1.0'?><stream:stream xmlns:stream='etherx.jabber.org/streams' xmlns='jabber:client' to='gmail.com' version='1.0'>

JABBER: asterisk INCOMING: <stream:stream from="gmail.com" id="C7CD072426BC0CA3" version="1.0" xmlns:stream="etherx.jabber.org/streams" xmlns="jabber:client">

[Jul 2 12:47:19] ERROR[13325]: res_jabber.c:515 aji_act_hook: gnuTLS not installed. You need to recompile the Iksemel library with gnuTLS support

PLEASE HELP ME TO HAVE IT UP AND RUNING
Enter code here   
Please note: although no board code and smiley buttons are shown, they are still usable.
cameron
Fresh Boarder
Posts: 6
graphgraph
User Offline Click here to see the profile of this user
Reply Quote
 
#60785
Re:gtalk & asterisk 1 Year, 4 Months ago Karma: 0
Hello ppl,

is there a way to make elastix 2 work with gtalk and openfire

there no module res_jabber.so in asterisk...

can somebody please explain why its not there.

all post related with jabber and gtalk doesnt get reply...

atlease let ppl know what the problem....
Enter code here   
Please note: although no board code and smiley buttons are shown, they are still usable.
azido
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
Reply Quote
 
#60786
Re:gtalk & asterisk 1 Year, 4 Months ago Karma: 104
Hi azido, wellcome to the Elastix forum!

res_jabber.so is not compiled by default, you need to run 'make menuselect' before compilation and manually select it.

Here is a link that might help you:

michigantelephone.wordpress.com/2010/09/...terisk-installation/

You need to download the Asterisk srpm from Elastix, make sure it is the exact version you are running, make menuselect to select that channel driver and compile it.

Well, actually you can also download the sources from Digium and compile, but then you will not have all Elastix's specific patches, but they might not be needed by you, most of them just add some hardware support.

You can try to compile it in a different machine, and then try to copy res_jabber.so to your modules directory, this might also work, but I'm not sure.
Enter code here   
Please note: although no board code and smiley buttons are shown, they are still usable.
ramoncio
Gold Boarder
Posts: 1674
graphgraph
User Offline Click here to see the profile of this user
Reply Quote
 
#60793
Re:gtalk & asterisk 1 Year, 4 Months ago Karma: 0
Thx a lot ramoncio

im testing it on my VM.
Enter code here   
Please note: although no board code and smiley buttons are shown, they are still usable.
azido
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
Reply Quote
 
#60859
Re:gtalk & asterisk 1 Year, 4 Months ago Karma: 0
Sorry for creating a new post it was a mistake

that how i have managed to enable both module.

Maybe i have miss something let me know if you having trouble

Install the following packages

Code:

yum install libtool libxml2-devel libxml2 gnutls-devel gnutls-utils


Download iksemel-1.4

Code:

wget http://iksemel.googlecode.com/files/iksemel-1.4.tar.gz
tar -xvf iksemel-1.4.tar.gz 
cd iksemel-1.4
./configure --prefix=/usr  --with-libgnutls-prefix=/usr --with-gnu-ld
make
make check
make install



Download asterisk-1.6.2.10-1.src.rpm

Code:

cd /tmp
wget http://repo.elastix.org/elastix/2/updates/SRPMS/asterisk-1.6.2.10-1.src.rpm 

useradd palosanto
chown -R palosanto /usr/src/redhat/
cp asterisk-1.6.2.10-1.src.rpm /home/palosanto/
su - palosanto
rpm -ivh asterisk-1.6.2.10-1.src.rpm
exit
cd /usr/src/redhat/SOURCES
tar -xvf asterisk-1.6.2.10.tar.gz
cd asterisk-1.6.2.10
./configure
make menuselect


select res_jabber & chan_gtalk

Code:

asterisk -rx "stop now"
amportal stop

make 
make install

amportal start

asterisk -rx "module show" | grep -E "res_jabber.so|chan_gtalk.so"



I have uploaded the two module test it and let me know.

Link: Links hidden for unregistered users. Login or register Here
Enter code here   
Please note: although no board code and smiley buttons are shown, they are still usable.
azido
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
Last Edit: 2010/09/24 10:07 By azido.
Reply Quote
 
Go to top
Post Reply
Post New Topic
Page: 1
Moderators: Bob, jgutierrez