Edit the configuration files in /etc/asterisk as desired. Suggested changes for a SIP only system are:

  • cd /etc/asterisk
  • vi indications.conf manager.conf res_mysql.conf
  • ifconfig
  • vi sip.conf

indications.conf

  • Set the country. This must match one of the entries in the file.

manager.conf

  • Change the password for enswitch. The value doesn't matter, as enswitch_routed reads this file directly each time it starts.

res_mysql.conf

  • Set database server if a different machine.
  • Set database password.

sip.conf

  • If SER is running on the same machine, change bindport to 5070.
  • Edit [enswitch-local], and set the IP of SER in "host" and "fromdomain". If SER is on the same machine, you should the main machine IP address rather than 127.0.0.1, as SER only listens on the main IP address.
  • Add contexts for PSTN carriers.