Ticket #1710 (closed Bugs: fixed)

Opened 6 years ago

Last modified 6 years ago

Mistake in retrieve_op_conf - 5 digit extension to show as trunks in panel

Reported by: naftali5 Assigned to:
Priority: minor Milestone: 2.3
Component: Flash Operator Panel Version: 2.2
Keywords: Cc:
Confirmation: Distro:
Backend Engine: All Distro Ver:
Backend Ver: SVN Revision (if applicable):

Description

retrieve_op_conf_from_mysql.pl marks any extensions which are greater than 9999 as trunks. This is because trunks are prefixed by 9999 in the table.

Actually this would mean that anything over 99990 is a trunk, and 5 digit extensions are mistakenly being put in the panel as trunks. 9999 should be edited to read 99990.

This only fixes the mistake for extensions from 10000 to 99990, but as trunks are still stored in the same table and the only way to know they are trunks is over 99990, any extension over 99990 will still show as a trunk in panel.

Change History

01/23/07 01:22:04 changed by naftali5

committed r3616

01/24/07 03:56:12 changed by vgster

Fix commited to trunk. Should it also be commited to the 2.2 branch?

02/04/07 08:32:53 changed by naftali5

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

merged to 2.2 r3643