Ticket #3831 (closed Bugs: fixed)

Opened 1 year ago

Last modified 1 year ago

sipsettings module disallows all codecs upon install prior to configuration

Reported by: p_lindheimer Assigned to: p_lindheimer
Priority: minor Milestone: 2.6
Component: Asterisk SIP Settings Version: 2.6-branch
Keywords: Cc:
Confirmation: Confirmed SVN Revision (if applicable):
Backend Engine: All Backend Engine Version:

Description

When the Asterisk SIP Settings Module is first installed but the GUI page has never been accessed the first time, it results in removing all codecs that core had installed by default. This results in a 'disallow=all' setting with no default codecs listed.

As soon as the module is first used, the defaults get set but this has the result of breaking working installs if blindly installing the module. The install.php script needs to address this (fix coming shortly).

Change History

08/27/09 09:39:41 changed by p_lindheimer

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

(In [8212]) fixes #3831 and fixes #3832 set default codecs for sipsettings and iaxsettings table upon install