I want my my Twilio Studio flow help me record a voicemail and forward it to me. I'm using 3 widgets to try to accomplish this.
- Connect Call To
- Split Based On
- Add TwiML Redirect
The flow follows this direction Connect Call To > Split Based On > Add TwiML Redirect
The "Connected Call Ended" transition goes into the Split Based On widget, and I'm using the DialCallStatus as my variable to test. My condition is "Matches Any Of", and its values are "no-answer,busy,failed". The transition from this widget is to my Add TwiML Redirect, and then to my Voicemail Twimlet.
When I test, the last step isn't working and the voicemail I get is my personal one and not the one I setup on the last widget for my Voicemail Twimlet. Any recommendations as to what I need to change?