raptor84

Member

Last active 5 years ago

  1. 7 years ago
    Sun Feb 12 03:07:09 2017
    raptor84 started the conversation VMware changed the MAC.

    I lost my old system and VMware changed the MAC on me. I purchase a new license tonight instead of going through the revoke process with you.

    The new system came up with eth1 and not eth0 so every time I type something in I have to add -i eth1, is there a way to fix this?

    When i try and restart the service i get this error. What do you think is the problem?
    [root@pbx-07 ~]# /usr/local/fop2/fop2_server restart -i eth1
    Flash Operator Panel 2 - White Label Version
    unable to initialize libusb: -99
    Unrecognized character \x10 at (eval 87) line 1.
    Unrecognized character \xE6 at (eval 90) line 1.

  2. Wed Oct 19 21:03:23 2016

    We just installed Pause Recording Button plugin for PCI compliance but when you press the button, nothing happens. There does not seem to be a way to be sure the recording is paused. If we check the recording the call recording does seem to be paused.

    It would be nice if the button would change or your status changed or you hear a beep to let you know for sure the recording is being paused.

  3. 11 years ago
    Tue Apr 9 19:24:55 2013
    raptor84 posted in Visual Phone Book Public.

    With your help, this is what I did and it works perfect.

    Changed;
    $grid->set_condition("context='$context' AND (owner='$extension' OR (owner<>'$extension' AND private='yes'))");
    To;
    $grid->set_condition("context='$context' AND (owner='$extension')");

    Then it make no difference if they choose private or public. No one can see anything but their own extension phone book.

    This works as well so that all records will be "yes" by default
    $grid->set_default_values("private",'yes');

    A future feature would be great so that each user can decide which extensions can see their visual phone book.

    Thanks for the help!!!

  4. Fri Apr 5 18:12:18 2013
    raptor84 started the conversation Visual Phone Book Public.

    Does anyone know of a way to turn off the public option for visual phone book make the phone book private only?