Parlay X Third Party Call over Parlay uses the Usage Record component Web service to record events related to a service request.
Parlay X Third Party Call over Parlay implementation service record
Parlay X Third Party Call over Parlay usage records are created by calling the Usage Record component Web service, which creates entries in the USAGERECORDS table.
The following table lists the information that is passed to the
Usage Record component Web service in order to create a usage record for
Parlay X Third Party Call over Parlay.
Table 1. Parlay X Third Party Call over Parlay makeCall service attributes and descriptionsAttribute |
Description |
RESPONSE_TIME |
Time of processing the response. |
SERVICE |
The actual service name. |
TARGET |
Target string after the validation processing. |
CALLER |
It contains the address of the first user involved in the call. |
CALLED_PARTY |
It contains the address of the second user involved in the call. |
CALL_IDENTIFIER |
It identifies a specific call request. |
START_TIME |
The start time. |
Table 2. Parlay X Third Party Call over Parlay endCall service attributes and descriptionsAttribute |
Description |
REQUESTER |
The request name. |
START_TIME |
The start time. |
CALL_IDENTIFIER |
It identifies a specific call request. |
RESPONSE_TIME |
Time of processing the response. |
SERVICE |
The actual service name. |
Table 3. Parlay X Third Party Call over Parlay cancelCall service attributes and descriptionsHeader |
Header |
SERVICE |
The actual service name. |
START_TIME |
The start time. |
CALL_IDENTIFIER |
It identifies a specific call request. |
RESPONSE_TIME |
Time of processing the response. |
REQUESTER |
The request name. |
Table 4. Parlay X Third Party Call over Parlay getCallInformation service attributes and descriptionsHeader |
Header |
CALL_STATUS |
It identifies the status of the call. |
SERVICE |
The actual service name. |
CALL_DURATION |
Indicates the duration of the call. |
CALL_IDENTIFIER |
It identifies a specific call request. |
START_TIME |
The start time. |
RESPONSE_TIME |
Time of processing the response. |
REQUESTER |
The request name. |
Table 5. Parlay X Third Party Call over Parlay Error Response service attributes and descriptionsHeader |
Header |
ERROR_TYPE |
Error type of a specific target. Has to be one of the following: ServiceException
PolicyException
ServiceError, others
|
ERROR_TEXT |
Error text of a specific target. |
SERVICE |
The actual service name. |
ERROR_MESSAGE_ID |
Error message identifier of a specific target. Has to be one of the following: SVC xxxx
POL xxxx
|