I know Vonage doesn't officially have a "bring your own device" type program, but they do offer a softphone. Has anyone gotten Asterisk to connect directly to Vonage? This would be a great help!! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060329/5bc9f644/attachment.htm
Brian Deep posted this to the list back in August. I still haven't tried it myself but he said it worked. If you try it out and it works, please post back your success. (or failure if that is the case) Jason> sip.conf: > [general] > externip=X.X.X.X > port=5060 > bindaddr=X.X.X.X > context=vonage-out > disallow=all > allow=ulaw > allow=alaw > nat=yes > register=####:PASSWORD@atlas-east.vonage.net:5060/201 > > [vonage] > username=#### > type=peer > secret=PASSWORD > port=5060 > nat=yes > host=atlas-east.vonage.net > fromdomain=vonage.net > canreinvite=no > fromuser=#### > dtmfmode=rfc2833 > context=vonage-out > > [201] > type=friend > username=201 > secret=PASSWORD > host=dynamic > dtmfmode=rfc2833 > defaultip=X.X.X.X > mailbox=201 > callerid=NAME > progressinband=no > context=from-sip > > > extension.conf: > [vonage-out] > exten => ####,1,Goto(from-sip,201,1) > > [from-sip] > exten => _9.,1,Dial(SIP/${EXTEN:1}@vonage)________________________________________ From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Steve Jones Sent: Wednesday, March 29, 2006 8:59 AM To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] Asterisk with Vonage I know Vonage doesn't officially have a "bring your own device" type program, but they do offer a softphone. ?Has anyone gotten Asterisk to connect directly to Vonage?? This would be a great help!!
On 29/03/06, Steve Jones <sjones@ftdata.com> wrote:> > > I know Vonage doesn't officially have a "bring your own device" type > program, but they do offer a softphone. Has anyone gotten Asterisk to > connect directly to Vonage? This would be a great help!!I'm not a Vonage customer, but I did spot this: http://blog.tmcnet.com/blog/tom-keating/vonage/vonage-opens-sip-credentials.asp Peter -- Peter Bowyer Email: peter@bowyer.org Tel: +44 1296 768003 VoIP: sip:peter@bowyer.org VoIP: *5048707000@sipbroker.com FWD: **275*5048707000 VoipTalk: **473*5048707000
Actually, they do have a bring your own device program. It's called Business Plus. Works great with Asterisk. http://www.thevoipconnection.com/store/catalog/product_16220_Vonage_Business _Plus.html Michael Crown Managing Partner www.thevoipconnection.com 321.989.6728 ext. 611 sip:611@voiceserver.thevoipconnection.com _____ From: Steve Jones [mailto:sjones@ftdata.com] Sent: Wednesday, March 29, 2006 8:59 AM To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] Asterisk with Vonage I know Vonage doesn't officially have a "bring your own device" type program, but they do offer a softphone. Has anyone gotten Asterisk to connect directly to Vonage? This would be a great help!! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060329/23191603/attachment.htm
>From what I have read, people have successfully connected directly to Vonagewhen they pay for the softphone option. I believe the softphone option requires a different phone number. There are setup instructions if you do a search. There is a rumor that Vonage may soon allow all accounts to work directly with IP and softphones(and therefore Asterisk) without the need to buy an ATA or softphone option number. I have not heard much about that lately.> -----Original Message----- > From: Steve Jones [mailto:sjones@ftdata.com] > Sent: Wednesday, March 29, 2006 5:59 AM > To: asterisk-users@lists.digium.com > Subject: [Asterisk-Users] Asterisk with Vonage > > I know Vonage doesn't officially have a "bring your own > device" type program, but they do offer a softphone. Has > anyone gotten Asterisk to connect directly to Vonage? This > would be a great help!! > >
Linky linky: http://blog.tmcnet.com/blog/tom-keating/vonage/vonage-opens-sip-credentials. asp This is pretty cool too: (essentially free cell airtime in the continental US) http://nerdvittles.com/index.php?p=124 -----Original Message----- From: mustardman29 [mailto:mustardman29@hotmail.com] Sent: Wednesday, March 29, 2006 3:09 PM To: 'Asterisk Users Mailing List - Non-Commercial Discussion' Subject: RE: [Asterisk-Users] Asterisk with Vonage>From what I have read, people have successfully connected directly toVonage when they pay for the softphone option. I believe the softphone option requires a different phone number. There are setup instructions if you do a search. There is a rumor that Vonage may soon allow all accounts to work directly with IP and softphones(and therefore Asterisk) without the need to buy an ATA or softphone option number. I have not heard much about that lately.> -----Original Message----- > From: Steve Jones [mailto:sjones@ftdata.com] > Sent: Wednesday, March 29, 2006 5:59 AM > To: asterisk-users@lists.digium.com > Subject: [Asterisk-Users] Asterisk with Vonage > > I know Vonage doesn't officially have a "bring your own > device" type program, but they do offer a softphone. Has > anyone gotten Asterisk to connect directly to Vonage? This > would be a great help!! > >_______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- Asterisk-Users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
Works great with these settings: [vonage] type=peer secret=password username=phone number host=sphone.vopr.vonage.net port=5061 dtmfmode=rfc2833 fromuser=phone number fromdomain=sphone.vopr.vonage.net canreinvite=no context=vonage_incoming insecure=very On 3/29/06, Steve Jones <sjones@ftdata.com> wrote:> > I know Vonage doesn't officially have a "bring your own device" type > program, but they do offer a softphone. Has anyone gotten Asterisk to > connect directly to Vonage? This would be a great help!! > > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > 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/20060329/441ae742/attachment.htm