cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
308
Views
0
Helpful
1
Replies

IVR disconnection issue

mferhai
Level 1
Level 1

Dear Cisco Support,

I have a CUCM6.0 server with IVR 5.0 integration.

I have an issue when calling Cisco IVR..in deed, IVR doesn't disconnect the call once we hungup the call from internal/external.

Can you please give me some clues to fix it

Many Thanks

MF

1 Reply 1

Jonathan Schulenberg
Hall of Fame
Hall of Fame

What IVR product are you using? IP IVR, UCCX, CVP, etc?

If you are using UCCX/IP IVR then you need to add an On Exception (contactInactiveException) step to your script. A script won't watch for caller abandonment unless you tell it to.

Example:

Start

Accept

On Exception (contactInactiveException) GoTo END

...script logic...

Terminate

LABEL: END

End

Note: Do NOT allow the exception to process any other steps besides End without a Clear Exception step. Doing so will cause an exception loop.