Member
Last active 5 years ago
Same error here. I had to create the parkinglot table manually
mysql
use asterisk
create table parkinglot (
`id` int(11) NOT NULL AUTO_INCREMENT,
`data` varchar(30) NOT NULL,
`keyword` varchar(30) NOT NULL,
`name` varchar(20) NOT NULL,
`channel` varchar(20) NOT NULL,
`type` varchar(20) NOT NULL,
`exten` varchar(20) NOT NULL,
`context` varchar(20) NOT NULL,
`context_id` varchar(20) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=56 DEFAULT CHARSET=utf8
Source: https://www.pbxplace.com/sql-error-desc-asterisk-parkinglottable (seems like the site does not work at the moment)
I can no longer access the plugins repository on multiple systems. DNS is fine, I can ping fop2.com and telnet fop2.com:80.
I've enabled the logs using OPTIONS="-d -X 511 -l /var/log" in /etc/sysconfig/fop and I don't see anything.
I already read this thread: http://forum.fop2.com/4414-fop2-does-not-see-the-internet/0
selinux is off
One of our customers noticed that the chat popup window no longer appears when they receive a message. They have to click the browser (Chrome) in other to see the new message. I honestly never really used the chat so I cannot say that I saw the issue myself. Is anyone aware of a browser update that might have blocked this feature ?