Need info about IVR

Hi,
I’m a new user and need to create a following scenario:

1 - User provides his landline or cell phone number in a form (i.e. lets say it “form A”) and hits submit.
2 - After submission, the user is directed to some other page (i.e. lets say it “form B”) where he can see a text field. In the meantime, he gets an incoming call from asterisk on the same number which he provided in the first point.
3 - User hears some automated voice and a code which he is supposed to enter in the “form B”.
4 - If the code described by the asterisk gets matched with the code entered by the user, he listens “You are accepted”. Otherwise, he listens “You are rejected” and terminates the call.

For this, I would prefer using SIP gateways.

Can you people please let me know what things I need to study and which SIP provider would be the best for this requirement.

Waiting for your precious replies.

Thank you!

If you’re going to do this with asterisk you’re gonna need to read about AGI and Asterisk Manager.

It should be do-able without AGI.

It is not IVR, as normally understood.

Look at:

AMI Originate
AMI Redirect
AMI SetVar
Application Playback()
Application Wait()
Application Dial()

None of this is specific to the use or non-use of SIP.

You’re right, it should be doable without AGI. Initially I didn’t read all the requirements and started with the AGI :smile: