we have insurance calls and our agents have to wait long to hear the insurance ivr. we want to skip the insurance ivr and automatically transfer the call to agent when IVR ends and some person form insurance answer the calls.
Is there any way we can achieve this or how can we check this from freepbx that the real person is speaking now.
If we were to interpret your ‘insurance ivr’ as ‘this particular insurance company’s IVR we are calling’ then Asterisk comes with talkdetect() and AMD() (Answering Machine Detect) . Probably the talkdetect() could work (because AMD() is for outbound calls) but it is intrinsically a ‘one-shot’ function, so you would need to write a context that is ‘re-entrant’ on an unwanted result.
The problem with this solution is that it will surely annoy the insurance company. Once the talking detector hears the remote party answering, it then has to transfer the live call to one of @faisalkhan’s agents. Are they going to answer immediately? Even if so, there’s a lag time while this processing happens. Why should they wait while you queue up? You’re the one calling them, not the other way around.
In my use case, no live human is initially involved, a detected ‘human’ is asked to answer a simple question simplistically “are you a human I can talk to?” , I prefer a second level “Hi there, what’s your name?”, STT checks the answer in a couple of seconds or less, a ‘yes’ response to the simplistic moves on, ‘Joanna’ or ‘Justin’ provides contextual progress indication if you want to be ‘human’ also.
(Passive aggressive first response before finding a live agent, “Please Hold Justin, You made me wait 22 minutes before you answered, I will be back with you in 23 seconds or so, OK?”)
Actually our agent dials and enters the insurance information and then call goes on IVR hold in which sometimes Call connected to the insurance agent in 2 min or 3 min or sometimes it takes them 10 to 20 mins.
so how to differentiate the IVR RTP and Human RTP. this is the real challenge right now.
(To be blunt, no one is going to write your business’s money- and time-saving custom asterisk config for free, so take the suggestion and run with it on your own or with hired help.)
because we want to upgrade and we did but due to lot of load and services running on the current system we are failed to migrate to the new server.
However, it’s in the migration plan to move to Freepbx 15.