Asterisk is, in fact, a communications toolkit. Not a ready-to-go PBX. It has a lot of functionality that someone needs to craft into something. That something most often happens to be a PBX, but it doesn’t have to be a PBX. It can be contact center software, an automated call distributor, a voicemail system, a video mail system, an IP-PBX, or so much more. Someone could even add their own IoT hooks to it to turn it into some other kind of communication system. (For full details, see https://www.sangoma.com/products/open-source/). |
---|
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.
...
HTML |
---|
<a id="Configure the SMDR output"></a> |
...
Configuring your SMDR output
Follow the steps below steps to enable the SMDR output on your Asterisk phone system:
- Enter the
Referencemacro Label Server Setup System. - Under the select to , edit the manager_custom.conf file. section
Add the following lines to the file:
Code Block theme Emacs [CDRout] secret = cdrdeny = 0.0.0.0/0.0.0.0permit0 permit = 10.0.0.0/255.0.0.0permit0 permit = 192.168.0.0/255.255.0.0permit0 permit = 212.57.232.128/255.255.255.128read128 read = callwritewrite =
- Click to confirm the changeVerify and save the changes.
HTML |
---|
<a id="Configure TIM Plus"></a> |
Configuring TIM Plus
Below you will find steps on how Follow the steps below to configure TIM Plus to collect the SMDR data from your Asteriskyour Asterisk phone system:
- Log on in to TIM Plus and click on the tab.
- Click on Choose the site configured during the setup wizard you want to configure and click
.Buttonmacro Label Properties Screenshotmacro Border false URL http://docs.call-logger.com:8090/download/attachments/4817117/asterisk_1.png - Within In the Site Properties window, select Asterisk from the PBX model drop-down list.
- In the Connection method field, select Actively connect to PBX from the drop-down list.
- In the Host field, enter the IP address of your Asterisk phone system.
- In the Port field, enter in 5038.
- In the Username and Password fields, enter your username and password accordingly.
- In the Connection script field, select Asterisk from the drop-down list.
- Click on the button to apply the settings.