NEED A HELP TO SET UP THIS FEATURE.. REQ PIN NUMBER TO CONNECT INBOUND RING GROUP

Status
Not open for further replies.

alexbaik

New Member
Oct 5, 2022
2
0
1
47
Basically we need a pin code (pass code) to connect the inbound route.

for example.

DID 213-555-1212 --> enter pin number ---> connect to our ring group or call center.

Is there any feature available in fusionpbx? Help me out.
 

yois

New Member
Jul 14, 2020
12
1
3
41
The easy way without any programming:

Create an IVR with one destination (your ring group) and the menu option is the PIN number. Set the Long Greeting to something like "Please enter the PIN number". Set max failures and max timeouts to 1. Set your invalid destination to hangup.

The cooler way:

Write a small LUA script to take a channel variable to verify the PIN number and call session:transfer() if the PIN is correct.
 
Status
Not open for further replies.