- Joined
- Aug 21, 2018
- Messages
- 219
- Reaction score
- 26
Hi all,
In our test bench , we noticed that the Grandstream phones would not lower the LCD backlick if a call was missed.
I went ahead and change the feature in the phone GUI, but of course after a reboot, the default template got re-uploaded from 3CX.
I checked in the GrandStream template, and found
<!-- Disable Missed Call Backlight. 0 - No, 1 - Yes. Default is 0 -->
<!-- Number: 0, 1 -->
<!-- Mandatory -->
<P351>%%misscallblk%%</P351>
In my world, when a value is written like this (in this case in between '%%'), it means that the value is dynamic and read from some other place.
In this case, probably from the Phone provisioning option page. The issue is that this option (Disable missed call backlight) is nowhere to be found in the provisioning page.
Therefore, I went and created a new template, and forced the value to 1.
My question -> In 3CX, when a template variable is in between %% , doesn't it mean that it reads the conf from the 3CX WWW interface ?
Thank you all.
In our test bench , we noticed that the Grandstream phones would not lower the LCD backlick if a call was missed.
I went ahead and change the feature in the phone GUI, but of course after a reboot, the default template got re-uploaded from 3CX.
I checked in the GrandStream template, and found
<!-- Disable Missed Call Backlight. 0 - No, 1 - Yes. Default is 0 -->
<!-- Number: 0, 1 -->
<!-- Mandatory -->
<P351>%%misscallblk%%</P351>
In my world, when a value is written like this (in this case in between '%%'), it means that the value is dynamic and read from some other place.
In this case, probably from the Phone provisioning option page. The issue is that this option (Disable missed call backlight) is nowhere to be found in the provisioning page.
Therefore, I went and created a new template, and forced the value to 1.
My question -> In 3CX, when a template variable is in between %% , doesn't it mean that it reads the conf from the 3CX WWW interface ?
Thank you all.