I've integrated twilio with a application i am coding, everything works great. i read almost all of the documentation but i cannot find a way to play an audio while forwarding a call. i can play it before forwarding the call but i would like to play the audio while the phone is ringing. anyone has a solution?
<Play loop="<?php echo $loop_audio_track; ?>"><?php echo $audio_track ?>
</Play>
<Say voice="<?php echo $voice; ?>" language="<?php echo $language_code; ?
>"><?php echo $busy_message ?></Say>