Asterisk without a GUI can be configured in many different ways. The following are our standard settings for connecting your Asterisk server to the TelTel network.

1. SSH into the server using a tool like putty (if you are in windows) or from the console if you are using Macintosh.

2. Once you have logged in, the standard asterisk installation will add your configuration files to /etc/asterisk/ , we will need to edit the SIP.CONF file to connect to TelTel.

3. Type: nano -w /etc/asterisk/sip.conf

4. You should now be in the text editor editing the SIP.CONF file.

5. Add the following to the bottom of your SIP.CONF file:

6. Add the following to the top of the same file:

7. Save the file by pressing CTRL+X and answering YES to save the file.

8. Finally you will need to login to Asterisk and reload the configuration file by typing: asterisk -r and press enter

9. You should now be at the Asterisk CLI prompt. Now type: core reload  and press enter

10. type: exit to leave the asterisk CLI.

Your Asterisk server should now be connected to the TelTel network. If you want to use the trunk you will need to tell your extensions to send the calls through the TelTel trunk, which will mean their dial command will look like DIAL(SIP/teltel/12345678).

As asterisk can be configured in so many different ways, if you require more assistance configuring core (no GUI) asterisk please contact technical support and we can organize to have a technician login to your server from remote to see what configuration changes are required.