Versions Compared

Key

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

These instructions help you configure your Asterisk phone system to work with TIM Plus. Contact your system maintainer if you are not familiar with the configuration of your PBX.

Pbxsummary
Supportfiles1Asterisk.TDT
Supportfiles2Asterisk.TDS
Requiredtask1Configure the SMDR output
Requiredtask2Configure TIM Plus
ConnectionActive connection
RequiredTask1Configure the SMDR output
RequiredTask2Configure TIM Plus

HTML
<a id="Configure the SMDR output"></a>

Configuring your SMDR output

Follow these steps to enable SMDR output on your Asterisk phone system:

  1. Enter the 
    Referencemacro
    LabelServer Setup System.
  2. Under the Advanced section, edit the manager_custom.conf file.
  3. Add the following lines to the file:

    Code Block
    themeEmacs
    [CDRout]
    secret = 
    cdrdeny = 0.0.0.0/0.0.0.0
    permit = 10.0.0.0/255.0.0.0
    permit = 192.168.0.0/255.255.0.0
    permit = 212.57.232.128/255.255.255.128
    read = 
    write =
  4. Verify and save the changes.
HTML
<a id="Configure TIM Plus"></a>

Configuring TIM Plus

Follow the steps below to configure TIM Plus for collection of SMDR data from your Asterisk PBX:

  1. Log in to TIM Plus and click on the Directory tab.
  2. Choose the site you want to configure and click 
    Buttonmacro
    LabelProperties
    .
    Screenshotmacro
    Borderfalse
    URL/download/attachments/4817117/asterisk_1.png
  3. In the Site Properties window, select Asterisk from the PBX model drop-down list.
  4. In the Connection method field, select Actively connect to PBX from the drop-down list.
  5. In the Host field, enter the IP address of your Asterisk phone system.
  6. In the Port field, enter 5038.
  7. In the Username and Password fields, enter your username and password accordingly.
  8. In the Connection script field, select Asterisk from the drop-down list.
  9. Click on the Save button to apply the settings.