When a contact leaves a message on the Nixxis Voicemail IVR, this message must be handled by an agent.
In Nixxis Contact Suite, these messages are automatically converted into outbound callbacks.
To allow these records to be dialed within a dedicated outbound activity, a specific filter can be configured depending on the selected processing method.
When a contact leaves a message:
The system records the voice message.
A record is created or updated.
This record receives a system status: State = 15.
Status 15 corresponds to a system-qualified callback.
👉 In other words, the voicemail message becomes a record to be called back through an outbound activity.
An outbound activity only selects records that match its filtering criteria.
To process only records originating from the Voicemail IVR, you can add the following filter:
State = 15
This filter allows you to:
Select only voicemail callbacks
Prevent the activity from retrieving other types of records
Organize a dedicated and structured processing workflow
Without this filter, voicemail records will not be dialed by the activity if no specific redirection has been configured upstream.
If, in the configuration, an activity is explicitly designated to process voicemail messages, records originating from the Voicemail IVR are automatically redirected to that activity.
In this case:
Records are directly associated with the target activity
Selection is handled by the redirection mechanism
Adding the State = 15 filter is not required
The filter is therefore only necessary when the activity must identify these records through selection criteria, without any specific upstream redirection configured.
Messages left on the Voicemail IVR are converted into outbound callbacks.
They are identified by the system status State = 15.
A State = 15 filter allows targeted dialing when no specific redirection is configured.
If the activity is explicitly defined as the voicemail processing activity, the filter is not required.