I have built the application in which duration of call can go up to 3 minutes, depends on caller.
Now my employer requirement is that call should not go more than 3 minutes. if it goes, then call should transferred to human.
How can implement this on each voice xml page to calculate time and if it is greater than 3 minutes then transfer to human?
Or any other idea to achieve this.
Thanks,
We've Moved! Please visit our new and improved forum over at our new portal: https://portal.plumvoice.com/hc/en-us/community/topics
Transfer call to human within particular time.
-
- Posts: 8
- Joined: Fri Sep 05, 2008 2:22 am
- Contact:
IVR code to transfer to human after time elapse
Hi,
You could use javascript to create a Date variable and use that variable to check with the current time to see if 3 minutes have passed. You would have to place this IVR code in all of your <catch> handlers and <filled> blocks within your IVR code.
You can use this previous post for some tips on how to achieve this: http://support.plumvoice.com/viewtopic.php?t=697
Then, once 3 minutes have passed, you can use the IVR tag, <transfer>, to transfer the user to a human.
Regards,
Plum Support
You could use javascript to create a Date variable and use that variable to check with the current time to see if 3 minutes have passed. You would have to place this IVR code in all of your <catch> handlers and <filled> blocks within your IVR code.
You can use this previous post for some tips on how to achieve this: http://support.plumvoice.com/viewtopic.php?t=697
Then, once 3 minutes have passed, you can use the IVR tag, <transfer>, to transfer the user to a human.
Regards,
Plum Support
Plum Support
http://www.plumvoice.com
http://www.plumvoice.com