cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
732
Views
0
Helpful
3
Replies

External transfer within the IVR (UCCX)

pablo.beraldi
Level 1
Level 1

Dear,

I have an IVR within the express Contact center, that if they press an option it should be redirected to an external call (PSTN). This was solved with the Call redirect step.
The problem arises that although the circuit is working correctly, that call remains within the CUIC with disposition 1, even if it is answered successfully.

Is this so, or is there some other option to transfer a call outside the IVR and that the disposition remains connected and not abandoned.


thanks

2 Accepted Solutions

Accepted Solutions

Anthony Holloway
Cisco Employee
Cisco Employee

You will need to use the Set Contact Info step in the Successful branch of the Call Redirect step to mark the call as Handled.

 

E.g.,

Call Redirect (--Triggering Contact-- to "1234")
  Successful
    Set Contact Info (--Triggering Contact--, Handled)
    End
...

View solution in original post


thank you.

It worked correctly.

View solution in original post

3 Replies 3

JohnBushong8071
Level 1
Level 1

Did you try a Place Call step?

 

JB

Anthony Holloway
Cisco Employee
Cisco Employee

You will need to use the Set Contact Info step in the Successful branch of the Call Redirect step to mark the call as Handled.

 

E.g.,

Call Redirect (--Triggering Contact-- to "1234")
  Successful
    Set Contact Info (--Triggering Contact--, Handled)
    End
...


thank you.

It worked correctly.