...
Follow the below steps to enable the SMDR output on your Asterisk PBXphone system:
- Enter the
Referencemacro Label Server Setup System. - Under the manager_custom.conf. section select to edit the
Add the following lines to the file:
Code Block [CDRout]secret = cdrdeny = 0.0.0.0/0.0.0.0permit = 10.0.0.0/255.0.0.0permit = 192.168.0.0/255.255.0.0permit = 212.57.232.128/255.255.255.128read = callwrite =
- Click to confirm the change.
...