I have a call queue that I am servicing with agents who are mobile (cell phones or at home after hours) and will get paged when a call is in the queue. They dial the number which connects them to the queue and passes the awaiting user the url option example:
<?xml version="1.0" encoding="UTF-8"?>
<Response>
<Dial>
<Queue url="about_to_connect.xml">support</Queue>
</Dial>
</Response>
So my question is how best to prompt the agent that the call is bridged. Currently they are hearing silence which is also what is going to occur if they call and someone else already grabbed the only caller in the queue and they are awaiting the timeout value. I was hoping I could give a tone or some type of signal so they know when to answer by saying Hello this is so and so once the call is bridged to an awaiting caller.
Granted I can train the agents to know how long it should take before they connect. I could also change the message played to the queued caller to announce themselves but that seems odd when this isn't a conference call but a 2 party bridged call.
Help appreciated.