What is this order 195 you are referring to? Your 195 may not be the same as mine.
Everything that you can set in the webui should be available to set in provisioning, variables may need to be added to the template if they are not already there but it is doable. The gui helps with this.
For example, by clicking the question mark next to the setting in the gui, you get the required configuration setting for the provisioning file.
In the image below, for auto answer you will see that to enable autoanswer in the config file, we would need to set:
Code:
account.X.auto_answer = 1
Where X is the account number eg 1, 2, etc.
If we now examine the provisioning template for the phone, I'm using a yealink t46 so:
Official FusionPBX - A full-featured domain based multi-tenant PBX and voice switch for FreeSwitch. - fusionpbx/fusionpbx
github.com
There is no variable there to populate the provisioning template field, unlike further down where we see, for example:
Code:
account.1.missed_calllog = {$yealink_missed_calllog}
What we need to do is create a variable and add it to the template, we can then populate that variable and in devices, set it for the relevant extension.
For that, I'll make you a video...