Missing Yealink Template for W90DM & W90B

Hello,

Would it be possible to add a dedicated template for the W90DM and W90B, or alternatively allow the number of accounts in the W70B template to be adjusted?

Thank you for your consideration.

1 Like

Hello, I was hoping for a update from VitalPBX staff, even if negative. This will allow us to find alternatives. Thank you.

This would be a fantastic feature to have. I know Vital staff in the past have said that you can manually put the extra lines in the config file, but this would be a bit of a pain long term.

1 Like

The W70b template seems broken anyways.
“account.1.sip_server_host” is not used anymore.

So the following line for the server address:
account.{{ $loop->iteration }}.sip_server_host = {{ $account['sip_domain'] ?? null }}

should be

account.{{ $loop->iteration }}.sip_server.X.address= {{ $account['sip_domain'] ?? null }}

basically, from
account.X.sip_server_host =
to
account.X.sip_server.X.address=