network.wifi.ap.1.ssid

jtarga

New Member
Dec 27, 2021
28
0
1
43
Greetings

I am configuring the provisioning mode of the GrandStream GRP 2612 W phones.
Can I send the Wi-Fi network name and password through provisioning in FusionPBX?

Can someone help me?
 

jtarga

New Member
Dec 27, 2021
28
0
1
43
SOLVED


just enable the grandstream wifi options into ADVANCED/DEFAULT SETTINGS

then

Edit the template file grp2612w.xml

and change like this


<!-- # Access Point 1 -->
<!-- # SSID -->
<!-- # String -->
<!-- Pvalue P8403 -->
{if isset($grandstream_wifi_essid)}
<item name="network.wifi.ap.1.ssid">{$grandstream_wifi_essid}</item>
{/if}
<!-- # Access Point 1 -->
<!-- # Password -->
<!-- # String -->
<!-- Pvalue P8404 -->
{if isset($grandstream_wifi_password)}
<item name="network.wifi.ap.1.password">{$grandstream_wifi_password}</item>
{/if}