[Freeswitch-users] mod_dingaling error
Anthony Minessale
anthmct at yahoo.com
Thu Mar 8 07:25:56 PST 2007
The iksemel library that we use in libdingaling needs to have
GNUtls pre-installed to work properly
Follow these steps for unix
1) Install the gnutls package for your OS.
2) go to the freeswitch build root
3) execute..$rm -f libs/iksemel/.complete
4) execute..$make sure
For windows see the other thread going around today.
Anthony Minessale II
FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/
AIM: anthm
MSN:anthony_minessale at hotmail.com
JABBER:anthony.minessale at gmail.com
IRC: irc.freenode.net #freeswitch
FreeSWITCH Developer Conference
sip:888 at conference.freeswitch.org
iax:guest at conference.freeswitch.org/888
googletalk:conf+888 at conference.freeswitch.org
pstn:213-799-1400
----- Original Message ----
From: Kieran O'Loughlin <kieran at alumni.virginia.edu>
To: freeswitch-users at lists.freeswitch.org
Sent: Thursday, March 8, 2007 5:09:13 AM
Subject: [Freeswitch-users] mod_dingaling error
Hey all,
I've been trying to get the gtalk connectivity working for a while now. I've been having problems that I think are related to NAT issues. The signaling piece of the call was working, but the media piece wouldn't go through.
In any case I decided to try the install on a friend's machine that has a public IP and is not behind NAT. His is a debian box with a 2.4 kernel. I used exactly the same dingaling.conf.xml file as on my own installation (which is registering just fine on my box). When I start up freeswitch it's not registering with gtalk. There error appears to be related to TLS not being supported. However I have exactly the same version of freeswitch running on my own box and it uses TSL quite happily.
Here is the error I'm getting:
freeswitch at spock> SEND[<?xml version='1.0'?><stream:stream xmlns:stream='http://etherx.jabber.org/streams
' xmlns='jabber:client' to='gmail.com' version='1.0'>]
RECV[<?xml version="1.0" encoding="UTF-8"?><stream:stream from="
gmail.com" id="CEE35FAE16C190D5" version="1.0" xmlns:stream="http://etherx.jabber.org/streams" xmlns="jabber:client"><stream:features><starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"><required/></starttls><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>X-GOOGLE-TOKEN</mechanism></mechanisms></stream:features>]
2007-03-08 12:18:16 [DEBUG] libdingaling.c:1096 on_stream() TLS NOT SUPPORTED IN THIS BUILD!
Here is the my dingaling.conf.xml file:
<configuration name="dingaling.conf" description="XMPP Jingle Endpoint">
<settings>
<param name="debug" value="1"/>
<param name="codec-prefs" value="PCMU at 8000"/>
</settings>
<profile type="client">
<param name="name" value="gtalk"/>
<param name="login" value="me at gmail.com/talk"/>
<param name="password" value="password"/>
<param name="dialplan" value="XML"/>
<param name="message" value="Jingle-to-SIP Gateway via Freeswitch"/>
<param name="auto-login" value="true"/>
<param name="auto-reply" value="Press *Call* to call me via FreeSWITCH"/>
<!-- SASL "plain" or "md5" -->
<param name="sasl" value="md5"/>
<!-- if the server where the jabber is hosted is not the same as the one in the jid -->
<param name="server" value="talk.google.com:5222
"/>
<!-- Enable TLS or not -->
<param name="tls" value="true"/>
<!-- disable to trade async for more calls -->
<param name="use-rtp-timer" value="true"/>
<param name="rtp-ip" value="auto"/>
<param name="ext-rtp-ip" value="auto"/>
<!--<param name="ext-rtp-ip" value="auto"/>-->
<!-- default extension (if one cannot be determined) -->
<param name="exten" value="1004j"/>
<!-- VAD choose one -->
<!-- <param name="vad" value="in"/> -->
<!-- <param name="vad" value="out"/> -->
<param name="vad" value="both"/>
</profile>
</configuration>
I suspect it's because there are some libraries that are missing on the debian box when I compiled it. I installed libgnutls-dev and recompilted freeswitch but no joy.
Thanks,
Kieran.
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users at lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
____________________________________________________________________________________
The fish are biting.
Get more visitors on your site using Yahoo! Search Marketing.
http://searchmarketing.yahoo.com/arp/sponsoredsearch_v2.php
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20070308/bccc1530/attachment-0002.html
More information about the FreeSWITCH-users
mailing list