Re: [OpenSIPS-Users] OpenSIPS CP upgrade to 9.3.2

2022-06-08 Thread Daniel Airinei
It is unexpected that only some tools have the gear button. Could you 
also quickly check that the files (these are two other files that are 
involved in displaying the button):


opensips-cp/config/tools/system/cdrviewer/settings.inc.php

opensips-cp/config/modules.inc.php

look like the files here:

https://github.com/OpenSIPS/opensips-cp/blob/master/config/tools/system/cdrviewer/settings.inc.php

https://github.com/OpenSIPS/opensips-cp/blob/master/config/modules.inc.php

I don't see any reason why they wouldn't match, but it's worth double 
checking before debugging.


Let me know  and I will get back to you with the next steps if this is 
not the problem.


Cheers,

Daniel Airinei

https://www.opensips-solutions.com/


On 6/9/2022 3:20 AM, Bela H wrote:


Hi Daniel,

Thanks for your quick feedback!

The local.inc.php related explanation is clear now.

I am using Firefox browser.

I can confirm the 
opensips-cp/web/tools/system/cdrviewer/template/menu.php has the 
following:


    

As I mentioned in my original mail, the /Users/Alias Management menu 
has the gear icon.  Compared that menu.php file with the cdrviewer 
menu.php and are identical apart from the obvious "System / CDR Viewer 
/ " part.


I have only one user defined for CP, admin that is with “admin” access 
to everything. However, if I change the access to “read-only” for 
Alias Management I still see the gear icon and even able to modify 
e.g. the result per page value from the gear icon setting.


Can you please advise how to get any error log for this issue! Syslog 
does not show anything.


Cheers,

Bela

*From: *Daniel Airinei <mailto:daniel.airi...@opensips.org>
*Sent: *Thursday, 9 June 2022 11:40
*To: *OpenSIPS users mailling list <mailto:users@lists.opensips.org>; 
Bela H <mailto:hob...@hotmail.com>

*Subject: *Re: [OpenSIPS-Users] OpenSIPS CP upgrade to 9.3.2

Hi Bela,

Thanks for reaching out. CP 9.3.2 does not use local.inc.php files 
anymore, you should use the settings interface for additional CDR 
fields (the one accessed through the gear button we are talking 
about). Could you access any tool in the CP and then send me the error 
log? What browser are you using? Could you check, for example, the file


opensips-cp/web/tools/system/cdrviewer/template/menu.php

and make sure that line 28 is "display_settings_button()"? (which is 
the function that displays the gear button).


Regarding exporting, I have indeed found some issues and they will be 
fixed as soon as possible.


Additionally, you have mentioned in an earlier mail that you see extra 
fields from local.inc.php in the details tab, but not in the CDR 
viewer panel. That is probably because those fields were still in your 
database, and the details tab fetches all fields directly, whereas in 
the CDR viewer panel, you will see only the fields you have configured 
through the gear button settings interface (so no extra fields in your 
case). But local.inc.php files for tools are *not *used in CP 9.3.2, 
all their content is now managed through the settings interface.


Don't hesitate to follow up,

Kind regards,

Daniel Airinei
http://www.opensips-solutions.com/

On 6/9/2022 2:00 AM, Bela H wrote:

Hi Daniel,

I have installed the CP 9.3.2 and it still looks the same: no gear
icon.

I can confirm the opensips-cp/config/globals.php file indentical
to the GitHub one:

$config->permissions = array("read-only","read-write","admin");

// Password can be saved in plain text mode by setting

// $config->admin_passwd_mode to 0 or chyphered mode, by setting
it to 1

$config->admin_passwd_mode=1;

One more question: is the /cdrviewer/local.inc.php config used at
all? In the CP 8.3.2 I modified that one for additional CDR fields
but CP 9.3.2 uses the settings.inc.php file.

And also I found an additional problem: CDR exporting does not
work, the exported file is empty.

Thanks for your help!

Cheers,

Bela

*From: *Daniel Airinei <mailto:daniel.airi...@opensips.org>
*Sent: *Wednesday, 8 June 2022 01:30
*To: *OpenSIPS users mailling list
<mailto:users@lists.opensips.org>; Răzvan Crainea
<mailto:raz...@opensips.org>
*Subject: *Re: [OpenSIPS-Users] OpenSIPS CP upgrade to 9.3.2

Hello Bela,

If you are interested in upgrading to 9.3.2, I'd be happy to
assist you
with any issues you might encounter (I reworked most of the new
settings
feature). Regarding your gear button problem, you could first
check the
permissions in the opensips-cp/config/globals.php file, and make sure
they look like the ones here:
https://github.com/OpenSIPS/opensips-cp/blob/master/config/globals.php

If they look the same, or if you have any additional problems, please
let me know and I will help you out.

Regards,

Daniel Airinei
http://www.opensips-solutions.

Re: [OpenSIPS-Users] OpenSIPS CP upgrade to 9.3.2

2022-06-08 Thread Daniel Airinei

Hi Bela,

