简体   繁体   English

我需要拨号计划吗?

[英]Do I need a dialplan?

I'm getting started with Asterisk and I have to develop an app that will only be used to call people (an alarm system). 我现在开始使用Asterisk,并且必须开发一个仅用于呼叫人的应用程序(警报系统)。

I'm using Java and Asterisk-Java, and I read that on their GitHub: 我正在使用Java和Asterisk-Java,并在他们的GitHub上阅读了该文章:

Did you know you can originate directly into AGI? 您知道您可以直接起源于AGI吗? This is really powerful and eliminates the need for dialplan when doing AGI. 这确实非常强大,并且在执行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. 虽然,我无法使Asterisk-Java正常工作,但是我不知道这是因为我没有拨号计划或其他原因。

Thanks 谢谢

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. 如果您仅使用始发,而不需要挂断处理程序,呼叫者ID等,则可以不使用Dialplan。

But in most cases it will be really tricky and usless. 但是在大多数情况下,这将非常棘手且毫无用处。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM