Skip to content

Commit

Permalink
Fix Fanvil template for W610W (#289)
Browse files Browse the repository at this point in the history
- Enable WIFI for W610W
- Configure desktop click for W610W
  • Loading branch information
andrea-marchionni authored Jun 5, 2024
1 parent 7576369 commit fa71b69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/templates/fanvil-X5.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ DHCP6 Auto Time :0
Use Vendor6 Class ID:0
Vendor6 Class ID :
--WIFI Config-- :
{% if provisioning_user_agent matches '/Fanvil (W611W|X301W|X303W|X1W|V65|V64|X3SW)/' %}
{% if provisioning_user_agent matches '/Fanvil (W610W|W611W|X301W|X303W|X1W|V65|V64|X3SW)/' %}
WIFI Enable :1
{% else %}
WIFI Enable :0
Expand Down Expand Up @@ -494,7 +494,7 @@ DialerPre Softkey :send;2aB;delete;exit;
DialerCall Softkey :send;2aB;delete;exit;
DialerXfer Softkey :delete;xfer;send;exit;
DialerCfwd Softkey :send;2aB;delete;exit;
{% if provisioning_user_agent matches '/Fanvil W611W/' %}
{% if provisioning_user_agent matches '/Fanvil (W610W|W611W)/' %}
Desktop Click :history;status;DssPage1;DssPage2;menu;
{% else %}
Desktop Click :history;status;missed;dss2;menu;
Expand Down

0 comments on commit fa71b69

Please sign in to comment.