Hello Community!
I would like to have an after hours IVR that says “for after hours support please input your six-digit PIN” the customer will then enter a variable number (example: 753741), this number then will have to be send to an HTTP API to get a 200 OK if the number is valid (meaning real customer) and only after that, forward the call to 800-222-4444. Otherwise the call will be drop after a disconnection message.
In other words
#1) “for after hours support please input your six-digit PIN”
#2) 753741
#3) API Call
#4a) forward to 800-222-444
########
#4b) “Invalid PIN, goodbye”
#5) disconnect call
I think it is possible based on these two post, but they code and the terminology is way above me at the moment and I cannot put all the pieces together.
Multiple key input
API Call
Could you guide me a little bit here?
Thanks.
##########
PD: I already have a working freepbx with SIP trunk, extensions and IVR with only one option (press 1 to go to extension 2000 since I cannot find another way to made it support multiple keys.