Hi All,
I've search the forums to find the answer, so apologies if I missed the post which explains the solution to my problem.
We have a Grandstream HT812 which I am attempting to provision via FusionPBX. I've set up the template in fusion, added the
MacId of the device and set the following info on the device:
When the device attempt to talk to the server, it does not present its MACID.
We get the following requests (before it fails):
/var/log/nginx/access.log.1:XXXXXXXXXXXXXXX - -
[29/May/2024:22:31:52 -0400] "GET /app/provision/cfght812.xml HTTP/1.1"
404 153 "-" "Grandstream Model HW HT812 V3.1A SW 1.0.53.3 DevId ec74d-------"
/var/log/nginx/access.log.1:XXXXXXXXXXXXXXXX - -
[29/May/2024:22:31:52 -0400] "GET /app/provision/cfg.xml
HTTP/1.1" 404 153 "-" "Grandstream Model HW HT812 V3.1A SW 1.0.53.3 DevId ec74d----"
If I add the macid Config File Prefix, it looks for cfgMACID.xml .
The template file exists in fusionpbx/resources/templates/provision/grandstream/ht812/
and is '{$mac}cfg.xml' (I have also copied it to {$mac}.xml as well as cfg.xml...)
I updated the firmware... and it still the same.
What might I be doing wrong?
I've search the forums to find the answer, so apologies if I missed the post which explains the solution to my problem.
We have a Grandstream HT812 which I am attempting to provision via FusionPBX. I've set up the template in fusion, added the
MacId of the device and set the following info on the device:
When the device attempt to talk to the server, it does not present its MACID.
We get the following requests (before it fails):
/var/log/nginx/access.log.1:XXXXXXXXXXXXXXX - -
[29/May/2024:22:31:52 -0400] "GET /app/provision/cfght812.xml HTTP/1.1"
404 153 "-" "Grandstream Model HW HT812 V3.1A SW 1.0.53.3 DevId ec74d-------"
/var/log/nginx/access.log.1:XXXXXXXXXXXXXXXX - -
[29/May/2024:22:31:52 -0400] "GET /app/provision/cfg.xml
HTTP/1.1" 404 153 "-" "Grandstream Model HW HT812 V3.1A SW 1.0.53.3 DevId ec74d----"
If I add the macid Config File Prefix, it looks for cfgMACID.xml .
The template file exists in fusionpbx/resources/templates/provision/grandstream/ht812/
and is '{$mac}cfg.xml' (I have also copied it to {$mac}.xml as well as cfg.xml...)
I updated the firmware... and it still the same.
What might I be doing wrong?