Dear All,
I’m trying to make an IVR system like following Diagram
+-----------+ +-----------+
| Master | -----------------------> | App IVR |
| IVR | +-----------+
| | -----------------------> +-------------+
+-----------+ | Payment IVR |
+-------------+
This is the senario of usage:
- The master IVR will receive original call and redirects it to App IVR.
- App IVR do its purpose and returns an amount to Master IVR
- Master IVR redirects call with amount as IAX parameter to payment IVR
- Payment IVR do the payment and reads the needed information to caller and hangs up
Right now I successfully implemented payment IVR and App IVR. I also installed Master IVR and IAX trunks is successfully in place. But I couldn’t find any way for returning a call from App IVR to Master IVR
The whole point is I want to make it impossible for App IVR to record the payment data. I don’t want to redirect(using call) form App IVR to Payment IVR
Please help me to find a solution for this situation.
Thanks all in advance