Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: опечатка

Установка

abills/libexec/config.pl

Code Block
languagebash
@MODULES = (
          'Voip'
          );
 
%ACCT = ();
#For VoIP GNU Gatekeeper accounting
$ACCT{gnugk}    = 'Voip_aaa';
#For AstriskAsterisk accounting
$ACCT{asterisk} = 'Voip_aaa';
 
%AUTH = ();
#For VoIP GNU Gatekeeper Auth
$AUTH{gnugk}    = 'Voip_aaa';
#For AstriskAsterisk accounting
$AUTH{asterisk} = 'Voip_aaa';

...