svn commit 70 fixes a really annoying bug in wikipbx which caused freeswitch to spit out a number of alarming errors during startup.
The fix was simple, just return the appropriate "not found" xml rather than an HTTP 404.
It seems you have no tags attached to pages. To attach a tag simply click on the tags button at the bottom of any page.
svn commit 70 fixes a really annoying bug in wikipbx which caused freeswitch to spit out a number of alarming errors during startup.
The fix was simple, just return the appropriate "not found" xml rather than an HTTP 404.
I downloaded and configured the latest wikipbx from the svn link but see no improvements according the 404 error message in freeswitch console-.
Sorry it is OK. Strange but OK. What I did was downloading the trunk to another location than /usr/src/wikipbx and copied the settings.py from the older version into the new version. Changed the INSTALL _ROOT to the new location and ran ./wikipbx.sh. At that moment in time the new code was not executed. I fixed it by deleting the /usr/src/wikipbx directory and copying the template settings.py to settings.py and manually putting the corect settings in the settings.py. hereafter I started the ./wikipbx.sh and it generated the new *.py_c files. Now the 404`s are gone on startup.
I think you probably have the /usr/src directory on your PYTHONPATH environment variable (as the instructions suggest to do), and so it was picking up the "old stuff" in /usr/src/wikipbx.
I guess the following would have been better:
Then if the new version was broken, it would be easy to rollback ..
yeah, that eventually was what I did. The pythonpath setting was causing my problems.