继续阅读这个维基我看到这个扩展
exten => 6001,1,Dial(PJSIP/demo-alice,20)
我认为
exten is the extension
6001 the number to call
1 is the priority
Dial the application to use
PJSIP/demo-alice is defined in sip.conf
20 ???
我不明白20,是超时吗?或者是什么?谢谢
答案1
你会走错路。
首先阅读一些适合初学者的书,例如“Asterisk:电话的未来”。
https://wiki.asterisk.org/wiki/display/AST/Contexts%2C+Extensions%2C+and+Priorities
在您的情况下,拨号为“应用程序”。每个应用程序都有自己的参数,您可以在 asterisk.org 网站的帮助中找到它,或者通过执行
asterisk -rx "core show application Dial"
所有应用程序的列表是
asterisk -rx "core show applications"