Ticket #1680 (closed Bugs: fixed)

Opened 6 years ago

Last modified 6 years ago

module_admin broken

Reported by: diego_iastrubni Assigned to: gregmac
Priority: blocker Milestone: 2.3
Component: Core - Module Admin Version: 2.2
Keywords: module admin command line cli Cc:
Confirmation: Distro:
Backend Engine: All Distro Ver:
Backend Ver: SVN Revision (if applicable):

Description

The module_admin command line script is broken on 2.2.0. It does not define a manager connection, which makes the script fail.

The reason is that the scripts tries to use the manager to get the asterisk version, and it fails because $ast_man is not available.

This patch fixes this problem... however, this means that we cannot create configuration for asterisk, when asterisk is not running. This can become a "chicken and the egg" problem on first installs. Not only that, you may have defective configuration, and this is why you needed to create the new configuration.

Attachments

fix-module_admin.dpatch (1.4 kB) - added by diego_iastrubni on 01/14/07 09:45:51.
module_admin: add a connection to the manager

Change History

01/14/07 09:45:51 changed by diego_iastrubni

  • attachment fix-module_admin.dpatch added.

module_admin: add a connection to the manager

01/16/07 06:25:13 changed by diego_iastrubni

  • summary changed from mopule_admin broken to module_admin broken.

01/17/07 03:17:41 changed by gregmac

Implemented in r3570

Still checking if there are other issues..

01/17/07 03:37:12 changed by gregmac

  • status changed from new to closed.
  • resolution set to fixed.

Added fallback for version check in r3572