Ticket #3741 (closed Bugs: fixed)

Opened 4 years ago

Last modified 4 years ago

Deleteing a trunk does not delete it from routes that use it

Reported by: p_lindheimer Assigned to: p_lindheimer
Priority: major Milestone: 2.6
Component: Core - Trunks/Routing Version: 2.5-branch
Keywords: Cc:
Confirmation: Confirmed Distro:
Backend Engine: All Distro Ver:
Backend Ver: SVN Revision (if applicable):

Description

There is no immediate harm since the trunk does not exist. However, if you create a new trunk, it may recycle the trunknum (because it's a bad implementation currently that does that). This results in the new trunk showing up in routes that you may not have intended.

This is present in all versions of FreePBX I believe.

Change History

06/29/09 22:36:32 changed by p_lindheimer

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

(In [7878]) fixes #3741 added new function core_routing_trunk_del(trunknum) which deletes the specified trunk from all routes

06/29/09 23:00:46 changed by p_lindheimer

(In [7880]) Merged revisions 7878 via svnmerge from http://svn.freepbx.org/modules/branches/2.5

........

r7878 | p_lindheimer | 2009-06-29 19:36:32 -0700 (Mon, 29 Jun 2009) | 1 line

fixes #3741 added new function core_routing_trunk_del(trunknum) which deletes the specified trunk from all routes

........

06/29/09 23:02:08 changed by p_lindheimer

(In [7881]) Merged revisions 7878 via svnmerge from http://svn.freepbx.org/modules/branches/2.5

........

r7878 | p_lindheimer | 2009-06-29 19:36:32 -0700 (Mon, 29 Jun 2009) | 1 line

fixes #3741 added new function core_routing_trunk_del(trunknum) which deletes the specified trunk from all routes

........

06/29/09 23:04:45 changed by p_lindheimer

(In [7882]) Merged revisions 7881 via svnmerge from http://svn.freepbx.org/modules/branches/2.4

........

r7878 | p_lindheimer | 2009-06-29 19:36:32 -0700 (Mon, 29 Jun 2009) | 1 line

fixes #3741 added new function core_routing_trunk_del(trunknum) which deletes the specified trunk from all routes

........