Author Topic: MICC Requeue callback timer  (Read 1144 times)

Offline riv_mitel

  • New Member
  • *
  • Posts: 1
  • Country: nl
  • Karma: +0/-0
    • View Profile
MICC Requeue callback timer
« on: February 04, 2021, 04:44:03 AM »
Hi guys,

I hope one of you can help me out with the following:

We have a customer with MICC / IVR and callback enabled.

The issue is that when an agent requeues a callback the timer adds 30 minutes.

I completly check the default outbound subroutine but cant find the specific timer to lower this timer to for example 5 min instead of 30 min

I need this live asap hope one of you guys can help me out  :-\


Offline mark.vanderheijden

  • Full Member
  • ***
  • Posts: 130
  • Country: nl
  • Karma: +8/-0
    • View Profile
Re: MICC Requeue callback timer
« Reply #1 on: February 05, 2021, 10:18:40 AM »
Hi,

That is the default value, please try this solution:

1. On theMiCC server, go to [InstallDir]\CCM\Services\EnterpriseServer\.
2. Open theprairieFyre.Services.EnterpriseServer.exe.conf ig file in an editor like Notepad.
3. Go to the bottom of the <prairieFyre.Services.EnterpriseServer.Properties. Settings> section
4. Insert the following:
<setting name=\"DefaultAbandonedCallbackRequestExpiry\" serializeAs=\"String\">
<value>30</value>
</setting>
5. Change the value to the time desired. This will be the delay between an abandoned call and the initial callback attempt in minutes (the above example shows the default 30 minutes).
6. Save the file.
7. Restart the prairieFyre .NET Enterprise Server service.


 

Sitemap 1 2 3 4 5 6 7 8 9 10