From f6277e9fa55813b910c2b4fdebe1ce50529d5498 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Tue, 30 Jun 2020 17:42:20 -0600 Subject: [PATCH] Use polycom_request_validation_method and polycom_request_validation_request template variables --- resources/templates/provision/polycom/4.x/{$mac}.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/templates/provision/polycom/4.x/{$mac}.cfg b/resources/templates/provision/polycom/4.x/{$mac}.cfg index 2b8e1704c7..dd4ae700cc 100644 --- a/resources/templates/provision/polycom/4.x/{$mac}.cfg +++ b/resources/templates/provision/polycom/4.x/{$mac}.cfg @@ -174,8 +174,8 @@ {/if} nat.keepalive.interval="30" voIpProt.SIP.specialEvent.checkSync.alwaysReboot="1" - voIpProt.SIP.requestValidation.1.request="INVITE" - voIpProt.SIP.requestValidation.1.method="source" + voIpProt.SIP.requestValidation.1.method="{$polycom_request_validation_method}" + voIpProt.SIP.requestValidation.1.request="{$polycom_request_validation_request}" feature.broadsoftUcOne.enabled="0" voice.volume.persist.handset="1" voice.volume.persist.handsfree="1"