Hi All,
I am able to use the sample IVR application for announcing estimated wait time without any issue. However in my application I have 2 Agent groups where call is transferred based in caller selection in IVR, and I am not able to understand how the average wait time will work differently/independently for 2 Agent groups as EWT is calculated based on Topic parameter i.e. Mon_AvgTConvWait.
Design
1. call comes to Topic - Main(7010)
2. Topic Routes the call to IVR which prompts the user to enter 1 for sales and 2 for support.
3. IVR returns the call to Topic -Main based on caller input.
4. Topic -Main routes the call to IVR (EWT) - where logic is kept for announcing the EWT. Here the topic variable Mon_AvgTConvWait is assigned for Topic-Main using (Configuration>System>Variables .
Now as EWT is calculated based on Topic-Main, I believe the awt should come same irrespective of I am transferring call to Sales group or Support group. Please correct me if my understanding is wrong.
I want to achieve that if caller is supposed to transfer to sales group then EWT should be announced for sales group or for support group if caller opted for that.
Should I create 2 different topics sales and support and route the call from Topic-Main to these groups. If yes how to define Mon_AvgTConvWait for mutiple topics.
Thanks,
Rajat Verma
I am able to use the sample IVR application for announcing estimated wait time without any issue. However in my application I have 2 Agent groups where call is transferred based in caller selection in IVR, and I am not able to understand how the average wait time will work differently/independently for 2 Agent groups as EWT is calculated based on Topic parameter i.e. Mon_AvgTConvWait.
Design
1. call comes to Topic - Main(7010)
2. Topic Routes the call to IVR which prompts the user to enter 1 for sales and 2 for support.
3. IVR returns the call to Topic -Main based on caller input.
4. Topic -Main routes the call to IVR (EWT) - where logic is kept for announcing the EWT. Here the topic variable Mon_AvgTConvWait is assigned for Topic-Main using (Configuration>System>Variables .
Now as EWT is calculated based on Topic-Main, I believe the awt should come same irrespective of I am transferring call to Sales group or Support group. Please correct me if my understanding is wrong.
I want to achieve that if caller is supposed to transfer to sales group then EWT should be announced for sales group or for support group if caller opted for that.
Should I create 2 different topics sales and support and route the call from Topic-Main to these groups. If yes how to define Mon_AvgTConvWait for mutiple topics.
Thanks,
Rajat Verma
Comment