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 1 1 [general] 2 2 ; If you want to use freepbx/trixbox conf file, set this to 1 3 use_amportal_conf= 0;3 use_amportal_conf=1; 4 4 5 5 ; host or ip address of asterisk 6 manager_host=1 92.168.0.16 manager_host=127.0.0.1 7 7 manager_port=5038 8 8 ; user and secret for connecting to * manager 9 manager_user= user10 manager_secret= secret9 manager_user=UNUSED 10 manager_secret=UNUSED 11 11 ; The optional event_mask for filtering manager events. 12 12 ; Asterisk will send only the events you request 13 13 ; with this parameter. Possible values are: … … 53 53 54 54 ; location of the .swf file in your disk (must reside somewhere 55 55 ; inside your web root) 56 flash_dir= /var/www/html/panel56 flash_dir=UNUSED 57 57 58 58 ; secret code for performing hangups and transfers 59 security_code= dkd4393kld59 security_code=UNUSED 60 60 61 61 ; Frequency in second to poll for sip and iax status 62 poll_interval=120 0062 poll_interval=120 63 63 64 64 ; Poll for voicemail status (only necesary when you access the 65 65 ; voicemail directories outside asterisk itself - eg. web access) 66 poll_voicemail= 066 poll_voicemail=1 67 67 68 68 ; 1 Enable automatic hangup of zombies 69 69 ; 0 Disable … … 118 118 119 119 ; Formatting of the callerid field 120 120 ; where 'x' is a number 121 clid_format= ${CLIDNAME}(xxx)xxx-xxxx121 clid_format=(xxx)xxx-xxxx 122 122 123 123 ; If you want not to show the callerid on the buttons, set this 124 124 ; to one … … 195 195 ; extension@context, it will originate a call to 196 196 ; voicemailmain when double clicking on the MWI icon 197 197 ; for any button. 198 voicemail_extension = 3000@features198 voicemail_extension = *97@app-vmmain 199 199 200 200 201 201 ; Channel variables to be passed from origin channels to Ringing channels
