Vonage  

       
 
Vonage Forum Menu

Vonage Forums
Vonage VoIP Forum
Barbra Posted:
I HAVE A VONAGE
V-PORTAL TO
REPLACE MY
ORIGINAL VTECH
8100-2. I HAVE
BROADBAND
...

In The Forum:
Vonage
Topic:
NEED PHONE SET UP IN DIFFERENT ROOM FROM V-PORTAL & MODE
On Nov 23, 2009 at 02:20:32

ravismiles Posted:
Thank you very
much ..
...

In The Forum:
Vonage
Topic:
Vonage phone in Singapore
On Nov 23, 2009 at 01:54:23

bmccull Posted:
IME, it works well
in Singapore. I
don't know if it
is legal. I hope
they just consider
...

In The Forum:
Vonage
Topic:
Vonage phone in Singapore
On Nov 22, 2009 at 22:57:30

weapon Posted:
ok so i have
verizon high speed
internet, a belkin
wireless router
and the Vadapter.
...

In The Forum:
Vonage
Topic:
Questions about setting up vadapter?
On Nov 22, 2009 at 21:27:38

weapon Posted:
hmm mine causes an
error
...

In The Forum:
Vonage
Topic:
Have you tested your broadband?
On Nov 22, 2009 at 21:22:31

VonTechMgr Posted:
I have explained
this on numerous
other posts so I
really do not want
to have to type
...

In The Forum:
Vonage
Topic:
Port forwarding problem!!
On Nov 22, 2009 at 17:01:57

SebM Posted:
Hi, I'm having
trouble port
forwarding. I've
entered the
correct ports and
ip
...

In The Forum:
Vonage
Topic:
Port forwarding problem!!
On Nov 22, 2009 at 04:00:05

Steve48 Posted:
Now I'm confused.
It sounds as if
you have the new
Linksys working.
But now you want
...

In The Forum:
Vonage
Topic:
DSL>VONAGE>Linksys
On Nov 21, 2009 at 23:32:59

TonyIn Posted:
First thank you.
Vonage tells me to
call my ISP for
help to set up a
router. My
ISP(AT&T)
...

In The Forum:
Vonage
Topic:
DSL>VONAGE>Linksys
On Nov 21, 2009 at 20:54:01

Taha Posted:
I was able to host
Warcraft 3 games
WITHOUT the vonage
receiver. I port
forwarded
...

In The Forum:
Vonage
Topic:
Warcraft 3 Hosting - Please help
On Nov 21, 2009 at 20:06:18


Vonage VoIP Forums

Vonage In The News
Vonage VoIP Forum Digest - July 24, 2008

Vonage Holdings Corp. Signs Commitment Letter to Refinance Debt

Syndication

Vonage User Reviews
Great Price, No Complaints
Great Price, No Complaints



Good return on investment for techie!
Good return on investment for techie!



You need some common sense.
You need some common sense.



3 yrs and counting, useful but complaints as follows
3 yrs and counting, useful but complaints as follows



Vonage, a VT2142 and a RTP300, My Experiences - A Detailed Review
Vonage, a VT2142 and a RTP300, My Experiences - A Detailed Review




Vonage Reviews


Post new topic   Reply to topic  Vonage® VoIP Forum - Vonage News, Reviews And Discussion » VoIP Feature Wish List
Author Message
tsteen
New Forum Member
New Forum Member


Joined: Jan 27, 2005
Posts: 3

PostPosted: Wed Aug 24, 2005 5:55 pm    Post subject: Web Callback Reply with quote Back to top

I have an ecommerce website. I would like to place a link there to so customers could "click to call" me. Seems like the Vonage click to call is halfway there...anyone know how to make this feature safe to include on a commercial website?

Oh, here's a link that shows how it might work. www.gphone.com/service/webcallback/index.asp
View user's profile Send private message
scerruti
Vonage Forum MVM
Vonage Forum <b>MVM</b>


Joined: Feb 05, 2005
Posts: 1424
Location: Carlsbad, CA (finally)

PostPosted: Wed Aug 24, 2005 7:56 pm    Post subject: Reply with quote Back to top

Please see the Vonage Click2Call Page for details on how to add a callback link to your website.

_________________
Stephen P. Cerruti (ISP: TWC)
View user's profile Send private message Visit poster's website Yahoo Messenger
rozy
Full Forum Member
Full Forum Member


Joined: Feb 06, 2005
Posts: 62
Location: Milwaukee, WI

PostPosted: Wed Aug 24, 2005 8:18 pm    Post subject: Reply with quote Back to top

