Ticket #5429 (closed Bugs: fixed)

Opened 2 years ago

Last modified 2 years ago

EPM v2.9.2.9 appears to have issues with GXP2120 configs

Reported by: danh Assigned to: tm1000
Priority: minor Milestone: Undetermined
Component: Endpoint Manager (OSS) Version: 2.9-branch
Keywords: grandstream endless reboot Cc:
Confirmation: Unreviewed Distro:
Backend Engine: All Distro Ver:
Backend Ver: 2.9.2.9 SVN Revision (if applicable):

Description

Hello,

When generating Grangstream 2120 configs we are seeing some unevaluated variables that cause the phones to endlessly reboot.

From /var/www/html/admin/modules/_ep_phone_modules/endpoint/grandstream/gxphd/cfg\$mac

These entries in particular cause the endless reboots. When we comment them out we're able to load the config.

# SSL Certificate
#{$comment_out} P280 =

# SSL Private Key
#{$comment_out} P279 =

# SSL Private Key Password
#{$comment_out} P281 =

It appears that {$comment_out} is not being evaluated.

I am new to this product, so if this is an issue with the manufacturer please let me know.

A curious thing is that the CFG file states

# Configuration template for GXP21xx firmware version 1.0.1.26

Since we did everything through EPM (firmware download, etc.), I'm not sure if this is an oversight with Grandstream. We do know that the code base that EPM is pulling for us is for 1.0.1.83. This is also reflected on the phone. I have downloaded the configuration template for 1.0.1.83 directly from Grandstream, and the header states:

## Configuration template for GXP21xx/GXP1450 firmware version 1.0.1.83

Change History

10/31/11 02:31:12 changed by tm1000

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

It's being evaluated. There are never any {$x} left at all. Ever. The problem is I did not write that configuration. Someone else did and they only commented it out for the phones they had which were not the 2120s.

It's fixed now.