Thanks for reaching out. CP 9.3.2 does not use local.inc.php files 
anymore, you should use the settings interface for additional CDR fields 
(the one accessed through the gear button we are talking about). Could 
you access any tool in the CP and then send me the error log? What 
browser are you using? Could you check, for example, the file


opensips-cp/web/tools/system/cdrviewer/template/menu.php

and make sure that line 28 is "display_settings_button()"? (which is the 
function that displays the gear button).


Regarding exporting, I have indeed found some issues and they will be 
fixed as soon as possible.


Additionally, you have mentioned in an earlier mail that you see extra 
fields from local.inc.php in the details tab, but not in the CDR viewer 
panel. That is probably because those fields were still in your 
database, and the details tab fetches all fields directly, whereas in 
the CDR viewer panel, you will see only the fields you have configured 
through the gear button settings interface (so no extra fields in your 
case). But local.inc.php files for tools are *not***used in CP 9.3.2, 
all their content is now managed through the settings interface.


Don't hesitate to follow up,

Kind regards,

Daniel Airinei
http://www.opensips-solutions.com/

On 6/9/2022 2:00 AM, Bela H wrote:


Hi Daniel,

I have installed the CP 9.3.2 and it still looks the same: no gear icon.

I can confirm the opensips-cp/config/globals.php file indentical to 
the GitHub one:


$config->permissions = array("read-only","read-write","admin");

// Password can be saved in plain text mode by setting

// $config->admin_passwd_mode to 0 or chyphered mode, by setting it to 1

$config->admin_passwd_mode=1;

One more question: is the /cdrviewer/local.inc.php config used at all? 
In the CP 8.3.2 I modified that one for additional CDR fields but CP 
9.3.2 uses the settings.inc.php file.


And also I found an additional problem: CDR exporting does not work, 
the exported file is empty.


Thanks for your help!

Cheers,

Bela

*From: *Daniel Airinei <mailto:daniel.airi...@opensips.org>
*Sent: *Wednesday, 8 June 2022 01:30
*To: *OpenSIPS users mailling list <mailto:users@lists.opensips.org>; 
Răzvan Crainea <mailto:raz...@opensips.org>

*Subject: *Re: [OpenSIPS-Users] OpenSIPS CP upgrade to 9.3.2

Hello Bela,

If you are interested in upgrading to 9.3.2, I'd be happy to assist you
with any issues you might encounter (I reworked most of the new settings
feature). Regarding your gear button problem, you could first check the
permissions in the opensips-cp/config/globals.php file, and make sure
they look like the ones here:
https://github.com/OpenSIPS/opensips-cp/blob/master/config/globals.php

If they look the same, or if you have any additional problems, please
let me know and I will help you out.

Regards,

Daniel Airinei
http://www.opensips-solutions.com

On 6/7/2022 1:32 PM, Răzvan Crainea wrote:
> Well, this depends on the way you had set up your call forwarding
> feature in OpenSIPS. But since most likely this is a custom handling,
> in a custom table, you will have better experience if you are using
> the tviewer tool în 9.3.2. So the answer is yes, it is worth upgrading
> :).
>
> Best regards,
>
> Răzvan Crainea
> OpenSIPS Core Developer
> http://www.opensips-solutions.com
>
> On 6/7/22 11:44, Bela H wrote:
>> Hi Răzvan,
>>
>> Unfortunately there was no luck, I rolled it back.
>>
>> However, I am not sure if this latest 9.3.2 version has the feature I
>> was hoping for.
>>
>> Is there an “easy” way to configure this new CP GUI for call
>> forwarding management? Currently I set up/modify directly in the DB.
>>
>> Cheers,
>>
>> Bela
>>
>> *From: *Răzvan Crainea <mailto:raz...@opensips.org 
<mailto:raz...@opensips.org>>

>> *Sent: *Tuesday, 7 June 2022 20:36
>> *To: *users@lists.opensips.org <mailto:users@lists.opensips.org 
<mailto:users@lists.opensips.org>>

>> *Subject: *Re: [OpenSIPS-Users] OpenSIPS CP upgrade to 9.3.2
>>
>> Hi, Bela!
>>
>> Did you manage to sort this out? If not, perhaps Daniel, the guy who
>> reworked the settings feature might be able to help you out.
>>
>> Best regards,
>>
>> Răzvan Crainea
>> OpenSIPS Core Developer
>> http://www.opensips-solutions.com <http://www.opensips-solutions.com>
>>
>> On 5/18/22 09:06, Bogdan-Andrei Iancu wrote:
>>  > Hi Bela,
>>  >
>>  > OK, be sure the user you are using to log into CP has the "admin"
>>  > permission on the cdrviewer tool . Check this via the Admin tools
>> -> Access.
>>  >
>>  > Regards,
>>  >
>>  > Bogdan-Andrei Iancu
>>  >
&

Re: [OpenSIPS-Users] OpenSIPS CP upgrade to 9.3.2

2022-06-07 Thread Daniel Airinei

Hello Bela,

If you are interested in upgrading to 9.3.2, I'd be happy to assist you 
with any issues you might encounter (I reworked most of the new settings 
feature). Regarding your gear button problem, you could first check the 
permissions in the opensips-cp/config/globals.php file, and make sure 
they look like the ones here: 
https://github.com/OpenSIPS/opensips-cp/blob/master/config/globals.php


