]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Make outbound Google Voice calls.
authorDavid Vossel <dvossel@digium.com>
Fri, 8 Oct 2010 20:44:59 +0000 (20:44 +0000)
committerDavid Vossel <dvossel@digium.com>
Fri, 8 Oct 2010 20:44:59 +0000 (20:44 +0000)
commit6412f8d665fd0166d87aecf67d23d65893a56912
treea02495cfbc3f1deb78aa549d2e35675ee23b3f57
parent6f18d825b2ddc6c462a70c730b56f7debdb01a01
Make outbound Google Voice calls.

This patch allows for outbound Google Voice calls to be
dialed from Asterisk using chan_gtalk. Below is an example
dialstring.

exten -> blah,1,Dial(Gtalk/asterisk/+15552225555@voice.google.com,,)

In this example, 'asterisk' is the jabber.conf profile configured
to connect to your gmail account. In order to receive Google Voice
calls make sure to enable 'allowguest=yes' in gtalk.conf.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@290973 65c4cc65-6c06-0410-ace0-fbb531ad65f3
channels/chan_gtalk.c