URL: http://remote_host/TPCDialOut2/services/CallCenter?wsdl
agent_code: < Staff email>
mobile_phone: < Customer mobile phone to call to>
station_id: < Ip phone station ID>
datetime_request: < Timestamp>
message_code: " 001"
call_id: " 001"
{
data: {
message_code: " 001" ,
agent_code: < agent_code> ,
station_id: < station_id> ,
mobile_phone: < mobile_phone> ,
datetime_response: < timestamp> ,
call_id: < call_id> ,
error_code: < " 0" | " 1" > ,
error_desc: < " success" | " error" >
}
}
URL: http://remote_host/TPCDialOut2/services/CallCenter?wsdl
agent_code: < Staff' s email>
mobile_phone: <Customer mobile phone to call to>
station_id: <Ip phone station ID>
datetime_request: <Timestamp>
message_code: "004"
call_id: <Call ID>
{
data: {
message_code: " 004" ,
agent_code: < agent_code> ,
station_id: < station_id> ,
mobile_phone: < mobile_phone> ,
datetime_response: < timestamp> ,
call_id: < call_id> ,
error_code: < " 0" | " 1" > ,
start_time: < call start timestamp> ,
end_time: < call end timestamp> ,
duration: < call duration in second> ,
ringtime: < ringtime in second> ,
link_down_record: < direct link to voice record> ,
status: " 1" ,
error_code: < " 0" | " 1" > ,
error_desc: < " success" | " error" >
}
}