« Back to CVP - All Versions

Estimated Wait time

Combination View Flat View Tree View
Threads [ Previous | Next ]
Is there an possibility of CVP application  knows the Estimated wait time  for call transfer , if yes then how application will retrieve this value

No. You would need to send the call back to ICM and let ICM announce the
wait time.

Cisco Developer Community Forums wrote:
> prince christopher joseph has created a new message in the forum "CVP
> - All Versions":
>
> --------------------------------------------------------------
> Is there an possibility of CVP application  knows the Estimated wait
> time  for call transfer , if yes then how application
> will retrieve this value
> --
> To respond to this post, please click the following link:
>
> <http://developer.cisco.com/web/cvp/forums/-/message_boards/message/1864701>
>
> or simply reply to this email.

I am new to CVP . Can you please let me know how to send the call back to ICM ? What is  the block i use in CVP studio to make this possible
 
Thanks !!!

You just have to end the subdialog to return the call back to ICM.  The beginning of your app has a CVP Subdialog Start and the last step should be CVP Subdialog return.
 
Also, if you wanted to play estimated wait time from a particular skill group or queue in CVP, you could pass in the time as a VXML parameter if you really wanted.  I pass quite a few parameters back and forth from ICM to CVP in the apps I work on.  The normal method is to use ICM since it has all the data already.
 
Bill.