News & Reviews
More How-To's & Tips More News
More Reviews Device Configuration Tools
No account yet? Create one
Forgot your Username or Password?

Welcome to the Voxilla VoIP Forum.

Voxilla has been a trusted source for accurate, up-to-date information on the IP Communications industry since 2002. A dedicated staff of reporters and engineers produce feature articles and product reviews to keep industry watchers abreast of the people, companies, and trends driving a fast moving market.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.





Reply
 
LinkBack Thread Tools Rating: Thread Rating: 1 votes, 5.00 average. Display Modes
  #1 (permalink)  
Old May 3rd, 2007, 02:43 AM
DawnTreader DawnTreader is offline
Junior Member
 
Join Date: Apr 2007
Posts: 2
DawnTreader is on a distinguished road
Default Click to call firefox

Has anyone done any development for a firefox extension that will allow click to call of any number from any web page (thunderbird would be great too)? What I want to do is highlight a number right click or double click on it and have it dial out via phone gnome. I found the phonegnome API for some of it, but I am by no means a programmer. I floundered through a couple of extension writing tutorials but my js is rusty to put it mildly. I found a similar extension called nikotalk that I thought I would pick apart, but I don't have firefox 1.5 to try it on. I would be willing to help with development or even help writing and can do extensive testing. Any takers?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old May 3rd, 2007, 06:43 PM
PhoneGnome PhoneGnome is offline
Member
 
Join Date: Jul 2005
Location: SF Bay Area
Posts: 85
PhoneGnome is an unknown quantity at this point
Default Re: Click to call firefox

There is a GreaseMonkey script for Firefox that rewrites phone numbers in web pages as urls. When you click on the url your PhoneGnome phone will ring and be calling the number you clicked on. You can find the script at http://www.phonegnome.com/phonegnome_dial.user.js

You will need to customize the script with your PhoneGnome account details. The variables are labeled as cc, phone, and pin. Just add the information and install the script and you will be set.

Installation:

Install Greasemonkey then right click on http://www.phonegnome.com/phonegnome_dial.user.js and choose Install User Script.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old May 5th, 2007, 06:11 AM
DawnTreader DawnTreader is offline
Junior Member
 
Join Date: Apr 2007
Posts: 2
DawnTreader is on a distinguished road
Default Re: Click to call firefox

Greasemonkey works ok....is there a way to get it to just dial w/out having it bring up another dial page? It creates a lot of redundant clicking.

Another question: Is there a way to have non phone-gnome calls go out via regular line or VoIP line without using the box? I would like to use it with my VS phone line that is configured on my WRTP54 box, and if its a non phonegnome account just ring out regular via the VS account.

Thanks I really like phonegnome a lot so far.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old May 10th, 2007, 07:48 PM
PhoneGnome PhoneGnome is offline
Member
 
Join Date: Jul 2005
Location: SF Bay Area
Posts: 85
PhoneGnome is an unknown quantity at this point
Default Re: Click to call firefox

Quote:
Originally Posted by DawnTreader View Post
Greasemonkey works ok....is there a way to get it to just dial w/out having it bring up another dial page? It creates a lot of redundant clicking.
You could do this by modifying the script to add a submit=Dial paramater. Change the line that says the following (before):

Code:
return "http://my.phonegnome.com/tools/callout?cc=" + cc + "&phone=" + phone + "&pin=" + pin + "&callto=" + String(t).replace(/[\(\)\- \.]/g, "");
To this (after):

Code:
return "http://my.phonegnome.com/tools/callout?cc=" + cc + "&phone=" + phone + "&pin=" + pin + "&submit=Dial&callto=" + String(t).replace(/[\(\)\- \.]/g, "");
Just remember, if you do this, accidentally clicking a link will immediately initiate a call back, whether you want to or not and there is no way to stop it.

