Koozali.org: home of the SME Server

Can I add res_jabber.so ?

Offline PWDasterisk

  • ***
  • 56
  • +0/-0
Re: Can I add res_jabber.so ?
« Reply #15 on: June 16, 2009, 06:35:14 AM »
Sophie -

If you think that error is related to no compile time TLS support then don't connect asterisk to ejabberd using TLS:

in asterisk jabber.conf under the ejabberd context:
usetls=no     ;don't connect using TLS for debugging purposes
usesasl=no   ;use plain text authentication for debugging too

Refer to the documentation for ejabberd and tell it to NOT to connect with TLS and SASL and see what happens.

If that works then follow the wiki instructions for retrieving and compiling iksemel with gnutls or openssl support and then recompile asterisk using the previous procedure making sure you run 'make clean' or 'make distclean' first...

then turn on TLS and SASL one at a time and test... Good Luck
« Last Edit: June 16, 2009, 07:46:31 AM by PWDasterisk »
if at first you don't succeed then keep on reading until you do succeed...

Offline soprom

  • *
  • 589
  • +0/-0
    • www.logiciel-libre.org
Re: Can I add res_jabber.so ?
« Reply #16 on: June 16, 2009, 04:04:37 PM »

My tests were done with:
usetls=no
usesasl=no

Thanks for your help.
Sophie from Montréal

Offline Phunny

  • 1
  • +0/-0
Re: Can I add res_jabber.so ?
« Reply #17 on: July 24, 2011, 10:48:49 PM »
well at least asterisk is still error compatibel until  v 1.8.4.3
like every thing on linux i'm used to need hours to get something working because of such unlogic behaviour :(
i wonder if really nobody got an explain and a solution ?