Asterisk Play a file while calling for curl

In my dialplan I need to call a php file like below: exten => 6666,n,Set(foo=${CURL(http://reports.cr.mrgroup.in/IVR/sp.php?tid=${tid})}) it gives reponse after 1 min or 2min , I want to play a music file in these times. please give me some idea how to achieve this and if there any other option.