Been troubleshooting this for a minute, purchased a playtest GRP2615 as I'm considering it over Polycoms.
I have a Syslog server that is reporting the below from the phone itself:
- HTTP response 200
- Downloaded CFG data
- Reboot by config change path = /app/bin/config_xml, name = config_xml, arg1 = /tmp/cfg.xml, arg2 = , arg3 =
- Parsing XML configuration failed
- config update not completed
Nginx logs seem to correspond with the above:
[server ip] - - [14/Mar/2020:17:18:53 +0000] "GET /app/provision/cfg[mac].xml HTTP/1.1" 401 23 "-" "Grandstream Model HW GRP2615 SW 1.0.1.7 DevId [mac]"
[server ip] - - [14/Mar/2020:17:18:53 +0000] "GET /app/provision/cfg[mac].xml HTTP/1.1" 200 396528 "-" "Grandstream Model HW GRP2615 SW 1.0.1.7 DevId [mac]"
[server ip] - - [14/Mar/2020:17:18:58 +0000] "GET /app/provision/cfg[mac] HTTP/1.1" 401 23 "-" "Grandstream Model HW GRP2615 SW 1.0.1.7 DevId [mac]"
[server ip] - - [14/Mar/2020:17:18:59 +0000] "GET /app/provision/cfg[mac] HTTP/1.1" 200 396528 "-" "Grandstream Model HW GRP2615 SW 1.0.1.7 DevId [mac]"
[server ip] - - [14/Mar/2020:17:18:59 +0000] "GET /app/provision/cfggrp2615.xml HTTP/1.1" 404 169 "-" "Grandstream Model HW GRP2615 SW 1.0.1.7 DevId [mac]"
[server ip] - - [14/Mar/2020:17:19:00 +0000] "GET /app/provision/cfg.xml HTTP/1.1" 404 169 "-" "Grandstream Model HW GRP2615 SW 1.0.1.7 DevId [mac]"
[server ip] - - [14/Mar/2020:17:19:01 +0000] "GET /app/provision/dev[mac] HTTP/1.1" 404 169 "-" "Grandstream Model HW GRP2615 SW 1.0.1.7 DevId [mac]"
Setup:
Phone - GRP2615
FusionPBX 4.5.12 on Debian 10
Template being deployed for provision: grandstream/grp26xx
Any ideas on some things that might cause this would be great. I manually updated the firmware on the phone in case that was a problem. I also spot checked a template config against FusionPBX's config, they seemed similar, I can check in more detail if we think it might be a config template mismatch issue.
I have a Syslog server that is reporting the below from the phone itself:
- HTTP response 200
- Downloaded CFG data
- Reboot by config change path = /app/bin/config_xml, name = config_xml, arg1 = /tmp/cfg.xml, arg2 = , arg3 =
- Parsing XML configuration failed
- config update not completed
Nginx logs seem to correspond with the above:
[server ip] - - [14/Mar/2020:17:18:53 +0000] "GET /app/provision/cfg[mac].xml HTTP/1.1" 401 23 "-" "Grandstream Model HW GRP2615 SW 1.0.1.7 DevId [mac]"
[server ip] - - [14/Mar/2020:17:18:53 +0000] "GET /app/provision/cfg[mac].xml HTTP/1.1" 200 396528 "-" "Grandstream Model HW GRP2615 SW 1.0.1.7 DevId [mac]"
[server ip] - - [14/Mar/2020:17:18:58 +0000] "GET /app/provision/cfg[mac] HTTP/1.1" 401 23 "-" "Grandstream Model HW GRP2615 SW 1.0.1.7 DevId [mac]"
[server ip] - - [14/Mar/2020:17:18:59 +0000] "GET /app/provision/cfg[mac] HTTP/1.1" 200 396528 "-" "Grandstream Model HW GRP2615 SW 1.0.1.7 DevId [mac]"
[server ip] - - [14/Mar/2020:17:18:59 +0000] "GET /app/provision/cfggrp2615.xml HTTP/1.1" 404 169 "-" "Grandstream Model HW GRP2615 SW 1.0.1.7 DevId [mac]"
[server ip] - - [14/Mar/2020:17:19:00 +0000] "GET /app/provision/cfg.xml HTTP/1.1" 404 169 "-" "Grandstream Model HW GRP2615 SW 1.0.1.7 DevId [mac]"
[server ip] - - [14/Mar/2020:17:19:01 +0000] "GET /app/provision/dev[mac] HTTP/1.1" 404 169 "-" "Grandstream Model HW GRP2615 SW 1.0.1.7 DevId [mac]"
Setup:
Phone - GRP2615
FusionPBX 4.5.12 on Debian 10
Template being deployed for provision: grandstream/grp26xx
Any ideas on some things that might cause this would be great. I manually updated the firmware on the phone in case that was a problem. I also spot checked a template config against FusionPBX's config, they seemed similar, I can check in more detail if we think it might be a config template mismatch issue.