cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
796
Views
5
Helpful
2
Replies

UCCX HTTP Contact replies works after script termination

Maxim Denisov
Level 3
Level 3

Hello,

I made a simplest script:

Start
Http Redirect
Delay 10
End

 

Why the browser calling trigger with this script gets response only after End step? Is it possible to get HTTP response immediately after Http Redirect step?

I'm going to put a Place Call step to CSQ and don't need a calling application to wait while the CSQ connects.

 

Regards,

Maxim

1 Accepted Solution

Accepted Solutions

Anthony Holloway
Cisco Employee
Cisco Employee
I think I recall that's how it works. Maybe try using the Trigger Application step in this script, to trigger a new workflow for the place call step and it's routine. You'll want it to be asynchronous too, that way, you can trigger it, and then end the HTTP routine.

View solution in original post

2 Replies 2

Anthony Holloway
Cisco Employee
Cisco Employee
I think I recall that's how it works. Maybe try using the Trigger Application step in this script, to trigger a new workflow for the place call step and it's routine. You'll want it to be asynchronous too, that way, you can trigger it, and then end the HTTP routine.

Your hint worked, thank you.