Dialing from the Web

Status
Not open for further replies.

rklockner

Joined
Aug 22, 2013
Messages
1
Reaction score
0
I am a web developer and am building out a web based CRM for a client. They have a 3cx phone system and they have told me that it should be able to click a client phone number in the website and have it dial the client.

I have no idea where to start with this. Any thoughts by anyone?
 
Of course that's what somebody using the Skype "Click To Call" feature wants, linking every number which resembles a phone number and making your browsing experience even more taxing.. but I digress.

There are URL types of SIP and TEL, but I don't believe either are associated with 3CX Phone or MyPhone (or soon "both in one").. but I imagine that "it could".

I tested a couple of HREFs for SIP:[email protected] as well as TEL:15035551234.. both could be told how to open something, sure. I suppose if you could train Windows to open these types using something, it might work. Seems beyond scope for a web dev guy, however.

Again, sounds like a Skype user wants 3CX to do that, too. Submit a feature request.

If the do implement, it would be nice to see it match on the app store.. I saw other SIP/VOIP clients come up on the offer, but not 3CX.
 
Hi,

Dialing from the Web is possible if you are using the 3CX MyPhone utility, even phone calls to skype names are possible. :)
Please follow the 3CX MyPhone User Manual http://www.3cx.com/blog/myphone/
I don’t know if v12 support this feature, but v11 does.
 
Dial from web is not possible in v11 without an add-on for your web browser. In Internet Explorer, this would be an Accelerator.
We created an Accelerator that called an ASPX webpage to do the work.

It wasa webpage on our intranet that the user entered their phones IP address. It then created an XML file. The user then clicked a button to install the XML
Code:
<button id="myButton" onclick="window.external.AddService('http://intranet.americanavc.com/dialer/installWebDialer.xml')">
   Install Web Dialer</button>

Then when they highlighted a phone number they can right click and choose the accelerator to dial with.
We do this with Yealink phones... which have a string to make the phone dial:
Code:
http://user:[email protected]/servlet?number=%number%

There might be other ways to do this too, but this worked for us.
 
Status
Not open for further replies.

Members Online Now

Forum statistics

Threads
111,835
Messages
589,291
Members
164,668
Latest member
Infinity Network