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

Is there any way to allow me press 3 in CUC directory handler

ahmad_tamneh
Level 4
Level 4

Dears,

As you know the caller input within the directory call handler is limited to the following options :

*

0

No Input

No Selection

How about If I want to press any other digit during the Directory Call Handler.

How can I accomplish this ??

any Idea ?

1 Reply 1

Jonathan Schulenberg
Hall of Fame
Hall of Fame

You need to use a System Call Handler instead. The Directory Handler is designed for one and only purpose. The common design is to start with a Call Handler and offer the Directory Handler as one of the options for dial-by-name.

Please remember to rate helpful responses and identify helpful or correct answers.