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
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 =

 

 

 

 

 

 

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">

...