Vonage Forum Menu
The Vonage Forums
Vonage VoIP Forum
Vonage Forum Archive
Vonage Canada
Vonage UK
Vonage Stock
Fax, Tivo & Alarms
Hard Wiring
Number Transfer
V-Phone & SoftPhone
VoIP Feature Request
Vonage TV Ads
Forum Suggestions
Report a Bug
The Cafeteria
Forums Archive
All Vonage News
Vonage In The News
Press Releases
Forum Digest
News Archives
Vonage Sign Up Info
Vonage Features
Vonage Area Codes
Vonage FAQ
Vonage Reviews
VoIP Speed Test
Vonage Toolbar
Network Setup
Wiring & Installation
Vonage 911
Business Account
VoIP Acronyms
VoIP Advertising
Wi-Fi Phone
Contact Support
Member Registration
Member Login
Member List
Your Account
Private Message
Forum Faqs
Recommend Us
Website Feedback
Forum Syndication
Forum Newsletter
Search Using Google
Search Forums
Search News
Forum Speed Dial
Vonage Forum
Forum Community
The Vonage Forums
Vonage VoIP Forum
Forum Archive
Vonage Canada
Vonage UK
Vonage Stock
Fax, Tivo & Alarms
Hard Wiring
Number Transfer
V-Phone & SoftPhone
Feature Request
Vonage On TV
Forum Suggestions
Report A Bug
The Cafeteria
All Archives
Vonage News
All Vonage News
In The News
Press Releases
Forum Digest
News Archive
Vonage Information
Sign Up Info
Vonage Features
Area Codes
Vonage FAQ
Vonage Reviews
VoIP Speed Test
Vonage Toolbar
Network Setup
Wiring & Installation
Vonage 911
Business Account
VoIP Acronyms
VoIP Advertising
Wi-Fi Phone
Contact Support
Member Services
Registration
Member Login
Member List
Your Account
Private Messages
Forum Faq's
Recommend Us
Website Feedback
RSS Syndication
Forum Newsletter
Search
Search Using Google
Search Forums
Search News
Vonage Forums
Web Callback
Vonage® VoIP Forum - Vonage News, Reviews And Discussion
»
VoIP Feature Wish List
Author
Message
tsteen
New Forum Member
Joined: Jan 27, 2005
Posts: 3
Posted:
Wed Aug 24, 2005 5:55 pm
Post subject: Web Callback
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
scerruti
Vonage Forum
MVM
Joined: Feb 05, 2005
Posts: 1424
Location: Carlsbad, CA (finally)
Posted:
Wed Aug 24, 2005 7:56 pm
Post subject:
Please see the
Vonage
Click2Call Page for details on how to add a callback link to your website.
_________________
Stephen P. Cerruti (ISP: TWC)
rozy
Full Forum Member
Joined: Feb 06, 2005
Posts: 62
Location: Milwaukee, WI
Posted:
Wed Aug 24, 2005 8:18 pm
Post subject:
--------------------------------------------------------------------------------
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 Call
Vonage
ClientPage.asp.txt:
ftp://ftp.littleshack.com/call
vonage
clientpage.asp.txt
would need to be saved as just Call
Vonage
ClientPage.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
Vonage
Call.Asp page.
The second page
Vonage
Call.asp
ftp://ftp.littleshack.com/
vonage
call.asp.txt
(again the
Vonage
Call.asp.txt file needs to be saved to the same directory as the Call
Vonage
ClientPage.asp and renamed to just
Vonage
Call.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
Vonage
Call.asp page are to change the following variables:
vonage
username,
vonage
password, and
vonage
phonenumber, to the correct ones:
strUserName = "
vonage
username"
strPassword = "
vonage
pasword"
strFromNumber = "
vonage
phonenumber"
The
vonage
phonenumber 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
vonage
username with the login name you use to log in to the
Vonage
.com website, and the
vonage
password 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
Vonage
Call.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
scerruti
Vonage Forum
MVM
Joined: Feb 05, 2005
Posts: 1424
Location: Carlsbad, CA (finally)
Posted:
Wed Aug 24, 2005 9:12 pm
Post subject:
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)
tsteen
New Forum Member
Joined: Jan 27, 2005
Posts: 3
Posted:
Wed Aug 24, 2005 10:51 pm
Post subject: Click to CallBack
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
djcooper
New Forum Member
Joined: Oct 07, 2008
Posts: 1
Posted:
Tue Oct 07, 2008 5:00 pm
Post subject:
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 Call
Vonage
ClientPage.asp.txt:
ftp://ftp.littleshack.com/call
vonage
clientpage.asp.txt
would need to be saved as just Call
Vonage
ClientPage.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
Vonage
Call.Asp page.
The second page
Vonage
Call.asp
ftp://ftp.littleshack.com/
vonage
call.asp.txt
(again the
Vonage
Call.asp.txt file needs to be saved to the same directory as the Call
Vonage
ClientPage.asp and renamed to just
Vonage
Call.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
Vonage
Call.asp page are to change the following variables:
vonage
username,
vonage
password, and
vonage
phonenumber, to the correct ones:
strUserName = "
vonage
username"
strPassword = "
vonage
pasword"
strFromNumber = "
vonage
phonenumber"
The
vonage
phonenumber 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
vonage
username with the login name you use to log in to the
Vonage
.com website, and the
vonage
password 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
Vonage
Call.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.
Display posts from previous:
All Posts
1 Day
7 Days
2 Weeks
1 Month
3 Months
6 Months
1 Year
Oldest First
Newest First
Vonage® VoIP Forum - Vonage News, Reviews And Discussion
»
VoIP Feature Wish List
Jump to:
Select a forum
Vonage® VoIP Forums
----------------
Vonage
Vonage Forum Archive
Vonage Canada
Vonage UK
Vonage Stock
Fax - Tivo - Alarms
Hard Wiring - Installation
LNP – Local Number Portability
Vonage V-Phone & SoftPhone
VoIP Feature Wish List
Vonage TV Commercials
Forum Suggestions - Open Topics
----------------
The Cafeteria - Any Non Vonage Topic
Forum Suggestions - Comments
Report A Forum Bug
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