Versions Compared

Key

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

...

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

    Code Block
    themeEmacs
    languageruby
    [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.
Code Block
[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 = call
write =

Configuring TIM Enterprise

Follow the steps below to configure TIM Enterprise to collect the SMDR data from your Asterisk phone system:

  1. Click on the Directory tab.
  2. Choose the PBX object you want to configure and click Properties.
  3. A new window will open. In the General tab, select Asterisk from the Data format list and tick the Keep a local backup of data box, as shown below:
    Screenshotmacro
  4. In the Connection tab, select Establish TCP connection to PBX from the Connection method list
  5. In the Host field, enter the IP address of your Asterisk phone system.
  6. In the Port field, enter 5038.
  7. Leave the Username and Password fields blank.
  8. In the Connection script field, select Asterisk from the drop-down list.
  9. Click on the Save button to apply the changes.
    Screenshotmacro

 

 

 

 

 

 

 

HTML
<p>These instructions should assist in configuring your Asterisk PBX to 
work with TIM Enterprise. If you are not familiar with PBX 
configuration, please contact your system maintainer.</p>

<table class="confluenceTable">
	<tbody>
		<tr>
			<th class="confluenceTh" width=158>Connection information</th>
			<th class="confluenceTh">Description</th>
		</tr>
		<tr>
			<td class="confluenceTd"><b>Connection type</b></td>
			<td class="confluenceTd">IP</td>
		</tr>
		<tr>
			<td class="confluenceTd"><b>IP method</b></td>
			<td class="confluenceTd">TIM Enterprise makes a connection to the Asterisk PBX.</td>
		</tr>
	</tbody>
</table>

<p>You will need to follow the below steps to enable CDR to be sent out via IP on your Asterisk PBX:</p>

<ul id="table">
	<li>Enter the <span class="reference">Server Setup System</span>.</li>
	<li>Under the <span class="button no_margin">Advanced</span> section select to edit the <span class="keyword">manager_custom.conf</span>.</li>
	<li>Add the following lines to the file: <span class="keyword">

...