I have done upgrade from 2.3 to 2.4 (unziped 2.4 into clean dir and copied modules dir from the 2.3 dir)
after making changes to a caller plan (change destination of incoming route)
and clicking on "Apply config changes" bar I get an error "exit: 255"
phpinfo shows that I have 128MB mem limit so not really sure why it gives our of 16MB error message.
Since it only happends if I do that change but if I revert back the incoming route change then everything works fine and I am able to make and apply all other changes.
Here is the full error message:
exit: 255
Checking for PEAR DB..OK
Checking for PEAR Console::Getopt..OK
Checking for /etc/amportal.conf ..OK
Bootstrapping /etc/amportal.conf ..OK
Parsing /etc/amportal.conf ..OK
Parsing /etc/asterisk/asterisk.conf ..OK
Connecting to database..OK
Connecting to Asterisk manager interface..OK
Added to globals: ASTETCDIR = /etc/asterisk
Added to globals: ASTMODDIR = /usr/lib/asterisk/modules
Added to globals: ASTVARLIBDIR = /var/lib/asterisk
Added to globals: ASTAGIDIR = /var/lib/asterisk/agi-bin
Added to globals: ASTSPOOLDIR = /var/spool/asterisk
Added to globals: ASTRUNDIR = /var/run/asterisk
Added to globals: ASTLOGDIR = /var/log/asterisk
Added to globals: CWINUSEBUSY = true
Added to globals: AMPMGRUSER = XXX
Added to globals: AMPMGRPASS = XXX
Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 182657 bytes) in /home/www/freepbx-2.4.0/amp/admin/extensions.class.php on line 192
1 error(s) occured, you should view the notification log on the dashboard or main screen to check for more details.
Close