Help.

Hello all! I am new to Genesys.I was looking into a URS log and found this:
09:24:50.247_I_I_01f3020816117d10 [09:04] <<<<<<<<<<<<suspend interpretator(JUMPING), timers:00001
09:24:50.247_G_I_ [01:0b] look for hanged interactions: 3 at all now
09:24:50.247_G_I_ [01:0b] there are 3 calls in progress now

What does this mean?
Thank you.

Line 1 is not related with lines 2 and 3.
Line 1 - call with connid 01f3020816117d10 changes “active” strategy (either invoke subroutine or returns from subroutine)

Line 2 and 3 is about periodic (once per minute) checking of “health” of all calls that URS work with.
Line 2 - checking is started and there are 3 calls that URS work with right now.
Line 3 - checking is ended - still tyhere are 3 calls (= no calls was deleted, or all 3 calls are OK from URS point of view).

1 Like

Thanks a lot :slight_smile:

2 Likes