Chris Gentle
2011-Apr-01 14:33 UTC
[asterisk-users] Can gtalk.conf work with multiple GoogleVoice numbers?
Hello. I would like to configure Asterisk to accept incoming calls from two different GoogleVoice numbers via gtalk and jabber. I'm running Asterisk 1.8.3.2 and I can get one number working just fine. However, I can't figure out how to modify the gtalk.conf file shown on the Asterisk wiki site to work with two different jabber profiles. Do all incoming GoogleVoice calls have to go through the [guest] context in gtalk.conf? If so, it seems that would limit you to working with only one GoogleVoice number. My configs basically match what's at the wiki site here: https://wiki.asterisk.org/wiki/display/AST/Calling+using+Google Any advice would be appreciated. Thanks! -- Chris -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110401/38a81b0c/attachment.htm>
Jamie A. Stapleton
2011-Apr-04 15:25 UTC
[asterisk-users] Can gtalk.conf work with multiple GoogleVoice numbers?
No problem. You just specify ACCOUNTNAME at gmail.com. exten => ACCOUNTNAME at gmail.com,1,Answer() exten => ACCOUNTNAME at gmail.com,n,Wait(2) exten => ACCOUNTNAME at gmail.com,n,SendDTMF(1) exten => ACCOUNTNAME at gmail.com,n,Dial(SIP/devicename) From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Chris Gentle Sent: Friday, April 01, 2011 10:34 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [asterisk-users] Can gtalk.conf work with multiple GoogleVoice numbers? Hello.? I would like to configure Asterisk to accept incoming calls from two different GoogleVoice numbers via gtalk and jabber.? I'm running Asterisk 1.8.3.2 and I can get one number working just fine.? However, I can't figure out how to modify the gtalk.conf file shown on the Asterisk wiki site to work with two different jabber profiles.? Do all incoming GoogleVoice calls have to go through the [guest] context in gtalk.conf?? If so, it seems that would limit you to working with only one GoogleVoice number.? My configs basically match what's at the wiki site here: https://wiki.asterisk.org/wiki/display/AST/Calling+using+Google Any advice would be appreciated.? Thanks! -- Chris
Chris Gentle
2011-Apr-04 15:31 UTC
[asterisk-users] Can gtalk.conf work with multiple GoogleVoice numbers?
On Mon, Apr 4, 2011 at 10:25 AM, Jamie A. Stapleton < jstapleton at computer-business.com> wrote:> No problem. You just specify ACCOUNTNAME at gmail.com. > > exten => ACCOUNTNAME at gmail.com,1,Answer() > exten => ACCOUNTNAME at gmail.com,n,Wait(2) > exten => ACCOUNTNAME at gmail.com,n,SendDTMF(1) > exten => ACCOUNTNAME at gmail.com,n,Dial(SIP/devicename) >Thanks for the reply. I did get it working over the weekend by modifying my jabber.conf to include both of my gmail accounts. Asterisk can now receive incoming calls from both of my googlevoice numbers. My outgoing calls use the context that I specified in gtalk.conf. It works just fine for me. -- Chris -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110404/a4b94c7f/attachment.htm>