--------------------------------------------------------------------------------
I have came up with a couple of ASP pages, one client side, one server side, that work with the click2callu service. The pages are simple and and feel free to "tune" to your need, but they allow users running IIS/ASP to have one page that is a form that a user enters a number they want to be called at, and then the server side page that takes care of the calling so your login name/password are never reveled.
I'm putting this here with a link back were you can download the files from since the last time I tried to put code on this site I was blocked. Feel free to change the script as you feel/need, or make improvements since I just finished it.

I've see examples on the https://secure.click2callu.com/ website for PHP and java, as well as a few others, but nothing server side/ASP based. So I wanted to make something available for everyone since it's included for free on most Wintel boxes for free. These pages are server side script processing so the username/password credentials are not seen. IIS is included on Win2000/WinXP systems and higher, so I’m figuring that some other users might appreciate the attached two ASP pages.

The first page CallVonageClientPage.asp.txt:
ftp://ftp.littleshack.com/callvonageclientpage.asp.txt

would need to be saved as just CallVonageClientPage.asp and placed on the webserver where an anonymous user has at least read permissions. The page is a simple html form that allows a user to input a phone number to be called back at. Once the user hits the “Call Me” button, the form is submitted to the server side VonageCall.Asp page.

The second page VonageCall.asp
ftp://ftp.littleshack.com/vonagecall.asp.txt

(again the VonageCall.asp.txt file needs to be saved to the same directory as the CallVonageClientPage.asp and renamed to just VonageCall.asp), is a server side ASP page will process the call via the click2callu.com web site. Once this page has “finished” executing, it will display whether or not the call was successfully placed or not.

The only changes that need to done in the VonageCall.asp page are to change the following variables: vonageusername, vonagepassword, and vonagephonenumber, to the correct ones:

strUserName = "vonageusername"
strPassword = "vonagepasword"
strFromNumber = "vonagephonenumber"

The vonagephonenumber can be found by using your example:

Get all the numbers you can use to place the call (the phone numbers in the specified users account).
https://secure.click2callu.com/tpcc/getnumbers?username=username&password=password

Where: username
The name that you use to log in to the Vonage dashboard

Where: password
The password that you use to log in to the Vonage dashboard


Just replace vonageusername with the login name you use to log in to the Vonage.com website, and the vonagepassword with the password you use to access the Vonage.com site. Leave the “ before and after the your username/password/phonenumbers.

The beauty of the VonageCall.asp script is that since its server based your username/password credentials are never viewed by anyone!


P.S. - I've tried to email the 3pcc@vonage.com email address, but it gets bounced back. If anyone knows who takes care of that page let me know since I have the scripts I thought that he/she may want to include on the site.

_________________
Vonage User Since: December 27th, 2004

ISP: RoadRunner Broadband-(Milwaukee, WI)
Advertised Speed: 512kb/5MB down

Cable Modem: Motorola SB3100
Router/Firewall: NetScreen 5XT
Vonage Hardware: Linksys PAP2
View user's profile Send private message
scerruti
Vonage Forum MVM
Vonage Forum <b>MVM</b>


Joined: Feb 05, 2005
Posts: 1424
Location: Carlsbad, CA (finally)

PostPosted: Wed Aug 24, 2005 9:12 pm    Post subject: Reply with quote Back to top

rozy wrote:

P.S. - I've tried to email the 3pcc@vonage.com email address, but it gets bounced back. If anyone knows who takes care of that page let me know since I have the scripts I thought that he/she may want to include on the site.


I tried to contact Vonage some time ago to get my C2C firefox extension listed as well. I was unable to get any type of response.

_________________
Stephen P. Cerruti (ISP: TWC)
View user's profile Send private message Visit poster's website Yahoo Messenger
tsteen
New Forum Member
New Forum Member


Joined: Jan 27, 2005
Posts: 3

PostPosted: Wed Aug 24, 2005 10:51 pm    Post subject: Click to CallBack Reply with quote Back to top

Thanks for posting!! ...the ASP solution did the trick. Now to tackle the larger issue of finding the right source for Virtual PBX features. Any ideas or experience there will be appreciated.

Thanks,
Tom
View user's profile Send private message
djcooper
New Forum Member
New Forum Member


Joined: Oct 07, 2008
Posts: 1

PostPosted: Tue Oct 07, 2008 5:00 pm    Post subject: Reply with quote Back to top

Could you please repost your script. thanks
daniel cooper
rozy wrote:
--------------------------------------------------------------------------------
I have came up with a couple of ASP pages, one client side, one server side, that work with the click2callu service. The pages are simple and and feel free to "tune" to your need, but they allow users running IIS/ASP to have one page that is a form that a user enters a number they want to be called at, and then the server side page that takes care of the calling so your login name/password are never reveled.
I'm putting this here with a link back were you can download the files from since the last time I tried to put code on this site I was blocked. Feel free to change the script as you feel/need, or make improvements since I just finished it.

