How do you handle outbound calling?

  • 13
    Oct
    MTI has developed a web service to allow authorized clients to trigger outbound calling across all our platforms. Using simple http requests, clients specify the number to call, the ANI to present to the called party, and the URI of the program to fetch upon call connection. The service is designed to be called from a program, rather than anyone “hand generating” a request. When a http request is accepted, you receive a unique id. Otherwise, you receive an error code. Using the id, you can make additional requests to determine if the call has been placed and/or completed. For security purposes and to provide HIPAA compliance it uses SSL to encrypt the information sent to the web service.