Quantcast
Viewing all articles
Browse latest Browse all 5767

Asterisk auto-dial out Chinese

Asterisk Call Files


Asterisk call files are structured files which, when moved to the appropriate directory, are able to automatically place calls using Asterisk. Call files are a great way place calls automatically without using more complex Asterisk features like the AGI, AMI, and dialplan, and require very little technical knowledge to use.

The Asterisk dial plan extensions.conf responds to someone calling an extension on a channel. If you want to initiate a call from an external application, there are several ways to do this.

asterisk 要啟動自動撥號功能有4種方法
  • 使用.call檔,它是個純文字檔,必須放在正確的目錄裡才行
  • 使用 manager API去啟動撥打。詳見 Asterisk manager dialout
  • 使用指令列 Asterisk CLI originate 這個指令
  • 使用 FollowMe這個指令,從 Asterisk 1.4 版本起,它就有能力實現多方通話(create multiple calls) 但它可能會被濫用於外撥(譯者注:我猜是被用來盜打)

See also additional Digium documents.

New in Asterisk 1.8: A new application Originate has been introduced, that allows asynchronous call origination from the dialplan. ...

Viewing all articles
Browse latest Browse all 5767

Trending Articles