cancel
Showing results for 
Search instead for 
Did you mean: 

Leaving a callback request via database procedure

Former Member
0 Kudos

Hi there,

I've been digging around and can anyone confitm that to leave a callback only one correct row needs to be inserter into the CallBackQueue table?
This method seems to work with varying efficiency for me and I just thought I'd ask if I'm doing something wrong.

Best wishes,
Jaanus

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Yes, it needs one correct row only.

EDIT: Next call time must be in UTC as CCtr checks local time. SQL getdate will give you local server time and in your case you need to change it -3 hours to get UTC for callback table.

Former Member
0 Kudos

Thanks! I forgot about the UTC time and got weird long delays until the callback hit the queue.

Answers (0)