Required Fields

Previous Top Next

Once you have successfully registered OutCALL, you need to configure PBX server so it can work with OutCALL. These fields are required.

 

 

 

 

PBXware with Asterisk:

 

1. Navigate to PBX server url. For example: 'http://192.168.1.1/admin/'

 

2. Enter administrator 'Email' address and 'Password'.

 

3. Click Login button

 

4. Navigate to 'Settings: Conf files: Manager'

 

5. Be sure that the following lines are located at the top of 'manager.conf' file:

       [general]

       enabled = yes

       port = 5038

       bindaddr = 0.0.0.0

 

6. Add OutCALL account by adding the following lines:

       [outcall]

       secret = password

       read = system,call,log,verbose,command,agent,user

       write = system,call,log,verbose,command,agent,user

 

       

  You may substitute 'username' and 'password' with custom values.

 

7. Click 'Save' button.

 

8. Restart the PBXware.

 

 

 

 

Vanilla Asterisk:

 

1. Login via SSH to your Asterisk.

 

2. Edit 'etc/asterisk/manager.conf' file and make sure following lines are added:

       [general]

       enabled = yes

       port = 5038

       bindaddr = 0.0.0.0

 

       [john]

       secret = password

       read = system,call,log,verbose,command,agent,user

       write = system,call,log,verbose,command,agent,user

       

 

  You may substitute 'username' and 'password' with custom values.

 

3. Restart the Asterisk

 

 

 

 

 

Click here for Advanced Options