2

A client wants to use our (ERP) web application as some kind of incoming and outgoing calling software. He needs phonenumer recognition and to be able to dial a number by clicking with the mouse and then pick up his phone.

Somehow a TAPI or VOIP connection must be made on the clients computer, I think... for this I could create a small listener/dialer program (not in PHP, but in Delphi for example) that is installed on each client,but how would I let this communicate with the browser / web server?

Another way could be by installing our web application on the server of the client itself, which has a direct link to the telephone software server.

Has anybody ever done something like this in PHP ? Any suggestions?

Dylan
  • 9,129
  • 20
  • 96
  • 153

2 Answers2

0

I came across this site www.tropo.com which has an API that adds Voice and SMS support to PHP and other languages.

Angus
  • 141
  • 1
  • 2
  • 13
0

Is your ERP software written in php? You may want to integrate with Asterisk (and open source pbx) (and by extension FreePBX if your in php anyway)

Mbrevda
  • 2,888
  • 2
  • 27
  • 35