ā01-15-2021 09:34 AM
I have a call script with a menu within asking the end user to opt out if they want to leave a message. i have the script handled the call:
in the menu for 1 for voicemail
set contact info ( triggered contact- handled)
set ext = to ext
go to = call transfer
when i create a report on the call its show as abandoned call
how can i fix this?
thank you
Solved! Go to Solution.
ā01-15-2021 01:02 PM - edited ā01-15-2021 01:05 PM
I would switch the order around and remove them from the successful branch. Under the menu step for 1 leave a message, place the dequeue step, then the Set Contact Info step, the the call redirect step. Make sure your call redirect branches all have End steps.
Attached is an example from one of my scripts that works without incrementing an abandoned call.
ā01-15-2021 09:42 AM
Try a Dequeue step, then the set contact info handled as marked, then the call redirect step.
ā01-15-2021 10:01 AM
Still showing as abandoned call
ā01-15-2021 11:17 AM
Can you post that portion of the script?
ā01-15-2021 11:48 AM
ā01-15-2021 01:02 PM - edited ā01-15-2021 01:05 PM
I would switch the order around and remove them from the successful branch. Under the menu step for 1 leave a message, place the dequeue step, then the Set Contact Info step, the the call redirect step. Make sure your call redirect branches all have End steps.
Attached is an example from one of my scripts that works without incrementing an abandoned call.
ā01-18-2021 10:13 AM
That worked!! thanks for your help
ā01-20-2023 01:13 PM
@TomMar1is correct. However, you don't need the dequeue step. Dequeuing is really only needed if you want to remove a call from one queue and move them into another queue. For sending to voicemail you just need to Set Contact Info handled before your Call Redirect step.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide