POST Provider/Task/CallAgain
Before the caller calls Task/CallFinished, the caller may initiate another call. Since every call requires a confirmation from the listener before the call can be made, it needs to inform the server that it is ready to make another call. It needs to call Task/NextAction to get the CallEngine account info in order to make the call.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |