dolibarr 18.0.6
|
Script to search companies names based on incoming calls, from caller phone number. More...
Go to the source code of this file.
Script to search companies names based on incoming calls, from caller phone number.
exten => s,1,Set(CALLERID(name)=${CURL(http://IP-DOLIBARR:80/asterisk/cidlookup.php?phone=${CALLERID(num)}&securitykey=SECURITYKEY)}) Change IP-DOLIBARR to the IP address of your dolibarr server Change SECURITYKEY to the value defined into your setup of module ClickToDial
Definition in file cidlookup.php.