Voicemail
In this early version of the feature you will be able to forward incoming calls to a voicemail box when a call is rejected or missed.
You will then be able to consult deposited voicemail messages by dialing *98 from a voicemail enabled number and authenticating with an access PIN that you set. Please make sure that the device you are calling from has the voicemail enabled number set as the Caller ID before dialling *98.
Setting an email and PIN
Setting a PIN and Email is required in order to enable the voicemail service.
Customers will be able to enable voicemail features today through the number settings on your portal account following these steps:
Go to ‘My Numbers’ in the ‘Numbers’ section.
Filter for the number you wish to configure voicemail.
Click the pencil icon, under the actions column, to be brought to the number settings.
Click the "voice" sub tab to access the voice related settings of your number.
Scroll down until you find the Voice Mail section.
Click the toggle to enable voicemail.
Set your PIN and email.
Calls Voicemail Completed Event
If you have set a webhook url on your SIP Connection, we now deliver a new webhook event so you can stay informed about any voicemails that have been left through calls.voicemail.completed.
Example:
{
"data": {
"event_type": "calls.voicemail.completed",
"id": "93958804-6787-4623-bb59-a4e4ce1c44de",
"occurred_at": "2023-11-15T08:00:33.589698Z",
"payload": {
"call_session_id": "036c8492-838d-11ee-b3bb-02420a0d3a69",
"connection_id": "1635420769989166414",
"from": "+13121234567",
"recording_url": "url of recording to download file",
"to": "+13127654321"
},
"record_type": "event"
},
"meta": {
"attempt": 1,
"delivered_to": "https://webhook.site/0a6718c8-e59a-4921-8119-c395d631a99b"
}
}