Ticket #4493 (new Bugs)

Opened 3 years ago

Last modified 3 years ago

Do not require asterisk to be present to install fpbx

Reported by: mbrevda Assigned to: p_lindheimer
Priority: minor Milestone: Undetermined
Component: Installation Version: SVN-HEAD
Keywords: Cc:
Confirmation: Unreviewed Distro:
Backend Engine: All Distro Ver:
Backend Ver: SVN Revision (if applicable):

Description (Last modified by mbrevda)

While its nice to test for the version of asterisk and ensure computability, we shouldn't require asterisk to be present/running in order to install fpbx. We can determine this at reload time, and then act accordingly. This doesn't mean that we should try to test the asterisk, only that we really dont need to know what version were dealing with.
The other main spot that we check for version durring install is when we decide if we need to generate blank files that are #includeed. Being that 1.2 is no longer supported, we dont need to check for the asterisk version anymore - we should just generate them.

Change History

08/09/10 05:38:06 changed by mbrevda

see also #4494

08/09/10 05:40:21 changed by mbrevda

  • description changed.

09/14/10 19:13:37 changed by p_lindheimer

  • owner set to p_lindheimer.
  • component changed from FreePBX Framework to Installation.
  • milestone changed from 2.9 to Cut Line.

haven't looked at all the dependency issues of Asterisk during installation in a while. Somehow I think we would stumble into a lot of gotcha's but that may not be the case.

If you want to make a branch that eliminates the need of Asterisk being present, feel free and if it looks straight forward we can definitely do that. I agree about generating the include files, that is no issue.