Fix Avaya BLF issue on reSUBSCRIBE (#7164)

* Fix Avaya BLF issue on reSUBSCRIBE

* fix an accidental modification
This commit is contained in:
Antonio Fernandez
2024-10-22 19:01:50 -06:00
committed by GitHub
parent 3415d57751
commit 2f30694ead
5 changed files with 28 additions and 0 deletions
@@ -11,6 +11,11 @@ SET ENABLE_OOD_RESET_NOTIFY 1
## Do not require TLS to accept Out-Of-Dialog REFER messages
SET ENABLE_OOD_MSG_TLS_ONLY 0
# Set the default SUBSCRIBE expiry time
# This needs to be set to a value equal to or lower than the 'nonce-ttl' that is in your SIP Profile
# The defaule for 'nonce-ttl' is 60
SET OUTBOUND_SUBSCRIPTION_REQUEST_DURATION {if isset($avaya_blf_subscription_expiry)}{$avaya_blf_subscription_expiry}{else}60{/if}
## Trust public certs rather than the phone downloading a trusted cert from the server
SET ENABLE_PUBLIC_CA_CERTS 1
@@ -11,6 +11,11 @@ SET ENABLE_OOD_RESET_NOTIFY 1
## Do not require TLS to accept Out-Of-Dialog REFER messages
SET ENABLE_OOD_MSG_TLS_ONLY 0
# Set the default SUBSCRIBE expiry time
# This needs to be set to a value equal to or lower than the 'nonce-ttl' that is in your SIP Profile
# The defaule for 'nonce-ttl' is 60
SET OUTBOUND_SUBSCRIPTION_REQUEST_DURATION {if isset($avaya_blf_subscription_expiry)}{$avaya_blf_subscription_expiry}{else}60{/if}
## Trust public certs rather than the phone downloading a trusted cert from the server
SET ENABLE_PUBLIC_CA_CERTS 1
@@ -11,6 +11,11 @@ SET ENABLE_OOD_RESET_NOTIFY 1
## Do not require TLS to accept Out-Of-Dialog REFER messages
SET ENABLE_OOD_MSG_TLS_ONLY 0
# Set the default SUBSCRIBE expiry time
# This needs to be set to a value equal to or lower than the 'nonce-ttl' that is in your SIP Profile
# The defaule for 'nonce-ttl' is 60
SET OUTBOUND_SUBSCRIPTION_REQUEST_DURATION {if isset($avaya_blf_subscription_expiry)}{$avaya_blf_subscription_expiry}{else}60{/if}
## Trust public certs rather than the phone downloading a trusted cert from the server
SET ENABLE_PUBLIC_CA_CERTS 1
@@ -11,6 +11,11 @@ SET ENABLE_OOD_RESET_NOTIFY 1
## Do not require TLS to accept Out-Of-Dialog REFER messages
SET ENABLE_OOD_MSG_TLS_ONLY 0
# Set the default SUBSCRIBE expiry time
# This needs to be set to a value equal to or lower than the 'nonce-ttl' that is in your SIP Profile
# The defaule for 'nonce-ttl' is 60
SET OUTBOUND_SUBSCRIPTION_REQUEST_DURATION {if isset($avaya_blf_subscription_expiry)}{$avaya_blf_subscription_expiry}{else}60{/if}
## Trust public certs rather than the phone downloading a trusted cert from the server
SET ENABLE_PUBLIC_CA_CERTS 1