0
votes

I'm getting started with Asterisk and I have to develop an app that will only be used to call people (an alarm system).

I'm using Java and Asterisk-Java, and I read that on their GitHub:

Did you know you can originate directly into AGI? This is really powerful and eliminates the need for dialplan when doing AGI.

So, if I get it properly, that means I can do without a dialplan.

Though, I can't get Asterisk-Java to work properly, but I don't know it is because I have no dial plan or for some other reason.

Thanks

1

1 Answers

0
votes

Yes, you need dialplan for anything except outgoing calling(initiated from asterisk side).

If you using only Originate and not need hangup handlers, caller id etc etc you can go without dialplan.

But in most cases it will be really tricky and usless.