From 264589cc90b84a8dc1fa04ceae502f0cd13f5692 Mon Sep 17 00:00:00 2001 From: aalatchm Date: Fri, 10 Jun 2011 13:31:52 +0000 Subject: Set Linksys phone to ring more than 20 seconds if no-answer forwarding is disabled. --- templates/linksysata-template.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/linksysata-template.lua b/templates/linksysata-template.lua index e3d0d9e..803019e 100644 --- a/templates/linksysata-template.lua +++ b/templates/linksysata-template.lua @@ -358,14 +358,16 @@ http://<% io.write(web_server) %>/Linksys/$MA.xml end if pg_t.forwardnoanswerenable then fwddata.noanswer = pg_t.forwardnoanswer + fwddata.noanswerdelay = "20" else fwddata.noanswer = "" + fwddata.noanswerdelay = "" end %> <%= fwddata.all %> <%= fwddata.busy %> <%= fwddata.noanswer %> -20 +<%= fwddata.noanswerdelay %> <% end %> -- cgit v1.2.3