BreadCrumbs: Asterisk
Asterisk
From Luke Jackson
(Difference between revisions)
Revision as of 14:38, 10 October 2006 (edit) Ljackson (Talk | contribs) (→FAQs) ← Previous diff |
Revision as of 19:45, 14 October 2006 (edit) Ljackson (Talk | contribs) (→FAQs) Next diff → |
||
Line 26: | Line 26: | ||
==FAQs== | ==FAQs== | ||
- | + | '''How do I dial from the CLI?''' | |
+ | You'll need chan_oss for that. chan_oss provides a "dial" command form the CLI that literally connects the soundcard (via chan_oss) to the outgoing line. By including the module chan_oss, you'll find a new "dial" command on the CLI. | ||
[[Category:VoIP]] | [[Category:VoIP]] | ||
[[Category:Linux]] | [[Category:Linux]] |
Revision as of 19:45, 14 October 2006
To learn more about Asterisk and its partners you can visit their website at Asterisk.org.
Contents |
Introduction
Asterisk is an open source PBX system then runs on the Linux operating system.
I support Asterisk because of its price benefits and ease of expansion.
Some key features of Asterisk are listed below.
- Voicemail to eMail
- Softphone (Computer Based Phone) support
- Analog Phone Support (PSTN)
- ISDN PRI support for DID based routing
- VoIP support
Download
Hardware
Software
Tutorials
FAQs
How do I dial from the CLI? You'll need chan_oss for that. chan_oss provides a "dial" command form the CLI that literally connects the soundcard (via chan_oss) to the outgoing line. By including the module chan_oss, you'll find a new "dial" command on the CLI.
Categories: VoIP | Linux