xyj70 / fusionpbx

Automatically exported from code.google.com/p/fusionpbx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

$_SESSION['user']['extension']

GoogleCodeExporter opened this issue · comments

Hi Mark,

This variable is not being properly initialized.
When we create a user and associate him an extension, when we login with the 
user that extension does not appear.

Original issue reported on code.google.com by sr...@wavecom.pt on 24 Sep 2012 at 3:12

It is not intended for the user to see the extension. It is meant for the 
administrator. The purpose of the user assignment is to make it possible for 
the user to change their voicemail settings. Giving them limited access to 
their extensions settings.

Original comment by markjcrane@gmail.com on 26 Sep 2012 at 5:26

Also used for click to call links in Call Detail Records.

Original comment by markjcrane@gmail.com on 26 Sep 2012 at 5:30

Hi Mark.
I was referring to the system window where you have the: do not disturb, call 
forward and Follow me settings. If i log in as user, a i hit refresh then i can 
see the window properly. Therefore i believe the $_SESSION['user']['extension'] 
variable in line 76 of v_calls.php isn't being initialized properly after the 
fist login.

Original comment by sr...@wavecom.pt on 27 Sep 2012 at 7:40

This is happening for the user in the admin and superadmin group as well but 
since they are allowed to see every extension it isn't noticeable for those 
users.

Original comment by markjcrane@gmail.com on 3 Oct 2012 at 1:10

Resolved with r5766.

Original comment by sevenate on 27 Apr 2014 at 6:27

  • Changed state: Fixed