Ticket #5933 (closed Bugs: fixed)

Opened 10 months ago

Last modified 5 months ago

Can't delete or edit virtual extension 0

Reported by: rjm Assigned to: p_lindheimer
Priority: major Milestone: 2.11
Component: - choose - Version: 2.10-branch
Keywords: Cc:
Confirmation: Unreviewed Distro:
Backend Engine: All Distro Ver:
Backend Ver: SVN Revision (if applicable):

Description

I created a virtual extension number 0 and named it OPERATOR. I can't delete or edit it. Does anyone have any ideas as to what is going on here or how I can get rid of it? Can I manually edit it without screwing up something else? Is there a way to delete or edit it? Clicking on the extension in the GUI does NOT enter the edit screen. I tried from two different computers.

Breaks extension editing!

PIAF 2.0.6.2

FreePBX V. 2.10.1.1 Asterisk 1.8.8.0 CentOS 6.2

Change History

07/29/12 14:44:57 changed by rjm

Update: The same is true for creating a standard SIP extension for 0 Operator. I tried to do the exact same thing with a prior version (2.9x) with no issues.

09/05/12 19:14:24 changed by GameGamer43

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

(In [14314]) closes #5933 - allow extensions numbered zero to be edited, by doing a proper check on extdisplay

09/28/12 18:00:41 changed by p_lindheimer

(In [14351]) Merged revisions 14295,14314,14324 via svnmerge from http://www.freepbx.org/v2/svn/freepbx/branches/2.10

........

r14295 | p_lindheimer | 2012-08-28 13:47:32 -0700 (Tue, 28 Aug 2012) | 1 line

closes #5969 adds spliceInclude allowing specific placement of an include prior to an existing one

........

r14314 | GameGamer?43 | 2012-09-05 16:14:23 -0700 (Wed, 05 Sep 2012) | 1 line

closes #5933 - allow extensions numbered zero to be edited, by doing a proper check on extdisplay

........

r14324 | mbrevda | 2012-09-19 05:25:54 -0700 (Wed, 19 Sep 2012) | 1 line

re #5989 - use dirname instead of _ENV

........

09/28/12 18:08:31 changed by p_lindheimer

(In [14352]) Merged revisions 14351 via svnmerge from http://www.freepbx.org/v2/svn/freepbx/trunk

................

r14351 | p_lindheimer | 2012-09-28 15:00:41 -0700 (Fri, 28 Sep 2012) | 17 lines

Merged revisions 14295,14314,14324 via svnmerge from http://www.freepbx.org/v2/svn/freepbx/branches/2.10

........

r14295 | p_lindheimer | 2012-08-28 13:47:32 -0700 (Tue, 28 Aug 2012) | 1 line

closes #5969 adds spliceInclude allowing specific placement of an include prior to an existing one

........

r14314 | GameGamer?43 | 2012-09-05 16:14:23 -0700 (Wed, 05 Sep 2012) | 1 line

closes #5933 - allow extensions numbered zero to be edited, by doing a proper check on extdisplay

........

r14324 | mbrevda | 2012-09-19 05:25:54 -0700 (Wed, 19 Sep 2012) | 1 line

re #5989 - use dirname instead of _ENV

........

................

01/02/13 16:26:16 changed by jwaschke

Hello, I made this error (I guess you would call it that) doing my first stab at this and now I can't get in to either A)remove account or B)change the extension. How do I get around this? FreePBX V2.10 with all latest patches Thanks in advance!

01/02/13 16:32:06 changed by GameGamer43

jwaschke,

Can you verify your /var/www/html/admin/config.php has the following line

 $extdisplay   = (isset($extdisplay) && $extdisplay !== false)

01/02/13 17:44:38 changed by jwaschke

I just did a search in vi for the (isset($extdisplay) and came up with no matches.

01/02/13 17:48:58 changed by GameGamer43

Please ensure your framework module is up to date, as it appears your not using the latest framework.

01/02/13 17:54:37 changed by jwaschke

That fixed it! Thanks for the quick help!!