this is my twiml what I m using to connect the call-
<Response>
<Dial action="dailemptyqueueurl">
<Client statusCallbackEvent="initiated ringing answered completed" statusCallback="twilio_call_notification_handler.php" statusCallbackMethod="POST">cleint</Client>
</Dial>
<Redirect>holdmusic</Redirect>
</Response>