Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Fixing Asterisk config

...

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

    Code Block
    themeEmacs
    [CDRout]
    secret =  cdr
    cdrdenydeny = 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 =
  4. Verify and save the changes.

...