- Joined
- Sep 12, 2013
- Messages
- 1
- Reaction score
- 0
A question for anyone who has successfully edited the standard provisioning templates as supplied in v12.
I understand that support isn't given for editing the provisioning templates, so I wonder if anyone on the forum has managed this.
I am using SNOM 710 and 720 handsets (and the latest 3CX version) and I would like to make two simple changes to the templates...
1) Change the Display - I have managed to do this by editing the variables in the Background Logo section of the template...
2) Change the Default Ring Tone - I haven't been able to do this!
The following code in the template looks as though it would change the ringer tone, so I simply changed the number to Ringer2 or Ringer3 for example, but it doesn't work.
This parameter is obviously for the internal ring, but I tried changing it for external as well.
Has anyone managed to change the ring tone using a template?
Thanks.
I understand that support isn't given for editing the provisioning templates, so I wonder if anyone on the forum has managed this.
I am using SNOM 710 and 720 handsets (and the latest 3CX version) and I would like to make two simple changes to the templates...
- 1) Change the display to show the extension number and username
2) Change the default ring tone.
1) Change the Display - I have managed to do this by editing the variables in the Background Logo section of the template...
Code:
<!--########################################################-->
<!--### Background Logo ###-->
<!--########################################################-->
<user_idle_text idx="1" perm="">%%extension_number%% - %%extension_first_name%%</user_idle_text>
2) Change the Default Ring Tone - I haven't been able to do this!
The following code in the template looks as though it would change the ringer tone, so I simply changed the number to Ringer2 or Ringer3 for example, but it doesn't work.
Code:
<!--########################################################-->
<!--### Distinctive ringing ###-->
<!--########################################################-->
<!--# Internal Calls-->
<alert_internal_ring_text perm="">internal</alert_internal_ring_text>
<alert_internal_ring_sound perm="">Ringer1</alert_internal_ring_sound>
This parameter is obviously for the internal ring, but I tried changing it for external as well.
Has anyone managed to change the ring tone using a template?
Thanks.