Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Excerpt

In this article we'll see how to use the callback function on a queue without taking the caller out of the queue.

 

...

To prevent the caller is released and back again in the queue, we can use the "ExitWithKey" queue option. 

It allows the caller to exit from a queue with a key (a single digit)  for further action.

Using this option we built a different IVR configuration:

...

Tip
iconfalse
With this configuration, the caller goes to the CALLBACK block only when:
  • reach the queue timeout
  • press the digit 1
Otherwise the caller remains into the queue, keeping the current queue position.

 

 

 

Page Properties
hiddentrue
Related issues