Hi, I am a question to handle incoming goggle voice. I have put several GV accounts into the jabber.conf. How can I direct different accounts to different extensions? Help with example is much appreciate Thanks, CK -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110616/b6427fad/attachment.htm>
exten => account1 at gmail.com,1,Answer() exten => account1 at gmail.com,n,Wait(2) exten => account1 at gmail.com,n,SendDTMF(1) exten => account1 at gmail.com,n,Dial(SIP/device1) exten => account2 at gmail.com,1,Answer() exten => account2 at gmail.com,n,Wait(2) exten => account2 at gmail.com,n,SendDTMF(1) exten => account2 at gmail.com,n,Dial(SIP/device2) ________________________________ From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of asterisk asterisk Sent: Wednesday, June 15, 2011 11:24 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [asterisk-users] Goggle voice incoming dialplan Hi, I am a question to handle incoming goggle voice. I have put several GV accounts into the jabber.conf. How can I direct different accounts to different extensions? Help with example is much appreciate Thanks, CK
Thanks and will try. On Thu, Jun 16, 2011 at 11:28 AM, Jamie A. Stapleton < jstapleton at computer-business.com> wrote:> > exten => account1 at gmail.com,1,Answer() > exten => account1 at gmail.com,n,Wait(2) > exten => account1 at gmail.com,n,SendDTMF(1) > exten => account1 at gmail.com,n,Dial(SIP/device1) > > exten => account2 at gmail.com,1,Answer() > exten => account2 at gmail.com,n,Wait(2) > exten => account2 at gmail.com,n,SendDTMF(1) > exten => account2 at gmail.com,n,Dial(SIP/device2) > > ________________________________ > > From: asterisk-users-bounces at lists.digium.com [mailto: > asterisk-users-bounces at lists.digium.com] On Behalf Of asterisk asterisk > Sent: Wednesday, June 15, 2011 11:24 PM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: [asterisk-users] Goggle voice incoming dialplan > > > Hi, > > I am a question to handle incoming goggle voice. I have put several GV > accounts into the jabber.conf. How can I direct different accounts to > different extensions? > > Help with example is much appreciate > > Thanks, > > CK > > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > New to Asterisk? Join us for a live introductory webinar every Thurs: > http://www.asterisk.org/hello > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110616/488efd28/attachment-0001.htm>
Do anyone know how to receiving incoming call from GV number associated with an non gmail.com account? I have custom domains under google and would like to receiving calls via asterisk. The google chat function is missing in these GV accounts. On Thu, Jun 16, 2011 at 11:30 AM, asterisk asterisk <asterisk at ck-lee.com>wrote:> Thanks and will try. > > > On Thu, Jun 16, 2011 at 11:28 AM, Jamie A. Stapleton < > jstapleton at computer-business.com> wrote: > >> >> exten => account1 at gmail.com,1,Answer() >> exten => account1 at gmail.com,n,Wait(2) >> exten => account1 at gmail.com,n,SendDTMF(1) >> exten => account1 at gmail.com,n,Dial(SIP/device1) >> >> exten => account2 at gmail.com,1,Answer() >> exten => account2 at gmail.com,n,Wait(2) >> exten => account2 at gmail.com,n,SendDTMF(1) >> exten => account2 at gmail.com,n,Dial(SIP/device2) >> >> ________________________________ >> >> From: asterisk-users-bounces at lists.digium.com [mailto: >> asterisk-users-bounces at lists.digium.com] On Behalf Of asterisk asterisk >> Sent: Wednesday, June 15, 2011 11:24 PM >> To: Asterisk Users Mailing List - Non-Commercial Discussion >> Subject: [asterisk-users] Goggle voice incoming dialplan >> >> >> Hi, >> >> I am a question to handle incoming goggle voice. I have put several GV >> accounts into the jabber.conf. How can I direct different accounts to >> different extensions? >> >> Help with example is much appreciate >> >> Thanks, >> >> CK >> >> >> -- >> _____________________________________________________________________ >> -- Bandwidth and Colocation Provided by http://www.api-digital.com -- >> New to Asterisk? Join us for a live introductory webinar every Thurs: >> http://www.asterisk.org/hello >> >> asterisk-users mailing list >> To UNSUBSCRIBE or update options visit: >> http://lists.digium.com/mailman/listinfo/asterisk-users >> > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110617/d8f5cd69/attachment.htm>
Only GV numbers that can terminate to a Google Chat Account can be connected directly to asterisk. Otherwise you will need to get a free SIP Account, and route calls to it. From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of asterisk asterisk Sent: Thursday, June 16, 2011 11:39 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Goggle voice incoming dialplan Do anyone know how to receiving incoming call from GV number associated with an non gmail.com account? I have custom domains under google and would like to receiving calls via asterisk. The google chat function is missing in these GV accounts. On Thu, Jun 16, 2011 at 11:30 AM, asterisk asterisk <asterisk at ck-lee.com> wrote: Thanks and will try. On Thu, Jun 16, 2011 at 11:28 AM, Jamie A. Stapleton <jstapleton at computer-business.com> wrote: exten => account1 at gmail.com,1,Answer() exten => account1 at gmail.com,n,Wait(2) exten => account1 at gmail.com,n,SendDTMF(1) exten => account1 at gmail.com,n,Dial(SIP/device1) exten => account2 at gmail.com,1,Answer() exten => account2 at gmail.com,n,Wait(2) exten => account2 at gmail.com,n,SendDTMF(1) exten => account2 at gmail.com,n,Dial(SIP/device2) ________________________________ From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of asterisk asterisk Sent: Wednesday, June 15, 2011 11:24 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [asterisk-users] Goggle voice incoming dialplan Hi, I am a question to handle incoming goggle voice. I have put several GV accounts into the jabber.conf. How can I direct different accounts to different extensions? Help with example is much appreciate Thanks, CK -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110616/c3e27755/attachment.htm>
Can this non gmail.com GV number be terminated at some sip accounts so that I can bridge to it via asterisk as client? On Fri, Jun 17, 2011 at 11:48 AM, William Stillwell < william at stillwellsoft.com> wrote:> Only GV numbers that can terminate to a Google Chat Account can be > connected directly to asterisk.**** > > ** ** > > Otherwise you will need to get a free SIP Account, and route calls to it.* > *** > > ** ** > > ** ** > > ** ** > > *From:* asterisk-users-bounces at lists.digium.com [mailto: > asterisk-users-bounces at lists.digium.com] *On Behalf Of *asterisk asterisk > *Sent:* Thursday, June 16, 2011 11:39 PM > > *To:* Asterisk Users Mailing List - Non-Commercial Discussion > *Subject:* Re: [asterisk-users] Goggle voice incoming dialplan**** > > ** ** > > Do anyone know how to receiving incoming call from GV number associated > with an non gmail.com account? I have custom domains under google and > would like to receiving calls via asterisk. > > The google chat function is missing in these GV accounts.**** > > On Thu, Jun 16, 2011 at 11:30 AM, asterisk asterisk <asterisk at ck-lee.com> > wrote:**** > > Thanks and will try.**** > > ** ** > > On Thu, Jun 16, 2011 at 11:28 AM, Jamie A. Stapleton < > jstapleton at computer-business.com> wrote:**** > > > exten => account1 at gmail.com,1,Answer() > exten => account1 at gmail.com,n,Wait(2) > exten => account1 at gmail.com,n,SendDTMF(1) > exten => account1 at gmail.com,n,Dial(SIP/device1) > > exten => account2 at gmail.com,1,Answer() > exten => account2 at gmail.com,n,Wait(2) > exten => account2 at gmail.com,n,SendDTMF(1) > exten => account2 at gmail.com,n,Dial(SIP/device2) > > ________________________________ > > From: asterisk-users-bounces at lists.digium.com [mailto: > asterisk-users-bounces at lists.digium.com] On Behalf Of asterisk asterisk > Sent: Wednesday, June 15, 2011 11:24 PM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: [asterisk-users] Goggle voice incoming dialplan**** > > > > Hi, > > I am a question to handle incoming goggle voice. I have put several GV > accounts into the jabber.conf. How can I direct different accounts to > different extensions? > > Help with example is much appreciate > > Thanks, > > CK > > **** > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > New to Asterisk? Join us for a live introductory webinar every Thurs: > http://www.asterisk.org/hello > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users**** > > ** ** > > ** ** > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > New to Asterisk? Join us for a live introductory webinar every Thurs: > http://www.asterisk.org/hello > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110617/dca1c0b6/attachment.htm>