-
Notifications
You must be signed in to change notification settings - Fork 2
/
Fixes.txt
34 lines (24 loc) · 1.59 KB
/
Fixes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
BUG: at freepbx ./install part
Reading /etc/asterisk/asterisk.conf...Error!
Unable to read /etc/asterisk/asterisk.conf or it was missing a directories section
FIX:Run: sed -i '/directories/s/(!)//' /etc/asterisk/asterisk.conf
BUG: Cant install freepbx modules
FIX: Run: emerge -av =app-crypt/gnupg-1.4.19:0
BUG: Cron permissions fix
Unable to continue. Cron line added didn't remain in crontab on final check in /var/www/localhost/admin/libraries/BMO/Cron.class.php on line 103
FIX: Run: chmod 777 /var/spool/cron/
BUG: No pear-db
FIX: Run:pear install DB-1.7.14
BUG: Fix Permission for /etc/asterisk
Unable to continue. file_put_contents(/etc/asterisk/extensions_additional.conf): failed to open stream: Permission denied in /var/www/localhost/admin/libraries/BMO/WriteConfig.class.php on line 168
FIX: Run: chmod 777 /etc/asterisk -R
BUG: When receive call from number@IP, with used sip.domain.name as Domain, Microsip put number@ip-address of server instead of just number
FIX: Add fromdomain=sip.domain.com to asterisk on global section
BUG: When you dial SIP extension from IVR or Queues, extension will be dialed with 'unset' timeout (300seconds), only if no additional conditions.
FIX: Write extensions_override_freepbx.conf:
[macro-exten-vm]
exten => s,5,Set(RT=${IF($["${ARG1}"!="novm" | "${DB(CFU/${EXTTOCALL})}"!="" | "${DB(CFB/${EXTTOCALL})}"!="" | "${ARG3}"="1" | "${ARG4}"="1" | "${ARG5}"="1"]?${RINGTIMER}:14)})
BUG: Can't play CDR records via firefox
FIX: Use google chrome
BUG: Multiple recording files
FIX: Use call recording option on extensions and on outgoing routes, but not on incoming routes