just want to ensure I am on the right page here
in order to provision settings that are not available in the default settings or device config, I have to edit the {$mac}.cfg file and add lines such as
{if isset($my_custom_hotline)}
features.hotline_number = {$my_custom_hotline)}
{/if}
then for the device add a settings item such as the below
just want to ensure i am doing this correct
some odd requests come in that require changing settings on handsets that are not available via the usual means, I always prefer doing this via provisioning where possible but wanted to know if there is easier way than editing config files. cheers.
in order to provision settings that are not available in the default settings or device config, I have to edit the {$mac}.cfg file and add lines such as
{if isset($my_custom_hotline)}
features.hotline_number = {$my_custom_hotline)}
{/if}
then for the device add a settings item such as the below
just want to ensure i am doing this correct
some odd requests come in that require changing settings on handsets that are not available via the usual means, I always prefer doing this via provisioning where possible but wanted to know if there is easier way than editing config files. cheers.