次の方法で共有


Vonage ClickToCall API

This is pretty neat. I wish Vonage had a web API, but they do not. However, they do have a HTTP GET and POST based API for initiating a phone call from your Vonage phone.

Simply create a custom URL for your account:

https://secure.click2callu.com/tpcc/makecall?username=*username*\&password=*password*\&fromnumber=*fromNumber*\&tonumber=*toNumber*Where:

  • username

    The name that you use to log in to the Vonage dashboard

  • password

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

  • fromNumber

    Your Vonage phone number, this must match one of the numbers returned from the getnumbers request above

  • toNumber

    The phone number you want to dial

When executed, a call will first be placed to your Vonage number. The system will dial the outbound number after the Vonage phone is answered. The Vonage customer will hear ringing as if the number was dialed from their phone and the two parties will be connected.

The neat thing about this is you could hack up some ASP.NET code, place on your web page, and allow people to call you for free. Basically they would go to your web page and initiate a call from your phone to their's. When you answer your Vonage phone, the account will then dial their number.

Here are some handy shortcuts. The will allow you to type dial 18005551212 to dial a number. Replace the items in red with your settings.

SlickRun

magicword=dial
filename=iexplore.exe
parameters=https://secure.click2callu.com/tpcc/makecall?username=username&password=password&fromnumber=fromNumber&tonumber=$W$

MSN Desktop Search

@dial,https://secure.click2callu.com/tpcc/makecall?username=username&password=password&fromnumber=fromNumber&tonumber=$W

Comments

  • Anonymous
    March 13, 2005
    How do you like the Vonage service? Does it beat the traditional landline?
  • Anonymous
    March 14, 2005
    I love the Vonage service, have used it for almost 2.5 years. It took a while for my wife to get used to, but once she did, she is hooked.

    I tried this URL to dial my phone and the remote phone, but even though I used the correct username/password, I got 'Authentication Failed error 100' everytime. Not sure if it was me or the site.

    Mike Strock
    mike@myhomeoffice.org
  • Anonymous
    March 21, 2005
    I also tried this script in SlickRun with the same 'Authentication Failed error 100' ??????
  • Anonymous
    April 03, 2005
    You might try the Vonage VoIP Forums, there have been some posts over there with third party apps.
    http://www.vonage-forum.com/forums.html