Ticket #3740: op_server.cfg.diff

File op_server.cfg.diff, 1.8 kB (added by drmessano, 3 years ago)
  • op_server.cfg

    old new  
    11[general] 
    22; If you want to use freepbx/trixbox conf file, set this to 1 
    3 use_amportal_conf=0
     3use_amportal_conf=1
    44 
    55; host or ip address of asterisk 
    6 manager_host=192.168.0.1 
     6manager_host=127.0.0.1 
    77manager_port=5038 
    88; user and secret for connecting to * manager 
    9 manager_user=user 
    10 manager_secret=secret 
     9manager_user=UNUSED 
     10manager_secret=UNUSED 
    1111; The optional event_mask for filtering manager events. 
    1212; Asterisk will send only the events you request 
    1313; with this parameter. Possible values are: 
     
    5353 
    5454; location of the .swf file in your disk (must reside somewhere 
    5555; inside your web root) 
    56 flash_dir=/var/www/html/panel 
     56flash_dir=UNUSED 
    5757 
    5858; secret code for performing hangups and transfers 
    59 security_code=dkd4393kld 
     59security_code=UNUSED 
    6060 
    6161; Frequency in second to poll for sip and iax status 
    62 poll_interval=12000 
     62poll_interval=120 
    6363 
    6464; Poll for voicemail status (only necesary when you access the 
    6565; voicemail directories outside asterisk itself - eg. web access) 
    66 poll_voicemail=0 
     66poll_voicemail=1 
    6767 
    6868; 1 Enable automatic hangup of zombies 
    6969; 0 Disable 
     
    118118 
    119119; Formatting of the callerid field 
    120120; where 'x' is a number 
    121 clid_format=${CLIDNAME} (xxx)xxx-xxxx 
     121clid_format=(xxx)xxx-xxxx 
    122122 
    123123; If you want not to show the callerid on the buttons, set this 
    124124; to one 
     
    195195; extension@context, it will originate a call to 
    196196; voicemailmain when double clicking on the MWI icon 
    197197; for any button. 
    198 voicemail_extension = 3000@features 
     198voicemail_extension = *97@app-vmmain 
    199199 
    200200 
    201201; Channel variables to be passed from origin channels to Ringing channels