michelpy

Member

Last active 11 years ago

  1. 11 years ago
    Tue Jun 18 01:49:13 2013
    michelpy posted in Asterisk 11 and FreePBX 2.11.

    Nicolas,

    Thanks much.
    2.27 did not work either, but this sure did:
    32-bit: ln -s /usr/lib/libcrypto.so.10 /usr/lib/libcrypto.so.6

    Thanks again
    Michel.

  2. Fri Jun 14 19:48:45 2013
    michelpy posted in Asterisk 11 and FreePBX 2.11.

    Hi KasperNZL,

    can you detail what you had to do? I have asterisknow 3.0.0, yum update, yum install development tools (to get the make). it installs with no errors, but when I try to start it I get this:

    Thanks!

    root@localhost ~]# service fop2 start
    Starting Flash Operator Panel 2: Can't load '/tmp/par-root/cache-4b3df8b00ea32d78fbcfc645d56579285258145c/aaf44dba.so' for module Filter::Crypto::Decrypt: libcrypto.so.6: cannot open shared object file: No such file or directory at /usr/lib/perl5/5.8.8/i386-linux-thread-multi/DynaLoader.pm line 230.
    at /usr/lib/perl5/site_perl/5.8.8/PAR/Heavy.pm line 128
    BEGIN failed--compilation aborted at /tmp/par-root/cache-4b3df8b00ea32d78fbcfc645d56579285258145c/inc/lib/Filter/Crypto/Decrypt.pm line 37.
    Compilation failed in require at script/fop2_server.pl line 1.
    BEGIN failed--compilation aborted at script/fop2_server.pl line 1.
    [FAILED]

  3. 13 years ago
    Mon Jan 24 03:06:22 2011
    michelpy started the conversation FreePBX DND / dial plan hints / [app-dnd-toggle].

    Hi there,

    I bought and installed Fop2 (installed 2.11, intalled 2.20, back to 2.11)
    I have an issue with the [app-dnd-toggle] macro provided in /usr/local/extensions_override_freepbx.conf and copied into /etc/asterisk.

    The system is Asterisknow 1.7.1 with Asterisk 1.6 and FreePBX upgraded to 2.8.0.8.

    The replacement [app-dnd-toggle] does not update the dial plan hints, at least not the *76nnnn (where nnnn is the extension). For the DND feature, I configured a BLF button on the phones thats dials and monitor *76nnnn. That way, the user knows right away if he/she is in DND mode by looking at the status light, and the other users on other phone see that extension status light busy.

    So, without [app-dnd-toggle] in extensions_override_freepbx.conf, when pressing the DND button, it toggles ALL of: the the FreePBX SIP/nnnn&Custom:DND status, the LED next to the DND button and the busy LED on other phones for the extension (a view of the SIP/nnnn&Custom:DND hint). It does not change the Fop2 status.

    Now with [app-dnd-toggle] in extensions_override_freepbx.conf, when pressing that button, it toggles the Fop2 status, but does NOT toggle the LED next to the button, and does NOT update the *76nnnn dial plan hint. I have not checked yet the status of the nnnn@ext-local hint, as the lack of update of the *76nnnn@ext-dnd-hints makes the macro unusable.

    asterisk*CLI> core show hints

    • = Registered Asterisk Dial Plan Hints =-
    • 7404000@ext-cf-hints : Custom:DEVCF4000 State:Idle Watchers 0

    4000@ext-local : SIP/4000&Custom:DND4 State:Idle Watchers 9

    • 764000@ext-dnd-hints : Custom:DEVDND4000 State:Idle Watchers 1
    • 454000*1@ext-queues : Custom:QUEUE4000*1 State:InUse Watchers 3

    So, in order to gain the DND status in Fop2, I have to sacrifice the LED status by the DND button on the phone. That does not work for me. Please help!

    Thanks