Ticket #2107 (closed Bugs: fixed)

Opened 5 years ago

Last modified 5 years ago

blacklist module causing config files to not write.

Reported by: EagleLink Assigned to:
Priority: blocker Milestone: 2.4
Component: Other Module Version: 2.2.2
Keywords: blacklist conf files not writing instantiate Cc:
Confirmation: SVN Revision (if applicable):
Backend Engine: Asterisk 1.2.x Backend Engine Version:

Description

This file, /var/www/html/admin/modules/blacklist/functions.inc.php, is causing freepbx to not write config files. When I run "/var/lib/asterisk/bin/retrieve_conf" this is what I get.

"Fatal error: Cannot instantiate non-existent class: ext_waitexten in /var/www/html/admin/modules/blacklist/functions.inc.php on line 66"

So just to see what would happen I changed the line from

$ext->add($id, $c, 'end', new ext_waitexten(60));

to

$ext->add($id, $c, 'end', new ext_wait(60));

then I get a different line number, 120, then after changing that one I get 91.

So after changing them all, config files are writing. I don't know if these are supposed to say wait instead of waitexten, but since I don't use the blacklist module yet, it solves my problem for now. If there is a better fix that will allow me to change these back, please let me know.

Change History

(follow-up: ↓ 2 ) 07/17/07 14:18:08 changed by p_lindheimer

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

oops - forgot to put a dependency to 2.2.3 not out yet.
r4426, r4427

(in reply to: ↑ 1 ) 07/18/07 01:08:52 changed by EagleLink

Should I change this back, or will it be fixed when an update comes out?

Replying to p_lindheimer:

oops - forgot to put a dependency to 2.2.3 not out yet.
r4426, r4427

07/18/07 18:43:07 changed by p_lindheimer

it's fixed in the new module