I know that voicemail is implemented via the RECORD
twiml verb, but I want it run conditionally depending on whether the call was declined, not answered. Is this doable?
Asked
Active
Viewed 59 times
0

Rajdeep Sharma
- 463
- 1
- 5
- 9
-
I think this may be possible via action property Dial verb, on action request I can probably detect if the phone was not answered and respond with voicemail twiml code. is this correct way to handle this? – Rajdeep Sharma Mar 29 '18 at 06:13
-
I got reassurance that this solution will probably work from here https://stackoverflow.com/questions/28463312/twilio-twiml-dont-record-after-client-hangs-up?rq=1 – Rajdeep Sharma Mar 29 '18 at 06:35