Changes

From SME Server
Jump to navigationJump to search
1,792 bytes added ,  20:15, 10 April 2017
Undo revision 33186 by Unnilennium (talk)
Line 33: Line 33:       −
==== SME9 ====
+
= SME9 =
 
1. First, <u>increase the php memory limit to at least 128M  '''BEFORE the installation'''</u>, '''or it will fail''' in the middle leaving it in an unstable state ( half mysql db installed, no modules activated).
 
1. First, <u>increase the php memory limit to at least 128M  '''BEFORE the installation'''</u>, '''or it will fail''' in the middle leaving it in an unstable state ( half mysql db installed, no modules activated).
 
  db configuration setprop php MemoryLimit 128M
 
  db configuration setprop php MemoryLimit 128M
Line 63: Line 63:        +
= SME8 =
 +
 +
You may need to first install the [[ATrpms]] repository.
 +
 +
yum --enablerepo=smecontribs --enablerepo=atrpms install smeserver-freepbx dahdi-linux-kmdl-$(uname -r)
 +
signal-event freepbx-update
 +
signal-event post-upgrade; signal-event reboot
 +
 +
source : http://forums.contribs.org/index.php?topic=48143.0
 +
<headertabs/>
    
= Components =
 
= Components =
Line 110: Line 120:  
**'''access''': (private|public). if you want to open asterisk on the public interface, you can set this to public.
 
**'''access''': (private|public). if you want to open asterisk on the public interface, you can set this to public.
 
**'''status''': (enabled|disabled). Should asterisk (with FreePBX provided helper script) should be started automatically.
 
**'''status''': (enabled|disabled). Should asterisk (with FreePBX provided helper script) should be started automatically.
 +
 +
*'''fop'''
 +
**'''status''': (enabled|disabled) Should we start the FOP server with FreePBX ?
 +
**'''Password''': This is the additional password for FOP. There's a first password needed to access FOP (by default, only admin is allowed). This first password is your SME account password. The second password (the one on this db parameter) allow users to use drag/drop on the different items (transfer call, initiate a call, hangup etc...). The default password is a random generated one at install time.
 +
**'''TCPPort''': This is the TCP port used for the communication between the flash applet and FOP daemon. The default is 4445
 +
**'''access''': The default is to allow only connections from the local network. You can allow external IP if you configure '''public''' here (and if you do so, you should limit this access to a list of IP using the AllowHost key)
    
*'''dahdi'''
 
*'''dahdi'''
Line 178: Line 194:     
= Known issues=
 
= Known issues=
 +
===SME8: Sounds===
 +
you might have some trouble with sounds not playing, after updates of freepbx.
 +
The problem is that freepbx in new release configures asterisk to search for sounds in /usr/share/asterisk/sounds but all rpm for centos will install them in  /var/lib/asterisk/sounds
 +
 +
create a symlink for each folder in it and everything will works.
 +
 +
===SME8: Dahdi-linux-kmdl===
 +
 +
be carrefull to keep the kernel module up to date every time you have a new kernel release ( wait if they are not available)
 +
 +
===SME8: FOP could not reload ===
 +
if after installation you get this message just do a
 +
service freepbx restart
 +
and everything will get fine !
 +
 
===SME9: CDR logging not enabled by default===
 
===SME9: CDR logging not enabled by default===
 
CDR logging is not enabled by default. To enable one must manually load the ''cdr_mysql.so'' module:
 
CDR logging is not enabled by default. To enable one must manually load the ''cdr_mysql.so'' module:
Line 189: Line 220:  
  yum install php-digium_register --enablerepo-digium-current
 
  yum install php-digium_register --enablerepo-digium-current
   −
Firewall addons does not work on SME, it requires Sysadmin RPM specific to the freepbx distribution.
+
Firewall addons does not work on SME, it requires Sysadmin RPM.
    
===SME9: warnings during yum install ===
 
===SME9: warnings during yum install ===

Navigation menu