<?xml version="1.0" encoding="UTF-8"?>
<Response>
<Dial action="actionurl/" callerId="+1xxxxxxxxxx" record="record-from-answer-dual" timeLimit="3600" timeout="30">
<Number>+1yyyyyyyyyy</Number>
</Dial>
</Response>
My current TWIML is as follows. This places an outgoing call from the browser with number +1xxxxxxxxxx to +1yyyyyyyyyy. I want to play a recording saying "The call is being recorded" to the party being called. I am trying to find a solution without creating a conference.
I acheived this behavior for incoming calls quite easily by using the Say verb and then dialing the web application client.