I need a simple IVR that connects to a java app on one choice and redirects the call to an external, ordinary telephone number on another.
I have a SIP connection and can receive the call and connect to different java apps depending on IVR choice but I don’t know how to redirect externally.
Here is an extract from my extensions.conf
exten=2793,1,Ringing
exten=2793,n,Wait,2
exten=2793,n,Background(welcome)
exten=2793,n,WaitExten
exten=1,1,Goto(sip-in,app1,1)
exten=2,1,***Here I want to call outside***
exten=app1,1,Agi(agi://app1)