Set a webhook URL for to receive a call status for dialed calls. This will inform you whether your call reached the recipient's handset, answered or hang out. We will be expecting response 200 OK, or we will keep retrying until the receipt expires after 6 trials (within 72 hours)
To set your call status callback URL
- Go to voice preferences : http://software.unifonic.com/en/account/voicepreferences
- add your Call Back Url
- Response will include the following parameters :
CallID |
A unique ID that identifies a voice call |
CallStatus |
Created call status, the possible values are : (Queued, Completed , Terminated, Busy/NoAnswer , Rejected and Failed) |
Recipient |
Destination mobile number, mobile numbers must be in international format without 00 or + Example: (4452023498) |
TimeCreated |
The time that the voice call has created |
SCTS |
time when notification is received from provider network in the following format yyyy-mm-dd hh:mm:ss |
DLRTimestamp |
When Platfrom started to push the receipt to your callback URL in the following format yyyy-mm-dd hh:mm:ss |
Comments