I've see examples on the https://secure.click2callu.com/ website for PHP and java, as well as a few others, but nothing server side/ASP based. So I wanted to make something available for everyone since it's included for free on most Wintel boxes for free. These pages are server side script processing so the username/password credentials are not seen. IIS is included on Win2000/WinXP systems and higher, so I’m figuring that some other users might appreciate the attached two ASP pages.

The first page CallVonageClientPage.asp.txt:
ftp://ftp.littleshack.com/callvonageclientpage.asp.txt

would need to be saved as just CallVonageClientPage.asp and placed on the webserver where an anonymous user has at least read permissions. The page is a simple html form that allows a user to input a phone number to be called back at. Once the user hits the “Call Me” button, the form is submitted to the server side VonageCall.Asp page.

The second page VonageCall.asp
ftp://ftp.littleshack.com/vonagecall.asp.txt

(again the VonageCall.asp.txt file needs to be saved to the same directory as the CallVonageClientPage.asp and renamed to just VonageCall.asp), is a server side ASP page will process the call via the click2callu.com web site. Once this page has “finished” executing, it will display whether or not the call was successfully placed or not.

The only changes that need to done in the VonageCall.asp page are to change the following variables: vonageusername, vonagepassword, and vonagephonenumber, to the correct ones:

strUserName = "vonageusername"
strPassword = "vonagepasword"
strFromNumber = "vonagephonenumber"

The vonagephonenumber can be found by using your example:

Get all the numbers you can use to place the call (the phone numbers in the specified users account).
https://secure.click2callu.com/tpcc/getnumbers?username=username&password=password

Where: username
The name that you use to log in to the Vonage dashboard

Where: password
The password that you use to log in to the Vonage dashboard


Just replace vonageusername with the login name you use to log in to the Vonage.com website, and the vonagepassword with the password you use to access the Vonage.com site. Leave the “ before and after the your username/password/phonenumbers.

The beauty of the VonageCall.asp script is that since its server based your username/password credentials are never viewed by anyone!


P.S. - I've tried to email the 3pcc@vonage.com email address, but it gets bounced back. If anyone knows who takes care of that page let me know since I have the scripts I thought that he/she may want to include on the site.
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


All times are GMT - 5 Hours

Vonage Service Plans




Vonage VoIP Members
Members List Members
New bmccabe
New Today 1
Yesterday 11
Total 55108

Who Is On Site
Visitors 264
Members 3
Total 267


Vonage VoIP Forum Members:
Login Here
Not a Member? You can Register Here
As a registered member you will have access to the VoIP Speed Test, Vonage Service Announcements and post comments in the
Vonage VoIP Forums

Vonage Stock Price
Value: 1.16
Change:   -0.04
Up to 15 Minute Delay

Site Search
 




High-speed Internet required. Unlimited calling subject to normal residential use. Vonage 911 service operates differently than traditional 911. See www.vonage.com/911 for details. Alarms, TTY and other systems may not be compatible.

www.vonage-forum.com is not an official Vonage support website & is independently operated.
All logos and trademarks are property of their respective owners. All comments are property of their posters.
All other www.vonage-forum.com content is © Copyright 2002 - 2009 by 4Sight Media LLC.

Thinking of signing up for Vonage but have questions?
Business and Residential customers can call Toll Free 24 hours a day at: 1-888-692-8074
No Vonage Promotional Codes or Coupon Codes are required at www.vonage.com.

[ | | | | | ]

Vonage Forum Site Maps

Vonage | Vonage UK Sign Up Offer | VoIP Forum | How VoIP Works | Wiring and Installation Page Two | Internet Phone
Promotion | Vonage Review | VoIP | Broadband Phone | Free Month | VoIP | Phone Service | Rebate | Encyclo
Phone | Latest News | Canada Free Month Sign Up Offer | VoIP Acronyms | Vonnage | Vontage | Deal | Site Maps

The Vonage Forum provides the Vonage Free Month sign up Best Offer Promotion Deal as a means to offset our cost.
If you are considering signing up for Vonage and have found our Vonage News, Customer Reviews, Forums
& all other parts of this site useful, please use our Vonage Free Month sign up offer Deal Coupon.


Vonage VoIP Phone Service is redefining communications by offering consumers
& small business VoIP Internet phones, an affordable alternative to traditional phone service.
The Vonage VoIP Forum Generated This Page In: 0.50 Seconds and 294 Pages In The Last 60 Seconds
The Vonage VoIP Forum