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 Enterprise. Contact your system maintainer if you are not familiar with or need assistance with the configuration of your PBX.
...
Configuring your SMDR output
Follow these the steps below to enable the SMDR output on your Asterisk phone system:
- Enter the Server Setup System.
- Under the manager_custom.conf file. section, edit the
Add the following lines to the file:
Code Block theme Emacs [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 =
- Verify and save the changes.
HTML |
---|
<a id="Configure TIM Enterprise"></a> |
Configuring TIM Enterprise
...
- Click on the tab.
- Choose Locate the PBX object you want to configure and click in the Directory, right-click on it and select Properties.
- A new window will open . In the tab, select
- , displaying the general properties of your PBX object. Select Asterisk from the Data format list and tick the
- the
box, as shown below:Keywordmacro Label Keep a local backup of data Screenshotmacro Border false URL /download/attachments/3407878/asterisk_ 2 1.png - In Click on the tab , and select Establish TCP connection to PBX from the Connection method list.
- In the Host field, enter the IP address of your Asterisk phone system.
- In the Port field, enter 5038.
- In the Username and Password fields, enter your username and password accordingly.
- In the Connection
- IP script field, select Asterisk from the drop-down list.
- Click on the
Screenshotmacro Border false URL /download/attachments/3407878/asterisk_2.png button to apply the changes.