Hi I need to obtain the lost calls from an userId, how I can get this data? I can access to a web-service with different parameters:
Example:
GET /CiscoAction.asmx/SQLSelect?userId=string
GET /CiscoAction.asmx/Dial?num=string
GET /CiscoAction.asmx/Exists?userId=string
but I need the lost calls from an userId. Any ideas to get this data? maybe an SQL query or some parameter? or other method?
Thanks.