There exists in Freeswitch 1.8.5 a NAT bug that will result in some users having problems witch calls, one symptom of this is some calls not being hung up correctly.
To work around this I have created a set of packages for freeswitch 1.8.4 as this does not appear to suffer from this problem.
I do not know how fusionpbx is going to officially work around this until a fix, I think the recommendation may be to go back to source compiling, I do not want to do that unless absolutely necessary.
In the mean time, if you wish, you can use the following method to use my packages.
Instead of the official fusionpbx instructions, use:
Please note, that this is not officially supported and if I had the skill I could have modified the code to steal all your credentials, use at your own risk!
To work around this I have created a set of packages for freeswitch 1.8.4 as this does not appear to suffer from this problem.
I do not know how fusionpbx is going to officially work around this until a fix, I think the recommendation may be to go back to source compiling, I do not want to do that unless absolutely necessary.
In the mean time, if you wish, you can use the following method to use my packages.
Instead of the official fusionpbx instructions, use:
Code:
wget -O - https://raw.githubusercontent.com/digidaz/fusionpbx-install.sh/master/debian/pre-install.sh | sh;
cd /usr/src/fusionpbx-install.sh/debian && ./install.sh
Please note, that this is not officially supported and if I had the skill I could have modified the code to steal all your credentials, use at your own risk!