" /> URS log message - Genesys CTI User Forum

Author Topic: URS log message  (Read 2411 times)

guest

  • Guest
URS log message
« on: May 12, 2009, 06:15:30 AM »
Advertisement
In URS log when a strategy / s/r is callled you would see this  -

call strategy *0x65*Strategy Name (level=2, cnt=7 from 1241829105.780)

return to strategy *0x65*Strategy Name (level=3)


What does level and Cnt signify here ?

Offline SisB

  • Jr. Member
  • **
  • Posts: 60
  • Karma: 0
Re: URS log message
« Reply #1 on: May 12, 2009, 06:40:44 AM »
  • Best Answer
  • level: the stack level for s/r call starting with 1 for strategy (loaded on DN).
    cnt: count of pushes in the stack (excluding strategy).
    « Last Edit: May 12, 2009, 06:44:10 AM by SisB »