chrischevy

Member

Last active 5 years ago

  1. 5 years ago
    Mon Feb 18 15:44:08 2019

    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)

  2. Mon Feb 18 15:25:34 2019
    chrischevy started the conversation Online Repository not reachable/accessible.

    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

  3. 6 years ago
    Mon Dec 11 14:42:54 2017
    chrischevy started the conversation FOP2 Chat no longer pops up.

    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 ?

  4. 7 years ago
    Fri Feb 24 16:22:49 2017
    chrischevy joined the forum.