Call forward - not work

  1. 10 years ago

    Hello,

    when I use the plugin "set call forward" not responding properly.
    I configured extension to 7788.
    Astdb checked and found:

    root @ pbx: ~ $ -rx asterisk 'database show' | grep 5002 | grep CF
    /CF/5002 : ▒<

    Fop2 Version: 2:28
    Centos 5.11
    asterisk 1.4.43
    Freepbx 2.9.0.12

  2. admin

    7 Nov 2014 Administrator

    Hi, yes, a 4 digit number causes issues, not a shorter or longer one, because the parser detects it as base64 encoded and tries to decode it. I will update the plugin so it actually encodes the number. Check for an update shortly.

  3. 9 years ago
    Edited 9 years ago by macros

    Hi,
    I have updated the plugin "set call forward" to 1.0.1 and now I have a strange issue insted of call forward.
    I configured extension to 2135 or 90555760050.
    Astdb checked and found:

    [root@localhost ~]# asterisk -x 'database show' | grep 2102 | grep CF
    /CF/2102 : MjEzNQ==
    [root@localhost ~]# asterisk -x 'database show' | grep 2102 | grep CF
    /CF/2102 : OTA1NTU3NjAwNTA=

    FOP2 Version: 2.28
    Centos 6.5 x86_x64
    Asterisk 10.12.1
    FreePBX 2.11.0.42
    Set Call Forward plugin 1.0.1

    But when I set a call forward throght a feature code it works fine:
    [root@localhost ~]# asterisk -x 'database show' | grep 2102 | grep CF
    /CF/2102 : 2135
    [root@localhost ~]# asterisk -x 'database show' | grep 2102 | grep CF
    /CF/2102 : 90555760050

    Is there a way to roll back to version 1.0.0 of Set Call Forward plugin or where I can get it?

  4. admin

    22 Jan 2015 Administrator

    You can get it from http://download.fop2.com/plugins/callforwardfpbx-1.0.0.tgz

    Or you can update FOP2:

    http://download.fop2.com/fop2-2.29-centos-i386.tgz
    http://download.fop2.com/fop2-2.29-centos-x86_64.tgz

  5. Edited 9 years ago by macros

    Thanks,
    It helped.

    Is 2.29 final or beta?

  6. Nic
    I am having this same problem with a Version 2.27
    I would prefer if possible to reload the 1.0.0 ver plugin
    I have downloaded it but I'm not sure how to re install the old version plugin
    Thanks Danny

  7. admin

    19 Mar 2015 Administrator

    Extract the file over /var/www/html/fop2/admin/plugins, something like this

    cp callforwardfpbx-1.0.0.tgz /var/www/html/fop2/admin/plugins
    cd /var/www/html/fop2/admin/plugins
    tar zxvf callforwardfpbx-1.0.0.tgz

    And finally restart FOP2:

    service fop2 restart

    You can also try the UPLOAD button on the plugins page.

    Best regards,

  8. I think we are good now
    Thanks for always being there to help
    Danny

or Sign Up to reply!