Quote:
Originally Posted by DawnTreader View Post
Another question: Is there a way to have non phone-gnome calls go out via regular line or VoIP line without using the box? I would like to use it with my VS phone line that is configured on my WRTP54 box, and if its a non phonegnome account just ring out regular via the VS account.
You can activate a Low Cost Internet Calling Plan on the My PhoneGnome site: Features > Low Cost Internet Calling > Activate

No box is required to activate a plan to place calls using a selected VoIP to PSTN provider for calls to non PhoneGnome numbers. There is no way to initiate a call out your existing landline or VoIP ATA box without connecting the PhoneGnome box to that line/box - that's the whole unique proposition of the PhoneGnome box. There's nobody else doing it.

Last edited by PhoneGnome : May 10th, 2007 at 07:51 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old September 24th, 2007, 10:35 AM
voip_addict voip_addict is offline
Member
 
Join Date: Jul 2007
Posts: 47
voip_addict is on a distinguished road
Send a message via ICQ to voip_addict Send a message via AIM to voip_addict Send a message via MSN to voip_addict
Lightbulb Re: Click to call firefox

I'm looking for something similar.

I would like to be able to have a click to call application.. on my website.. where a customer can click a "Call Us Now for FREE" button and it wil dial out to my ATA.

Free World Dial UP / FWD has something but it uses active-x and IE. two things which I avoid like the plague. But the idea of having a script in html mail.. that a client can click on.. and open up a direct connection to my ATA would be awesome

Or, If there isn't anything out there
Maybe even Live Chat... with Voice...
Or, .. a product like jaxtr

Any Ideas??????
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old September 24th, 2007, 10:35 AM
  #6 (permalink)  
Old September 26th, 2007, 04:44 AM
PhoneGnome PhoneGnome is offline
Member
 
Join Date: Jul 2005
Location: SF Bay Area
Posts: 85
PhoneGnome is an unknown quantity at this point
Default Re: Click to call firefox

There is a PHP script at the bottom this page: http://my.phonegnome.com/api/

You just have to supply a page with the HTML form that passes the callto parameter to this script. Assuming you install the PHP script to http://yoursite/callme.php then the following HTML could be used to buidl the "click to call me" feature:

Code:
<form id="form1" name="form1" method="post" action="http://yoursite/callme.php">
<table border="0" cellspacing="0" cellpadding="5" align="center">
  <tr>
    <td align="right" style="padding:5px">Phone Number:&nbsp;&nbsp;</td>
    <td><input name="callto" size="14"  maxlength="14" type="text"></td>
  </tr>
  <tr>
        <td colspan="2" align="center">
        <br />
        <input type="submit" value="&nbsp;&nbsp;Click Here To Call Me Now&nbsp;&nbsp;" /></td>
  </tr>
</table>
 </form>
Obviously, both the PHP script and the above HTML are just enough to demo the feature. They can be teased up with all kinds of additional webby goodness.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes Rate This Thread
Rate This Thread:



Similar Threads for: Click to call firefox
Thread Thread Starter Forum Replies Last Post
click to talk schvarzyy General VoIP Discussion 4 October 20th, 2006 06:37 PM
Google Click-to-call Service not VoIP... libertyforall1776 General discussion 0 November 30th, 2005 12:27 AM
Linksys PAP2 Admin Web Page & Firefox - SLOW! greyhound4334 Linksys (Sipura) VoIP Support Forum 7 October 15th, 2005 08:08 PM
SPA3K & *: Loud CLICK when answering PSTN call Cunk Asterisk Support Forum 0 May 20th, 2005 02:46 AM
Click-to-dial at home and missed call SPA3000-de Linksys (Sipura) VoIP Support Forum 3 August 3rd, 2004 03:35 PM



All times are GMT. The time now is 01:10 AM.


vBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd. SEO by vBSEO 3.0.0 ©2007, Crawlability, Inc. Logos and trademarks are the property of Voxilla or their respective owner. All other content © 2003-2007 by Voxilla, Inc.