my first post! so please be nice to me
i started playing with asterisk less than a month ago, and have been spending a lot of free time on it, since * is really fascinating. and iāve been a lurker on the forum and voip-info.org for 3 weeks now. iāve successfully set up * at home. i use it for outbound/inbound PSTN, 1-800 access and conferencing using meetme.
i read that * 1.4 is compatible with Jabber/Jingle/GTalk and this is really something iād love to use. so i have * 1.4 running now, and finally figured out how to get chan_gtalk.so loaded . iāve configured jabber.conf and gtalk.conf as descibed on voip-info.org (voip-info.org/wiki/view/Asterisk+Google+Talk).
i see these messages on the CLI now, and i havenāt been able to get Asterisk-Gtalk connectivity to work.
*CLI>
[Nov 3 22:17:01] WARNING[30878]: res_jabber.c:1504 aji_recv_loop: JABBER: socket read error
*CLI>
JABBER: gtalk_account OUTGOING: <?xml version='1.0'?><stream:stream xmlns:stream=āhttp://etherx.jabber.org/streamsā xmlns=ājabber:clientā to=āgmail.comā version=ā1.0ā>
*CLI>
JABBER: gtalk_account INCOMING: <?xml version="1.0" encoding="UTF-8"?><stream:stream from=āgmail.comā id=āD428120132AB91B7ā version=ā1.0ā xmlns:stream=āhttp://etherx.jabber.org/streamsā xmlns=ājabber:clientā>
[Nov 3 22:17:01] ERROR[30878]: res_jabber.c:482 aji_act_hook: gnuTLS not installed.
*CLI>
JABBER: gtalk_account INCOMING: stream:featuresX-GOOGLE-TOKEN</stream:features>
*CLI>
*CLI> jabber show connected
Jabber Users and their status:
User: myusername@gmail.com/Talk - Disconnected
Number of users: 1
*CLI> jabber test
Unable to find client āasteriskā!
these messages just keep appearing every 20s. gnuTLS is installed too, so the error message āgnuTLS not installedā does not make sense to me. i checked config.log after running ./configure while building asterisk, and i can see that the check for āgcc -lgnutlsā passed.
[root@linux asterisk]# rpm -qi gnutls
Name : gnutls Relocations: (not relocatable)
Version : 1.0.25 Vendor: Red Hat, Inc.
Release : 2.FC4 Build Date: Fri 10 Feb 2006 02:51:42 PM PST
Install Date: Tue 31 Oct 2006 03:21:16 PM PST Build Host: hs20-bc1-7.build.redhat.com
Group : System Environment/Libraries Source RPM: gnutls-1.0.25-2.FC4.src.rpm
Size : 664600 License: LGPL
Signature : DSA/SHA1, Fri 10 Feb 2006 05:10:47 PM PST, Key ID b44269d04f2a6fd2
Packager : Red Hat, Inc. http://bugzilla.redhat.com/bugzilla
URL : gnutls.org/
Summary : A TLS implementation.
Description :
The GNU TLS library implements TLS. Someone needs to fix this description.
[root@linux asterisk]#
[root@linux asterisk]# ls -la /usr/lib/gnutls
lrwxrwxrwx 1 root root 26 Oct 31 15:21 /usr/lib/libgnutls-extra.so.11 -> libgnutls-extra.so.11.1.25
-rwxr-xr-x 1 root root 163832 Feb 10 2006 /usr/lib/libgnutls-extra.so.11.1.25
lrwxrwxrwx 1 root root 28 Oct 31 15:21 /usr/lib/libgnutls-openssl.so.11 -> libgnutls-openssl.so.11.1.25
-rwxr-xr-x 1 root root 26756 Feb 10 2006 /usr/lib/libgnutls-openssl.so.11.1.25
lrwxrwxrwx 1 root root 20 Oct 31 15:22 /usr/lib/libgnutls.so -> libgnutls.so.11.1.25
lrwxrwxrwx 1 root root 20 Oct 31 15:21 /usr/lib/libgnutls.so.11 -> libgnutls.so.11.1.25
-rwxr-xr-x 1 root root 474012 Feb 10 2006 /usr/lib/libgnutls.so.11.1.25
[root@linux asterisk]#
any suggestions on what i could check next?
btw, i have been googling for asterisk 1.4 + google talk, but surprisingly, not many hits except for the voip-info.org link, and those on bugs.digium.com. i thought more people would be using it.
thanks, and asterisk rocks!
mani