Asterisk VoIP PBX¶
Asterisk is a free and open source framework for building communications applications.
Features¶
- Full SIP protocol support
- VoIP calling with multiple codecs
- IVR (Interactive Voice Response)
- Call queues and ACD
- Voicemail with email notifications
- Conference calling
- Call recording
- WebRTC support
Quick Start¶
Ports¶
| Port | Protocol | Description |
|---|---|---|
| 5060 | UDP/TCP | SIP signaling |
| 5061 | TCP | SIP over TLS |
| 10000-10099 | UDP | RTP media |
Configuration Files¶
config/pjsip.conf- SIP endpointsconfig/extensions.conf- Dialplanconfig/voicemail.conf- Voicemail settings