Connect new phone system to fixdigital CRM for handle incoming calls. Integration The module is designed to handle incoming calls. The module allows:
How we work with other systems Process: Get call list by phone number CRM call CallCenter API method for get call list. Authorization: – username – password Security: Based on IP address Request: We need access to the database for direct requests. Example:
SQL: “(SELECT `time`, `ext`, `number`, `duration`, `filename`, `incoming` FROM `{$outgoingCallsTableName}` %s) WHERE `number` = {$phoneInSearchFormat}”
`time` – Time to call `ext` – Phone extension `number` – Call number `duration` – Call duration `filename` – Call Record Path
%https://wss-crm.fixdigital.co.il/webservice.php?crmname=%сrmname
.сrmname% – Dynamic name. Unique for client%
operation: incomingCall – Incoming call
sExt: 12345 – Short telephone number (Phone extension)
sNumber: 033004772 – Incoming call number
ClientId: 3 – Client ID (optionali)
=https://wss-crm.fixdigital.co.il/webservice.php?crmname
fixcrm?operation=incomingCall&sExt=12345&sNumber=033004772&ClientId=3
operation: incomingCallAnswered – Answered incoming call
ClientId: 3 – Client ID (optional)
{[]:"success":true,"result"}
fixcrm?operation=incomingCallAnswered&sExt=12345&sNumber=033004772&ClientId=3
CRM send request to CallCenter for call request
username –
password –
Based on IP address
=http://199.203.227.132/dialer/sodialer.php:6560?sExt=&sNumber=&ClientId
.ClientId: 0 – Client ID
.sExt: 12345 – Short telephone number (Phone extension)
sNumber: 033004772 – Number for Call
http://199.203.227.132/dialer/sodialer.php:6560?sExt=12345&sNumber=033004772&ClientId=0
_______________________________________________________________________ : Request
___________________________________________________________________ : Parameters _______________________________________________________________________ : Return ______________________________________________________________________ : Example
___________________________________________________________________ : Paramete _______________________________________________________________________ : Return ______________________________________________________________________ : Example
לצפיה במסך הדרכה
להורדה בפורמט וורד