How can I launch a call from a web based CRM package?
3CX Phone System allows you to easily integrate calling functionality into any web based CRM package, or in deed any software that can make HTTP post requests.
To launch a call to a particular number, simply generate an HTTP post request in the following format
http://localhost:5481/make_call.php?extnum=102&vmpin=102&to=105
Where:
- Localhost – is the IP or name of the 3CX Phone System server.
- extnum – is the extension number of the user placing the call
- vmpin – is the voice mail pin number of the user placing the call
- to – is the destination number. This must include any prefixes necessary.
General 3CX Phone System FAQs 
|