CTI Integration internal configuration for testing
CTI Integration internal configuration for testing
Example format for CTI Integration testing
http://server:port/sdpapi/admin/cti?format=json&INPUT_DATA=%7B%22operation%22%3A%7B%22details%22%3A%7B%22caller%22%3A%229876543210%22%2C%22callee%22%3A%221891%22%7D%7D%7D&TECHNICIAN_KEY=557123F4-558C-4344-A787-052547277050
Use the above URL in Postman with (Post and Delete) methods to make and drop calls
or from REST API call.html
http://server:port/sdpapi/admin/cti
/
INPUT_DATA={
"operation": {
"details": {
"caller": "987XYYZ10",
"callee": "1891"
}
}
}