View previous topic :: View next topic |
Author |
Message |
testeador01 at gmail.com Guest
|
Posted: Thu Jan 15, 2009 2:25 pm Post subject: [Freeswitch-users] Problem connecting with gtalk |
|
|
Hello,
I'm running fs 1.0.2 on CentOS 5.2
I've been trying to setup my fs to talk with googletalk following the instructions in http://wiki.freeswitch.org/wiki/Mod_dingaling#Sample_Configuration
I got the error of TLS not supported so i:
INSTALLED:
yum install gnutls-devel gnutls
REMOVED:
rm -f /usr/src/freeswitch-1.0.2/libs/iksemel/.complete
rm -f /usr/src/freeswitch-1.0.2/libs/libdingaling/.complete
RE-INSTALLED
cd /usr/src/freeswitch-1.0.2/
make sure
make installall
Even after this i keep getting the same error on the console.
This is the error:
Quote: | 2009-01-15 14:06:02 [INFO] libdingaling.c:1304 on_log() RECV:
-------------------------------------------------------------------------------<stream:stream from="gmail.com" id="E607DA864F13575A" version="1.0" xmlns:stream="http://etherx.jabber.org/streams" xmlns="jabber:client"></stream:stream>
2009-01-15 14:06:02 [DEBUG] libdingaling.c:1175 on_stream() TLS NOT SUPPORTED IN THIS BUILD!2009-01-15 14:06:02 [INFO] libdingaling.c:1304 on_log() RECV:-------------------------------------------------------------------------------
<stream:features> <starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"> <required></required> </starttls> <mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl">
<mechanism>X-GOOGLE-TOKEN</mechanism> </mechanisms></stream:features> |
and now when i *shutdown* my fs, the core gets dumped when trying to stop mod_dingaling:
2009-01-15 14:14:21 [CONSOLE] switch_loadable_module.c:1231 do_shutdown() Stopping: mod_dingaling
Segmentation fault
Thank you for any help or suggestions you can give me. |
|
Back to top |
|
|
brian at freeswitch.org Guest
|
Posted: Thu Jan 15, 2009 2:28 pm Post subject: [Freeswitch-users] Problem connecting with gtalk |
|
|
install gnutls and dev packages and reconfigure/recompile
/b
On Jan 15, 2009, at 1:21 PM, Milena wrote:
Quote: | Hello,
I'm running fs 1.0.2 on CentOS 5.2
I've been trying to setup my fs to talk with googletalk following the instructions in http://wiki.freeswitch.org/wiki/Mod_dingaling#Sample_Configuration
I got the error of TLS not supported so i:
INSTALLED:
yum install gnutls-devel gnutls
REMOVED:
rm -f /usr/src/freeswitch-1.0.2/libs/iksemel/.complete
rm -f /usr/src/freeswitch-1.0.2/libs/libdingaling/.complete
RE-INSTALLED
cd /usr/src/freeswitch-1.0.2/
make sure
make installall
Even after this i keep getting the same error on the console.
This is the error:
Quote: | 2009-01-15 14:06:02 [INFO] libdingaling.c:1304 on_log() RECV:
-------------------------------------------------------------------------------<stream:stream from="gmail.com" id="E607DA864F13575A" version="1.0" xmlns:stream="http://etherx.jabber.org/streams" xmlns="[url=jabber:client]jabber:client[/url]"></stream:stream>
2009-01-15 14:06:02 [DEBUG] libdingaling.c:1175 on_stream() TLS NOT SUPPORTED IN THIS BUILD!2009-01-15 14:06:02 [INFO] libdingaling.c:1304 on_log() RECV:-------------------------------------------------------------------------------
<stream:features> <starttls xmlns="[url=urn:ietf:params:xml:ns:xmpp-tls]urn:ietf:params:xml:ns:xmpp-tls[/url]"> <required></required> </starttls> <mechanisms xmlns="[url=urn:ietf:params:xml:ns:xmpp-sasl]urn:ietf:params:xml:ns:xmpp-sasl[/url]">
<mechanism>X-GOOGLE-TOKEN</mechanism> </mechanisms></stream:features> |
and now when i *shutdown* my fs, the core gets dumped when trying to stop mod_dingaling:
2009-01-15 14:14:21 [CONSOLE] switch_loadable_module.c:1231 do_shutdown() Stopping: mod_dingaling
Segmentation fault
Thank you for any help or suggestions you can give me.
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (Freeswitch-users@lists.freeswitch.org)
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
|
|
|
Back to top |
|
|
testeador01 at gmail.com Guest
|
Posted: Thu Jan 15, 2009 2:45 pm Post subject: [Freeswitch-users] Problem connecting with gtalk |
|
|
Hello,
Isn't that what I did?
if not, what is the right way to "install gnutls and dev packages and reconfigure/recompile"
thank you |
|
Back to top |
|
|
brian at freeswitch.org Guest
|
|
Back to top |
|
|
testeador01 at gmail.com Guest
|
Posted: Thu Jan 15, 2009 3:13 pm Post subject: [Freeswitch-users] Problem connecting with gtalk |
|
|
Oops, it took me a little while to realize what you meant and why make alone wouldn't work, thank you very much sir, it all works fine now.
2009/1/15 Milena <testeador01@gmail.com (testeador01@gmail.com)>
Quote: | Hello,
Isn't that what I did?
if not, what is the right way to "install gnutls and dev packages and reconfigure/recompile"
thank you
|
|
|
Back to top |
|
|
|