Changeset 7529

Show
Ignore:
Timestamp:
03/14/09 07:11:39 (4 years ago)
Author:
oej
Message:

Small updates to the config files, mostly documentation

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/trunk/amp_conf/astetc/logger.conf

    r8 r7529  
    2626; 
    2727;debug => debug 
     28; The DTMF log is very handy if you have issues with IVR's 
     29;dtmf => dtmf 
    2830;console => notice,warning,error 
    2931;console => notice,warning,error,debug 
  • freepbx/trunk/amp_conf/astetc/manager.conf

    r1785 r7529  
    11; 
    2 ; Asterisk Call Management support 
     2; AMI - Asterisk Manager interface 
     3
     4; FreePBX needs this to be enabled. Note that if you enable it on a different IP, you need 
     5; to assure that this can't be reached from un-authorized hosts with the ACL settings (permit/deny). 
     6; Also, remember to configure non-default port or IP-addresses in amportal.conf. 
     7;  
     8; The AMI connection is used both by the portal and the operator's panel in FreePBX. 
     9
     10; FreePBX assumes an AMI connection to localhost:5038 by default. 
    311; 
    412[general] 
  • freepbx/trunk/amp_conf/astetc/modules.conf

    r7345 r7529  
    11; 
    2 ; Asterisk configuration file 
     2; Asterisk Module Loader configuration file 
    33; 
    4 ; Module Loader configuration file 
    54; 
    65 
     
    3635load => format_pcm.so 
    3736load => format_au.so 
    38 ; This isn't part of 'asterisk' iteslf, it's part of asterisk-addons. If this isn't 
     37; This isn't part of 'Asterisk' iteslf, it's part of asterisk-addons. If this isn't 
    3938; installed, asterisk will fail to start. But it does need to go here for native MOH 
    4039; to work using mp3's.  
     40;   Note that on a system with a high number of calls, using a compressed audio format for 
     41;   musiconhold takes CPU resources. Converting these files to ulaw/alaw makes the job 
     42;   much easier for your CPU. 
    4143load => format_mp3.so 
    4244load => res_musiconhold.so 
    4345; 
    4446; Load either OSS or ALSA, not both 
    45 ; By default, load OSS only (automatically) and do not load ALSA 
     47; By default, load no console driver 
    4648; 
    4749noload => chan_alsa.so 
    4850noload => chan_oss.so 
    4951; 
    50 ; Module names listed in "global" section will have symbols globally 
    51 ; exported to modules loaded after them. 
    52 ; 
    5352noload => app_directory_odbcstorage.so  
    5453noload => app_voicemail_odbcstorage.so  
    55  
    56 [global] 
  • freepbx/trunk/amp_conf/astetc/rtp.conf

    r1725 r7529  
    55; 
    66; RTP start and RTP end configure start and end addresses 
     7; These are the addresses where your system will RECEIVE audio and video streams. 
     8; If you have connections across a firewall, make sure that these are open. 
    79; 
    810rtpstart=10000