Reputation: 17284
You can redirect a call and serve the following twiml if you want to play short audio file before ending the call:
<Response>
<Play>https://url/call_ended.wav</Play>
<Hangup></Hangup>
</Response>
Is it possible to do it in a conference for all participants? I know that I can iterate all participants and do it individually but is there a centeralized way to do it for conference?
Upvotes: 0
Views: 18