Re: [asterisk-users] Problem with (asterisk1.8-iksemel1.4-GoogleVoice)

2011-08-06 Thread neo haux
Hi Asterisk lovers,

Thank you very much Warren and  Tzafrir ! I resolved the issu by
installing openssl-dev.



Date: Tue, 2 Aug 2011 15:40:17 -0500
From: Warren Selby wcse...@selbytech.com
Subject: Re: [asterisk-users] Problem with
   (asterisk1.8-iksemel1.4-GoogleVoice)
To: Asterisk Users Mailing List - Non-Commercial Discussion
   asterisk-users@lists.digium.com
Message-ID: 7648899e-b872-4d34-91a0-e67c73061...@selbytech.com
Content-Type: text/plain;   charset=utf-8

Install OpenSSL-devel (or whatever the equivalent ubuntu package is
called) and then recompile / reinstall and test it again.

Thanks,
--Warren Selby, dCAP

On Aug 2, 2011, at 12:06 PM, neo haux neo.h...@gmx.com wrote:

 Hi,

 I?ve compiled asterisk-1.8.5.0   on my Debian based distro (Pinguy)
 I also compiled iksemel (v1.4) with the option 2./configure
 --with-libgnutls-prefix=/usr
 As explained in this link (to avoid compilation error )
 http://code.google.com/p/iksemel/issues/detail?id=29#c3

 I configured jabber.conf and gtalk.conf as explained in
 wiki.asterisk.org, but I have this error when starting :
 asterisk -c

--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[asterisk-users] Problem with (asterisk1.8-iksemel1.4-GoogleVoice)

2011-08-02 Thread neo haux
Hi,

I´ve compiled asterisk-1.8.5.0   on my Debian based distro (Pinguy)
I also compiled iksemel (v1.4) with the option 2./configure
--with-libgnutls-prefix=/usr
As explained in this link (to avoid compilation error )
http://code.google.com/p/iksemel/issues/detail?id=29#c3

I configured jabber.conf and gtalk.conf as explained in
wiki.asterisk.org, but I have this error when starting :
asterisk -c
...
...
JABBER: asterisk INCOMING: stream:stream from=gmail.com
id=57A17D99ADBC6814 version=1.0
xmlns:stream=http://etherx.jabber.org/streams;
xmlns=jabber:clientstream:featuresstarttls
xmlns=urn:ietf:params:xml:ns:xmpp-tlsrequired//starttlsmechanisms
xmlns=urn:ietf:params:xml:ns:xmpp-saslmechanismX-GOOGLE-TOKEN/mechanismmechanismX-OAUTH2/mechanism/mechanisms/stream:features
[Aug  2 12:57:40] ERROR[31479]: res_jabber.c:1610 aji_act_hook:
OpenSSL not installed. You need to install OpenSSL on this system, or
disable the TLS option in your configuration file
[Aug  2 12:57:40] WARNING[31479]: res_jabber.c:1391 aji_recv: Parsing
failure: Hook returned an error.
[Aug  2 12:57:40] WARNING[31479]: res_jabber.c:2742 aji_recv_loop:
JABBER: Got hook event.
[Aug  2 12:57:56] WARNING[31479]: res_jabber.c:2753 aji_recv_loop:
JABBER: socket read error


But I have already openssl :
root@mohamed-desktop:/usr/src# dpkg -l |grep -i openssl
ii  libcurl3           7.21.0-1ubuntu1.1
Multi-protocol file transfer library (OpenSSL)
ii  libxmlsec1-openss  1.2.14-1+squeeze1build0.10.10.1       Openssl
engine for the XML security library
ii  openssl            0.9.8o-1ubuntu4.4                     Secure
Socket Layer (SSL) binary and related cryptographic tools
ii  python-op          0.10-1                                Python
wrapper around the OpenSSL library
ii  ssl-cert           1.0.26                                simple
debconf wrapper for OpenSSL


Have you any idea where is the problem ?
NB: I didn´t have that problem with asterisk 1.6

Thx

--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Problem with (asterisk1.8-iksemel1.4-GoogleVoice)

2011-08-02 Thread Warren Selby
Install OpenSSL-devel (or whatever the equivalent ubuntu package is called) and 
then recompile / reinstall and test it again. 

Thanks,
--Warren Selby, dCAP

On Aug 2, 2011, at 12:06 PM, neo haux neo.h...@gmx.com wrote:

 Hi,
 
 I´ve compiled asterisk-1.8.5.0   on my Debian based distro (Pinguy)
 I also compiled iksemel (v1.4) with the option 2./configure
 --with-libgnutls-prefix=/usr
 As explained in this link (to avoid compilation error )
 http://code.google.com/p/iksemel/issues/detail?id=29#c3
 
 I configured jabber.conf and gtalk.conf as explained in
 wiki.asterisk.org, but I have this error when starting :
 asterisk -c
 ...
 ...
 JABBER: asterisk INCOMING: stream:stream from=gmail.com
 id=57A17D99ADBC6814 version=1.0
 xmlns:stream=http://etherx.jabber.org/streams;
 xmlns=jabber:clientstream:featuresstarttls
 xmlns=urn:ietf:params:xml:ns:xmpp-tlsrequired//starttlsmechanisms
 xmlns=urn:ietf:params:xml:ns:xmpp-saslmechanismX-GOOGLE-TOKEN/mechanismmechanismX-OAUTH2/mechanism/mechanisms/stream:features
 [Aug  2 12:57:40] ERROR[31479]: res_jabber.c:1610 aji_act_hook:
 OpenSSL not installed. You need to install OpenSSL on this system, or
 disable the TLS option in your configuration file
 [Aug  2 12:57:40] WARNING[31479]: res_jabber.c:1391 aji_recv: Parsing
 failure: Hook returned an error.
 [Aug  2 12:57:40] WARNING[31479]: res_jabber.c:2742 aji_recv_loop:
 JABBER: Got hook event.
 [Aug  2 12:57:56] WARNING[31479]: res_jabber.c:2753 aji_recv_loop:
 JABBER: socket read error
 
 
 But I have already openssl :
 root@mohamed-desktop:/usr/src# dpkg -l |grep -i openssl
 ii  libcurl3   7.21.0-1ubuntu1.1
 Multi-protocol file transfer library (OpenSSL)
 ii  libxmlsec1-openss  1.2.14-1+squeeze1build0.10.10.1   Openssl
 engine for the XML security library
 ii  openssl0.9.8o-1ubuntu4.4 Secure
 Socket Layer (SSL) binary and related cryptographic tools
 ii  python-op  0.10-1Python
 wrapper around the OpenSSL library
 ii  ssl-cert   1.0.26simple
 debconf wrapper for OpenSSL
 
 
 Have you any idea where is the problem ?
 NB: I didn´t have that problem with asterisk 1.6
 
 Thx
 
 --
 _
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --
 New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello
 
 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] Problem with (asterisk1.8-iksemel1.4-GoogleVoice)

2011-08-02 Thread Tzafrir Cohen
On Tue, Aug 02, 2011 at 03:40:17PM -0500, Warren Selby wrote:
 Install OpenSSL-devel (or whatever the equivalent ubuntu package is called)

libssl-dev

 and then recompile / reinstall and test it again.

-- 
   Tzafrir Cohen
icq#16849755  jabber:tzafrir.co...@xorcom.com
+972-50-7952406   mailto:tzafrir.co...@xorcom.com
http://www.xorcom.com  iax:gu...@local.xorcom.com/tzafrir

--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users