Merged revisions 290973 via svnmerge from
authorDavid Vossel <dvossel@digium.com>
Fri, 8 Oct 2010 20:45:49 +0000 (20:45 +0000)
committerDavid Vossel <dvossel@digium.com>
Fri, 8 Oct 2010 20:45:49 +0000 (20:45 +0000)
commitd1b1c17da860528cd216a244f805607cfb66e0bc
tree668489fc5c80e0eccd7b31944f08d8e9cb381a0c
parent89c3bd4d1301d42241438e9d4705156005b79ec4
Merged revisions 290973 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r290973 | dvossel | 2010-10-08 15:44:59 -0500 (Fri, 08 Oct 2010) | 12 lines

  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/trunk@290974 65c4cc65-6c06-0410-ace0-fbb531ad65f3
channels/chan_gtalk.c