Displaying 20 results from an estimated 400 matches similar to: "google voice + asterisk: calls made to GV# processed but weird"
2010 Nov 30
2
Error loading module 'chan_gtalk.so': libiksemel.so.3: cannot open shared object file: No such file or directory
Hello,
Can't get chan_gtalk.so module to load, neither res_jabber.so:
Asterisk*CLI> module load chan_gtalk.so
Unable to load module chan_gtalk.so
Command 'module load chan_gtalk.so ' failed.
[Dec 1 16:10:05] WARNING[2931]: loader.c:387 load_dynamic_module: Error
loading module 'chan_gtalk.so': libiksemel.so.3: cannot open shared object
file: No such file or directory
[Dec
2007 Mar 07
0
gtalk2voip and Asteris
What kinds of problems were you having? I'm on 1.4.0 and chan_gtalk.so
simply doesn't load. Of the 146 files in the /usr/lib/asterisk/modules/
directory, asterisk loads 144 of them, omitting only chan_gtalk.so and
res_jabber.so.
Connected to Asterisk 1.4.1 currently running on monkey (pid = 9371)
Verbosity is at least 3
foo*CLI> module load chan_gtalk.so
[Mar 7 10:23:07]
2011 Nov 28
1
centos asterisk 1.8 rpms: chan_gtalk and res_jabber missing?
Hi All,
While I'm certainly comfortable compiling from sources, I'm trying to do an
rpm only asterisk install on CentOS 5.7. I'm using the asterisk
repositories and I installed all the asterisk18 rpms, but find that
chan_gtalk and res_jabber are missing.
Is there a separate rpm that includes support for gtalk?
Thanks in advance.
-Gaurav
-------------- next part --------------
An
2008 Feb 29
1
Gtalk with asterisk
Hi,
I have been working with Asterisk for the ivr functionalities in the past. I am interested to implement the Jabber - Gtalk in asterisk.
For which i installed the iksemel but this didnt help me out. I couldnt find the res_jabber.so file any where in the asterisk source directory. Still when i run the command "make menuselect" the channel driver "chan_gtalk" shows xxx
2011 Jul 18
1
chan_gtalk load error
Hi,
When starting Asterisk (1.8.5.0) I see in messages:
[Jul 18 15:47:50] WARNING[15491] loader.c: Error loading module 'chan_gtalk.so': /usr/lib/asterisk/modules/chan_gtalk.so: undefined symbol: ast_aji_get_client
[Jul 18 15:47:50] WARNING[15491] loader.c: Module 'chan_gtalk.so' could not be loaded.
Yet I do have iksemel installed:
ls -l /usr/local/lib/libik*
-rw-r--r-- 1
2012 Nov 02
3
Outgoing Google Motif Calls connect but continue ringing on outgoing side
I upgraded from Asterisk 10 to 11 and switched from gtalk.conf and
jabber.conf to use motif.conf and xmpp.conf.
I disabled gtalk and jabber from loading in modules.conf
noload => res_jabber.so
noload => chan_gtalk.so
After copying my settings to the new conf files and restarting Asterisk
I had no errors, but making outgoing calls from clients just kept
ringing even though the other side
2011 Feb 10
2
Gtalk/Jabber Issue
OK, im pulling my hair out, everything looks configured right, deleted, and
started over, etc, etc. but can't seem to get this to work
Gtalk.conf
[general]
context=google-in
allowguest=yes
bindaddr=192.168.xxx.xxx
extenip=96.254.xxx.xxx
[guest]
context=google-in
disallow=all
allow=ulaw
allow=g729
connection=jp_jabber
jabber.conf
[general]
debug=yes
2012 Sep 25
2
undefined symbols
Hi,
I compiled Asterisk 10.7.0 with gcc-4.5.3 and at runtime I'm getting these warnings:
loader.c: Error loading module 'chan_dahdi.so': /usr/lib/asterisk/modules/chan_dahdi.so: undefined symbol: ast_smdi_interface_unref
loader.c: Error loading module 'app_stack.so': /usr/lib/asterisk/modules/app_stack.so: undefined symbol: ast_agi_unregister
loader.c: Error loading module
2006 Nov 07
1
[resolved] asterisk 1,4 and google talk
hi,
it turns out that the iksemel library (which i installed using an rpm) was
returning 0 when the function iks_has_tls() was called. it should return 1
otherwise res_jabber.o thinks gnuTLS is not installed. i confirmed this by
running a test program i wrote, that calls iks_has_tls . it returned 0.
i downloaded iksemel source, compiled it and now the test program returned
1.
now,
2007 Jun 18
0
res_jabber over OpenSSL ready for testing
Hi everybody,
I'd like to have the feedback from the community regarding this patch
: http://bugs.digium.com/view.php?id=9972
res_jabber currently relies on the iksemel API to handle TLS
connections, which assumes GnuTLS to be installed on the system. The
basic idea of the proposed modifications is to bypass iksemel's API
when sending/receiving TLS secured data and use OpenSSL instead.
2009 Sep 03
3
GTalk functionality Asterisk
Hello
Previous context :- After Looking up sip and IAX2 that require
configuration at router level which may cause some problems like connection
break etc... so i left them ......... and start wondering if there is some
thing that dont require configuration at router layer. The task to
accomplish to make and recieve calls from outside local network using any
protocol whose soft phones are
2007 Jul 19
2
Gtalk/Jabber connect issues in 1.4.8
I've included my jabber.conf below. I'm betting the following errors:
[Jul 18 21:05:22] ERROR[28166]: res_jabber.c:609 aji_act_hook: JABBER:
Node Error
[Jul 18 21:05:22] WARNING[28166]: res_jabber.c:1537 aji_recv_loop:
JABBER: Got hook event.
jabber test
[Jul 18 21:04:16] WARNING[32691]: res_jabber.c:1421 ast_aji_send:
JABBER: Not connected can't send
User: bferrell at gtalk.com
2011 Apr 16
5
Google Voice receiving call problem
Hello,
I have a Google Voice phone number and want to connect it to my asterisk box
to have calls handled to my SIP account.
When I call the number I receive the correct INCOMING request on Jabber
portion of asterisk, but the call is not connected to the gtalk part.
JABBER: asterisk INCOMING: <iq from="+
17174695631 at voice.google.com/srvres-MTAuMTc2LjEwOC4xNjo5ODQ4" to="
2009 Nov 25
0
asterisk + res_config_ldap = asterisk.core
Greetings.
Attempting to connect Asterisk to LDAP database using res_config_ldap
module. While trying to register sip client (Ekiga softphone),
according to slapd.log, asterisk connects to LDAP server, asks for
some attributes to modify (they do exist, and asterisk user has all
permissions to do that,
etc). And then asterisk application just crashes.
Without ldap (using just static users'
2007 Feb 03
2
Google Talk without gmail accout?
Hello all,
I am having trouble getting gtalk to work with my account which is not
using a gmail.com email address. When I do this there an error from the
Jabber module:
[Feb 3 20:51:17] ERROR[6286]: res_jabber.c:573 aji_act_hook: JABBER:
Node Error
[Feb 3 20:51:17] WARNING[6286]: res_jabber.c:1495 aji_recv_loop:
JABBER: Got hook event.
JABBER: gtalk_account INCOMING:
2009 Jun 24
2
Asterisk + Jabber
I want to use JabberSend in my dialplan, but I saw that my Asterisk does
not support Jabber.
Also I have nowhere a module res_jabber.so...
So I thought I'd rebuild my Asterisk. In menuselect I saw that
res_jabber was dependent of 'iksemel' and 'gnutls'.
In my yum repositories I can find a gnutls.i386, but what is this
iksemel-beast ???
There is info to find via google on
2014 Oct 20
0
AST-2014-011: Asterisk Susceptibility to POODLE Vulnerability
Asterisk Project Security Advisory - AST-2014-011
Product Asterisk
Summary Asterisk Susceptibility to POODLE Vulnerability
Nature of Advisory Unauthorized Data Disclosure
Susceptibility Remote Unauthenticated Sessions
Severity Medium
2014 Oct 20
0
AST-2014-011: Asterisk Susceptibility to POODLE Vulnerability
Asterisk Project Security Advisory - AST-2014-011
Product Asterisk
Summary Asterisk Susceptibility to POODLE Vulnerability
Nature of Advisory Unauthorized Data Disclosure
Susceptibility Remote Unauthenticated Sessions
Severity Medium
2009 Jan 29
2
GTalk Channel
Hello all,
It used to work on calling my GTalk ID from another GTalk user. But
now that I tried calling it again, the caller hears only a ringtone
and disconnected after a few rings. The messages on my
Asterisk-1.4.21.2 are the following:
[Jan 29 10:37:51] ERROR[1303]: rtp.c:1945 ast_rtp_new_with_bindaddr:
Unexpected bind error: Cannot assign requested address
[Jan 29 10:37:51] WARNING[1303]:
2006 Oct 17
1
One way audio on chan_gtalk
Hi!
I?m trying with 1.4b2, chan_jabber and
chan_gtalk. Jabber client register fine on
talk.google.com, and when I start a call from
gtalk to asterisk, I can see the incoming call
and I see that asterisk play prompts (ie: demo
and thank-you), but i can?t hear audio. If I
redirect incoming call to a sip client, at sip I
can hear but I can't in google talk.
Asterisk is at public no