If they look the same, or if you have any additional problems, please 
let me know and I will help you out.


Regards,

Daniel Airinei
http://www.opensips-solutions.com

On 6/7/2022 1:32 PM, Răzvan Crainea wrote:
Well, this depends on the way you had set up your call forwarding 
feature in OpenSIPS. But since most likely this is a custom handling, 
in a custom table, you will have better experience if you are using 
the tviewer tool în 9.3.2. So the answer is yes, it is worth upgrading 
:).


Best regards,

Răzvan Crainea
OpenSIPS Core Developer
http://www.opensips-solutions.com

On 6/7/22 11:44, Bela H wrote:

Hi Răzvan,

Unfortunately there was no luck, I rolled it back.

However, I am not sure if this latest 9.3.2 version has the feature I 
was hoping for.


Is there an “easy” way to configure this new CP GUI for call 
forwarding management? Currently I set up/modify directly in the DB.


Cheers,

Bela

*From: *Răzvan Crainea <mailto:raz...@opensips.org>
*Sent: *Tuesday, 7 June 2022 20:36
*To: *users@lists.opensips.org <mailto:users@lists.opensips.org>
*Subject: *Re: [OpenSIPS-Users] OpenSIPS CP upgrade to 9.3.2

Hi, Bela!

Did you manage to sort this out? If not, perhaps Daniel, the guy who
reworked the settings feature might be able to help you out.

Best regards,

Răzvan Crainea
OpenSIPS Core Developer
http://www.opensips-solutions.com <http://www.opensips-solutions.com>

On 5/18/22 09:06, Bogdan-Andrei Iancu wrote:
 > Hi Bela,
 >
 > OK, be sure the user you are using to log into CP has the "admin"
 > permission on the cdrviewer tool . Check this via the Admin tools 
-> Access.

 >
 > Regards,
 >
 > Bogdan-Andrei Iancu
 >
 > OpenSIPS Founder and Developer
 > https://www.opensips-solutions.com 
<https://www.opensips-solutions.com>

 > OpenSIPS eBootcamp 23rd May - 3rd June 2022
 > https://opensips.org/training/OpenSIPS_eBootcamp_2022/ 
<https://opensips.org/training/OpenSIPS_eBootcamp_2022/>

 >
 > On 5/18/22 12:25 AM, Bela H wrote:
 >>
 >> Hi Bogdan,
 >>
 >> I have re-installed the CP 9.3.2 but the results are same. Still
 >> missing CDR fields in the CDR Viewer and no gear icon anywhere only
 >> Users/Alias Management and System/Monit.
 >>
 >> However, in the CDR details I can see the additional fields:
 >>
 >> What did I wrong?
 >>
 >> Cheers,
 >>
 >> Bela
 >>
 >> *From: *Bogdan-Andrei Iancu <mailto:bog...@opensips.org 
<mailto:bog...@opensips.org>>

 >> *Sent: *Wednesday, 18 May 2022 03:01
 >> *To: *OpenSIPS users mailling list 
<mailto:Users@lists.opensips.org <mailto:Users@lists.opensips.org>>;

 >> Bela H <mailto:hob...@hotmail.com <mailto:hob...@hotmail.com>>
 >> *Subject: *Re: [OpenSIPS-Users] OpenSIPS CP upgrade to 9.3.2
 >>
 >> Hi Bela,
 >>
 >> Does you CDRviewer look like this ?
 >>
 >>
 >>
 >> See the gear box in the right upper corner.
 >>
 >> And be sure that the 9.3.2 version is indeed displayed in the left
 >> upper corner.
 >>
 >> Regards,
 >>
 >> Bogdan-Andrei Iancu
 >> OpenSIPS Founder and Developer
 >> https://www.opensips-solutions.com 
<https://www.opensips-solutions.com> 
<https://www.opensips-solutions.com 
<https://www.opensips-solutions.com>>

 >> OpenSIPS eBootcamp 23rd May - 3rd June 2022
 >> https://opensips.org/training/OpenSIPS_eBootcamp_2022/ 
<https://opensips.org/training/OpenSIPS_eBootcamp_2022/> 
<https://opensips.org/training/OpenSIPS_eBootcamp_2022/ 
<https://opensips.org/training/OpenSIPS_eBootcamp_2022/>>

 >>
 >> On 5/17/22 10:55 AM, Bela H wrote:
 >>
 >> Hello,
 >>
 >> What is the best method to upgrade the control panel from 
8.3.2 to

 >> 9.3.2?
 >>
 >> I had some extra fields e.g. in CDR viewer and disappeared after
 >> 9.3.2. It is in the file
 >> 
/var/www/html/opensips-cp/config/tools/system/cdrviewer/local.inc.php
 >> but not visible in the CDR viewer panel only in the detailed 
view

 >> for each call.
 >>
 >> Also I don’t see this gear icon Bogdan mentioned in the blog: 
Each

 >> tool has its own Settings panel “accessible via the gear-icon in
 >> the right side of the too