On Tue, 2008-10-28 at 16:00 -0400, Dale Worley wrote: > In rev. 13777, the shell function sipx_service_is_enabled was removed > from sipXcommserverLib/src/sipx-utils.sh.in. Unfortunately, the > "/sbin/service sipxpbx status" operation still depends on it > (as .../etc/init.d/sipxpbx calls it).
Thanks for pointing that out... thought I'd hunted down all those references. The status function in 4.0 will only actually return the status of the sipXsupervisor (at some point, we may add something asks the supervisor if everything else is ok, but we don't need that now). Since the sipXsupervisor is always enabled, we can just remove the check. I've made a patch, but will hold it pending feedback on todays build. _______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev
