Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. edit /etc/asterisk/asterisk.conf
  2. uncomment line and change my_system_name with the unique system name (might be same or different from hostname) : 

    Code Block
    systemname = my_system_name


  3. save and exit
  4. edit /etc/asterisk/sip.conf
  5. uncomment line and set the realm to asterisk : 

    Code Block
    realm = asterisk


  6. save and exit
  7. restart asterisk service 

    Code Block
    systemctl restart asterisk


...