Call forward - not work

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

Comments

  • 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.
  • edited January 2015
    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?
  • edited January 2015
    Thanks,
    It helped.

    Is 2.29 final or beta?
  • 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
  • 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,

  • I think we are good now
    Thanks for always being there to help
    Danny
Sign In or Register to comment.