|
|
Asterisk click to callCallME! is a world wide CLICK-TO-CALL solution for all site owners who like to offer their web visitors a free phone call. Your sales team talking to web visitors while they are still on your web site is the most powerful sales tool you have!
We provide Click-to-Call for any website, directory or as white label for resellers. NO SET-UP, MONTHLY OR ANNUAL FEE! Just pay for received calls.
Set-up in just a few minutes, loads of features. After set-up you can request a Euro 1 FREE trial.
http://www.clicktocall.eu or http://callme-click-to-call.com
There are a number of different ways to implement "Click-to-call" functionality, which allows you to dial a phone number without actually dialing it. The convention for these scripts is to tell Asterisk to call your extension, wait for you to answer the call, and when you do, initiate a new call to the destination number.
Downsides of click-to-call include A) that you start to forget phone numbers that were once stored in memory, and B) when you're using foreign interfaces that don't provide you with the clickability, you often wonder how those around you live without it.
Click to Call Service FREE in your Website
Test Click to call service now for free
It's a completely hosted solution and you only have to include a link in your web pages.
Simply add the html code anywhere on your website to create the Click to Call button.
Starting at 0.00 € per month - Test Clicktocall button now for free with 0.50 € of credit.
Click-To-Call FREE in your WebsiteAnveo ContactME widget is free Click To Call solution from Anveo. Stay in touch with the online community and keep your personal contact information private. Fully customizable;you can change look and feel of Anveo ContactME button; upload multiple pictures and music ringtones. Here is how to use Anveo ContactMe with your Asterisk: Click to Call from Anveo with Asterisk - HowTo
Click to call through Asterisk PBX Easiest Solution on the web for click to call with open source code
VoIP click to call solutions A wide range of web based click2call, callback and p2p solutions from Mizutech integrated with Asterisk or Voipswitch servers.
AsteriskC2D for iPhoneRho
AsteriskC2D and AsteriskC2DPro allow you to route your calls via Asterisk or indeed any VoIP style PBX. AsteriskC2D is not a VoIP phone but a call initiator, and can be configured the route the call back to your iPhone or deskphone or maybe hotel phone!
Click2Call Anveo ContactME widget is free Click To Call solution from Anveo. Online visitors can call your business from the website and get the same IVR call experience as if they dial into your business line.
- Free - no ads
- Receive Text Messages without revealing your email address
- IVR (Call Flow) based
- can be integrated with Conference Call
- Fully customizable look
- upload multiple pictures
- upload custom ringtone
Here is how you can use Anveo ContactMe with your Asterisk: Click to Call from Anveo with Asterisk - HowTo
Next Solution
The C2C is the NEXT simplest way you to use your web page to communicate ACTIVELY with your client.
A customer who is browsing your site can establish a VoIP call with a single click, no software installation and without complication.
All you need to do is access our system and ask to your Webdesigner insert our Pop-Up.
In our store, the NEXT customer can make the purchase through periods of use of the C2C without advertisements.
Refer to "My Account" to view your C2C on "Ads Free" and "White Label" modes.
You can also choose to replace all the images and create your own C2C, use your brand and make a difference to your customers
WebX|Full web based softphone Next Solution
The WebX works like a conventional softphone, it allows choice of CODECs to make and receive calls through a SIP account. But WebX can still do much more for you.
Being based on Java Script WebX works through a browser and can be accessed from anywhere, with the same quality and functionality of a conventional softphone
Moreover, just as a SIP server is informed in the register of a new account and this field is hidden for the end-user, this will allow complete customization of WebX with ease.
In our store, the NEXT customer can purchase use of WebX without advertisements.
You can also choose to replace all the images and create your own WebX, use your brand and make it different to your customers.
Webphone softwareMizutech voip software
The Mizu Webphone is a small SIP standard based java applet that runs from web browsers under all OS with java support.
Tested and works well with Asterisk with lot's of features like g.729 and wideband codecs, call transfer, voip tunneling and customizable user interface.
To download it go to webphone presentation and download
Noojee Click by Noojee Telephony SolutionsNoojee Click for Asterisk is a free Firefox extension which turns phone numbers on EVERY web page into 'Click to Dial' links.
Noojee Click works with your existing Asterisk Server (1.4, 1.6).
It uses the new Asterisk AJAM service so you don't need to install any server side components.
To download it go to Noojee Click
Noojee Click is designed for people running an Asterisk PBX. Noojee Click works by scanning pages for phone numbers as you surf the web. When Noojee Click finds a phone number, it adds a small 'Noojee Dial' icon just after the number. You can then click on the 'Noojee Dial' icon to dial the phone number.
Phone number recognition is controlled by a set of simple patterns which you set via the Noojee Click configuration panel. This allows you to localize the set of recognized phone numbers.
Works with Firefox 2.x and 3.x.
TACI (Trivial Asterisk Call-generator Interface)
TACI is a Perl CGI script to make a call (currently SIP, IAX, & ZAP) from a web-page. It connects to the Asterisk manager API.
Some users have reported that using version 1.0.5+ of Asterisk, on line 177 of the script, you have to add a space so that the priority line syntax is correct, e.g. use "Priority: 1" instead of "Priority:1".
Integrating Click-To-Call in your BrowserWith the Greasemonkey extension for the Firefox browser and Ralf Muehlen's voip_dial_user.js script that goes with Greasemonkey, you can dynamically link every phone number you come across to your custom click-to-dial script. Just edit the JS code above and change the return URL in the "trackUrl" function.
Integrating Click-To-Call in your Browser or Java ApplicationWith http://callino.cc/jiaxcapplet/ there exists a Java based wrapper for the IAXClient library. So you could include it in your Java Application. It does also include an applet - which does provide the functionality to browser by the use of javascript.
Integrating Click-To-Call on your Mac - the convenient wayA native Asterisk Call Control GUI CallControl for Mac. It connects to the Asterisk Manager interface and is compatible with MacOS X 10.5 + and Asterisk 1.2 and 1.4. You will be notified about incoming calls on screen with Growl and you can dial from the MacOS X Adressbook and from the application. There is a 30 days trial version available on the site.
Click to Dial from almost any Mac Application.. not just Addressbook:AsteriskC2D
Integrating Click-To-Call in your Mac OS X AddressbookThis Applescript will allow you to dial phone numbers in your Mac OS X Addressbook using your Click-to-dial script:
using terms from application "Address Book"
on action property
return "phone"
end action property
on action title for p with e
return "Dial with Asterisk"
end action title
on should enable action for p with e
if value of e is missing value then
return false
else
return true
end if
end should enable action
on perform action for p with e
set telephone to the value of e
set dialUrl to "http://yoursite.com/cgi-bin/yourscript.cgi?number=" & telephone
open location dialUrl
end perform action
end using terms from
Put this script in the ~/Library/Addressbook Plug-ins/ directory, and when you restart Addressbook, you should be able to right-click on the phone numbers and select "Dial with Asterisk". You could obviously apply this script more broadly to other applications where phone numbers are made available.
Integrating Click-To-Call in your Mac OS X Addressbook #2A native Address Book Dialer is included in OS-X Client of the app_notify package.
Another option is the free to use Interconnect API available from AgiForge it has a SOAP and XML-RPC interface
Asterisk Extras ImplementationAlso available at Asterisk Extras is a Click to Call app that allows for any or multiple extensions to utilize it via cookies. Also a Grease Monkey script as well for Firefox detection of phone numbers.
http://www.voip-info.org/wiki/view/Asterisk+click+to+call
|
|