diff options
-rw-r--r-- | templates/polycom-template.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/polycom-template.lua b/templates/polycom-template.lua index ec91450..50f4861 100644 --- a/templates/polycom-template.lua +++ b/templates/polycom-template.lua @@ -84,6 +84,8 @@ voIpProt.SIP.use486forReject="1" <% -- Set phone's requested registration period in seconds %> voIpProt.server.1.expires="60" voIpProt.server.2.expires="60" +<% -- Set RFC 2833 payload to 101 instead of 127 for interop. with Linksys ATA %> +tone.dtmf.rfc2833Payload="101" <% --- From site.cfg %> |