Friday, June 1, 2012

Management Asterisk VOIP PABX

when you connect to your installed Asterisk VOIP PABX, use this connection as default:

  • user: root
  • pass: astlinux
to add new client:
  1. goto /etc/asterisk
  2. add new client:
    1. type: vi /etc/asterisk/sip.conf
    2. to know about references about editing using vi, visit http://www.ungerhu.com/jxh/vi.html
    3. edit the sip.conf, for adding new client:
      • give new caller id as sample :
        • [123]               --> the client name
        • type=friend     --> this client can use the PABX
        • username=123
        • secret=123      --> the password
        • host=dynamic
      • save the sip.conf
  3. add new extension for PABX
    1. type: vi /etc/asterisk/extensions.conf
    2. edit the extensions.conf, follow the last exten noticed there
to use the client:
1. install the VoIP client
2. add the asterisk IP address as gateway