Page 1 of 1

Do a call from a webpage withou login

PostPosted: Thu Dec 05, 2019 5:15 pm
by macaruchi
Hi!
I have an CRM , a web page with customer, and I want to dial a number from this page using my ViciDial server.
There is a way to dial a number from a external page using Vicidial ?

I am read the API AGent searching for this but I dont have

Thks

Re: Do a call from a webpage withou login

PostPosted: Thu Dec 05, 2019 5:29 pm
by williamconley
This is not a "General Discussion", it's a support request. I will move it to the Support Board. 8-)

You seek a browser add-on that will allow click-to-dial on a web page. Completely unrelated to any "dialer" functions. Vicidial is for Autodialing, that's where its power lies. If all you need is a phone call to be generated based on a click on a screen, any PBX will do (have a look at FreePBX, there are many releases based on FreePBX). There are also many click-to-dial browser add-ons, many of which are specific to certain flavors of FreePBX specifically, but mostly they just generate a command that can be caught by an installed soft-phone on the user's workstation. EG: The browser add-on alters the web page to request SIP:XXXXXXXXX and the installed soft phone catches that request and dials the number. Then it's just matter of that soft phone succeeding in making the call. Technically, you can connect the soft phone directly to a VOIP provider and not even HAVE a PBX at all. But certainly that would work as a manual dial in Vicidial just like any other PBX, too.

Happy Hunting.

Re: Do a call from a webpage withou login

PostPosted: Thu Dec 05, 2019 8:25 pm
by ambiorixg12
Using Originate AMI action you can initiate the call, I remember there is also a PHP script part of vicidial who also works to start a call

Re: Do a call from a webpage withou login

PostPosted: Fri Dec 06, 2019 9:00 am
by macaruchi
Thks! I am gonna check this script