Difference between revisions of "Asterisk"
From DWIKI
⧼monobook-jumptonavigation⧽⧼monobook-jumptosearch⧽(25 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | ==Links== | ||
* [http://www.asterisk.org/ Homepage] | * [http://www.asterisk.org/ Homepage] | ||
* [http://www.asteriskdocs.org/ Documentation] | * [http://www.asteriskdocs.org/ Documentation] | ||
+ | * [http://www.automated.it/asterisk/lah-3-6-05_1.html The Little Asterisk Handbook] | ||
* [http://www.voip-info.org/wiki-Asterisk Wiki] | * [http://www.voip-info.org/wiki-Asterisk Wiki] | ||
* [http://www.voipuser.org/ Voipusers] | * [http://www.voipuser.org/ Voipusers] | ||
+ | * [http://www.fredshack.com/docs/asterisk.html Set up your own PBX with Asterisk] | ||
* [http://junghanns.net/asterisk/ A doc] | * [http://junghanns.net/asterisk/ A doc] | ||
* [http://www.automated.it/guidetoasterisk.htm Guide to Asterisk] | * [http://www.automated.it/guidetoasterisk.htm Guide to Asterisk] | ||
* [http://www.voip-info.org/wiki/view/A+more+complete+example Example configuration] | * [http://www.voip-info.org/wiki/view/A+more+complete+example Example configuration] | ||
+ | * [[Asterisk configuration notes]] | ||
+ | * [http://www.asterisknow.org/ AsteriskNOW homepage] | ||
+ | *[http://www.flyn.org/astldap/astldap.html Asterisk and LDAP] | ||
− | + | ||
− | * [http://www. | + | *http://www.asteriskguru.com/tutorials/ |
− | * [http://www.voip-wiki.nl/doku.php?id=xs4all a | + | |
+ | ==Related projects== | ||
+ | * [http://freepbx.org/ FreePBX] | ||
+ | * [http://www.trixbox.org/ Trixbox] | ||
+ | *[[FreeSwitch]] | ||
+ | |||
+ | ==Asterisk and XS4All sip== | ||
+ | |||
+ | * [http://www.voip-wiki.nl/doku.php?id=xs4all a posting] (in Dutch) | ||
* [http://www.voipuser.org/forum_topic_4109.html another thread] | * [http://www.voipuser.org/forum_topic_4109.html another thread] | ||
+ | |||
+ | ==FAQ== | ||
+ | ===Asterisk behind nat=== | ||
+ | Forward the following ports to your Asterisk server: | ||
+ | udp/5060 (sip) | ||
+ | udp 10000:2000 for rtp? | ||
+ | |||
+ | |||
+ | ==Keywords== | ||
+ | *[[PBX]] | ||
+ | *[[FXO]] | ||
+ | *[[FXS]] | ||
+ | *[[PSTN]] | ||
+ | *[[SIP]] | ||
+ | *[[IAX]] |
Latest revision as of 17:13, 17 March 2011
Contents
Links
- Homepage
- Documentation
- The Little Asterisk Handbook
- Wiki
- Voipusers
- Set up your own PBX with Asterisk
- A doc
- Guide to Asterisk
- Example configuration
- Asterisk configuration notes
- AsteriskNOW homepage
- Asterisk and LDAP
Related projects
Asterisk and XS4All sip
- a posting (in Dutch)
- another thread
FAQ
Asterisk behind nat
Forward the following ports to your Asterisk server: udp/5060 (sip) udp 10000:2000 for rtp?