Author Topic: Calls entering the exit block after target block timeout  (Read 3342 times)

Offline New...

  • Newbie
  • *
  • Posts: 49
  • Karma: 0
Calls entering the exit block after target block timeout
« on: June 29, 2011, 04:02:26 PM »
Hi,

We are using target block and given timeout of 10 secs. If no target available, we are assigning priority and looping for 5 times the target block. In that case, the callers can wait in queue for 50 secs and once it reaches 5 times, we are exiting the strategy. In this case, which queue stat gets incremented (abandoned/forwarded/cleared) and RP/queue entered would be 1 or 5?

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7640
  • Karma: 56330
Re: Calls entering the exit block after target block timeout
« Reply #1 on: June 29, 2011, 07:28:27 PM »
distributed.
But distributed to where?? where does the red port takes the call? On outbound would be dropped call

Offline fnunezsa

  • Full Member
  • ***
  • Posts: 213
  • Karma: 5
Re: Calls entering the exit block after target block timeout
« Reply #2 on: June 29, 2011, 11:46:24 PM »
[quote]which queue stat gets incremented (abandoned/forwarded/cleared)[/quote]
cleared

[quote]RP/queue entered would be 1 or 5[/quote]
Depends on the stat you're using. If you're using Total_Entered then the value will be 5, but if you're using Total_Calls_Entered

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7640
  • Karma: 56330
Re: Calls entering the exit block after target block timeout
« Reply #3 on: June 30, 2011, 02:23:40 AM »
Cleared calls are only valid for Virtual Queues. Routing Points don't generate such ones.