- Joined
- Mar 3, 2022
- Messages
- 9
- Reaction score
- 1
Yes, I know custom templates are not supported, but can anyone help with this frustrating situation?
I have a template that works, it's just not got the correct name to be picked up by my phones
I'm using a modified SNOM template and have just changed
to be
but when I provision the phone, the link is doggedly sticking to cfg{mac}
Looking at other supported templates e.g. grandstream, that has a config filename of
Yet when I provision one of those, the filename seems to be ignored and shows as
Same story with HTek.
It's like 3CX is doing its own thing based on some other criteria rather than following what's in the template.
I have a template that works, it's just not got the correct name to be picked up by my phones
I'm using a modified SNOM template and have just changed
Code:
<deviceconfig filename="cfg%%mac_address%%">
to be
Code:
<deviceconfig filename="MN_%%mac_address%%.cfg">
but when I provision the phone, the link is doggedly sticking to cfg{mac}
Code:
Provisioning Link: https://myserver.3cx.uk:5001/provisioning/ytyw65ith2/cfg{mac}
Looking at other supported templates e.g. grandstream, that has a config filename of
Code:
<deviceconfig filename="cfg%%mac_address%%.xml">
Yet when I provision one of those, the filename seems to be ignored and shows as
Code:
Provisioning Link: http://myserver.3cx.uk:5000/provisioning/ytyw65ith2
Same story with HTek.
It's like 3CX is doing its own thing based on some other criteria rather than following what's in the template.