<postcall>

Role: <postcall> verb can be used to collect the all the information about the call. You can send us url to collect that information at any time during the call. However this is recommended to send that information as soon as possible.

Use:

  • Save the CDR in your system. Get all the information about the call and save it your system.

Attributes

Postcall verb does not have any attributes.

Here is an example of how <postcall> is used within code.

<?xml version="1.0" encoding="UTF-8"?> 
<Response>
         <postcall>www.example.com/collectcdr.php</postcall>
 </Response>

We send all the details about the call in post variable.

Last updated