Here is a temporary fix to the call forward caller id select problem on the new FusionPBX 4.4
Credit goes to mcrane for this code, all I have done is taken his existing code and jigged it around slightly to suit this purpose.
Download the required file and set permissions:
Now go into dialplan/dialplan manager and find near the bottom, the entry "call_forward_all"
Edit that entry to reflect the image below:
That's it. Done and dusted.
Credit goes to mcrane for this code, all I have done is taken his existing code and jigged it around slightly to suit this purpose.
Download the required file and set permissions:
Code:
cd /usr/share/freeswitch/scripts
wget https://gist.githubusercontent.com/pbxforums/0bb08b7f4b9f9845b7ad5ea0b1cb8ad1/raw/fb5d21b43ee26399ff3d0bbd9bfcbff170493450/call_forward_all.lua
chown www-data:www-data call_forward_all.lua
Now go into dialplan/dialplan manager and find near the bottom, the entry "call_forward_all"
Edit that entry to reflect the image below:
That's it. Done and dusted.
Last edited: