Stephen Reese
2010-Oct-24 22:23 UTC
[asterisk-users] Integrating Asterisk 1.8 with Google Talk and Google Voice
Evening, Has anyone seen a how-to on getting Asterisk to work with Google Talk and Google Voice? Thanks
Paul Belanger
2010-Oct-24 23:06 UTC
[asterisk-users] Integrating Asterisk 1.8 with Google Talk and Google Voice
On Sun, Oct 24, 2010 at 6:23 PM, Stephen Reese <rsreese at gmail.com> wrote:> Has anyone seen a how-to on getting Asterisk to work with Google Talk > and Google Voice? >I wrote one last week: http://blog.polybeacon.com/2010/10/17/asterisk-1-8-and-google-voice/ Also: http://www.davidvossel.com/?p=28 -- Paul Belanger | dCAP Polybeacon | Consultant Jabber: paul.belanger at polybeacon.com | IRC: pabelanger (Freenode) | Blog: http://blog.polybeacon.com | Twitter: http://twitter.com/pabelanger
Stephen Reese
2010-Oct-25 01:24 UTC
[asterisk-users] Integrating Asterisk 1.8 with Google Talk and Google Voice
On Sun, Oct 24, 2010 at 7:06 PM, Paul Belanger <paul.belanger at polybeacon.com> wrote:> On Sun, Oct 24, 2010 at 6:23 PM, Stephen Reese <rsreese at gmail.com> wrote: >> Has anyone seen a how-to on getting Asterisk to work with Google Talk >> and Google Voice? >> > I wrote one last week: > http://blog.polybeacon.com/2010/10/17/asterisk-1-8-and-google-voice/ > > Also: http://www.davidvossel.com/?p=28 >Paul, It seems you were using a beta/SVN release for your example. Do the following two packages need to be installed if using the stable 1.6.0 release before building from source? I ask as I am unable to dial out. $ apt-get install libikesemel-dev $ apt-get install libssl-dev Secondly, do you know if the username/password are sent in clear text to the Google? Thanks, Stephen
Stephen Reese
2010-Oct-25 03:11 UTC
[asterisk-users] Integrating Asterisk 1.8 with Google Talk and Google Voice
On Sun, Oct 24, 2010 at 9:24 PM, Stephen Reese <rsreese at gmail.com> wrote:> On Sun, Oct 24, 2010 at 7:06 PM, Paul Belanger > <paul.belanger at polybeacon.com> wrote: >> On Sun, Oct 24, 2010 at 6:23 PM, Stephen Reese <rsreese at gmail.com> wrote: >>> Has anyone seen a how-to on getting Asterisk to work with Google Talk >>> and Google Voice? >>> >> I wrote one last week: >> http://blog.polybeacon.com/2010/10/17/asterisk-1-8-and-google-voice/ >> >> Also: http://www.davidvossel.com/?p=28 >> > > Paul, > > It seems you were using a beta/SVN release for your example. Do the > following two packages need to be installed if using the stable 1.6.0 > release before building from source? I ask as I am unable to dial out. > > $ apt-get install libikesemel-dev > $ apt-get install libssl-dev > > Secondly, do you know if the username/password are sent in clear text > to the Google? >I installed the two packages previously mentioned but still lack outbound dialing. I enabled debugging and am getting the following messages. I double checked the password and even changed it to one without special characters but still the same results. JABBER: gmail INCOMING: <failure xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><not-authorized/></failure> [Oct 24 23:07:55] ERROR[28785]: res_jabber.c:1693 aji_act_hook: JABBER: encryption failure. possible bad password. JABBER: gmail INCOMING: </stream:stream> [Oct 24 23:07:55] ERROR[28785]: res_jabber.c:1576 aji_act_hook: aji_act_hook was called with out a packet [Oct 24 23:07:55] WARNING[28785]: res_jabber.c:1391 aji_recv: Parsing failure: Hook returned an error. [Oct 24 23:07:55] WARNING[28785]: res_jabber.c:2742 aji_recv_loop: JABBER: Got hook event. [Oct 24 23:07:55] WARNING[28785]: res_jabber.c:2753 aji_recv_loop: JABBER: socket read error
Anthony Messina
2010-Oct-25 04:50 UTC
[asterisk-users] Integrating Asterisk 1.8 with Google Talk and Google Voice
On Sunday, October 24, 2010 05:23:13 pm Stephen Reese wrote:> Evening, > > Has anyone seen a how-to on getting Asterisk to work with Google Talk > and Google Voice? > > ThanksFor Google Voice, I use an ipKall number for the inbound trunk. Here are the relevant sections of my extensions.conf: ; inbound ipKall trunk (to which Google Voice makes the connection) [ipkall] exten => <ipKall-number>,1,GotoIf($["${DB_EXISTS(gv/channel)}" = "1"]?gv) same => n,Goto(default,s,1) same => n(gv),Bridge(${DB_DELETE(gv/channel)}) same => n,AGI(gv/gv.agi,hangup) same => n,Hangup() ; outbound Google Voice initiation [gv-out] exten => _X.,1,AGI(gv/gv.agi,call) same => n,While($["${DB_EXISTS(gv/channel)}" = "1"]) same => n,Wait(0.3) same => n,EndWhile() same => n,Hangup() And the AGI (written in Bash) is here: http://messinet.com/trac/wiki/AsteriskGVGateway http://messinet.com/trac/browser/gv/gv.agi -- Anthony - http://messinet.com - http://messinet.com/~amessina/gallery 8F89 5E72 8DF0 BCF0 10BE 9967 92DC 35DC B001 4A4E -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 198 bytes Desc: This is a digitally signed message part. Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20101024/64c9296b/attachment.pgp
Russell Bryant
2010-Nov-05 01:57 UTC
[asterisk-users] Integrating Asterisk 1.8 with Google Talk and Google Voice
----- Original Message -----> On Sun, Oct 24, 2010 at 6:23 PM, Stephen Reese <rsreese at gmail.com> > wrote: > > Has anyone seen a how-to on getting Asterisk to work with Google > > Talk > > and Google Voice? > > > I wrote one last week: > http://blog.polybeacon.com/2010/10/17/asterisk-1-8-and-google-voice/ > > Also: http://www.davidvossel.com/?p=28Also: https://wiki.asterisk.org/wiki/display/AST/Calling+using+Google -- Russell Bryant Digium, Inc. | Engineering Manager, Open Source Software 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA jabber: rbryant at digium.com -=- skype: russell-bryant www.digium.com -=- www.asterisk.org -=- blogs.asterisk.org