VoIP Cookbook: Configuring Asterisk
Jump to navigation
Jump to search
As the Asterisk installed, we need to configure it so Asterisk functions the way you want it to be. All files that you need to configure are stored in the folder:
/etc/asterisk
The minimal configuration files need to edited are:
sip.conf - for user authentication with a phone number and password. extensions.conf - to set the dialplan. enum.conf – for ENUM, for example, for country code +62.
Aside from these files, there are more configuration files for those who are seriously interested to study the asterisk. For now, it is sufficient for you to learn configuring those three files.