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?