Fix Avaya BLF issue on reSUBSCRIBE (#7164)
* Fix Avaya BLF issue on reSUBSCRIBE * fix an accidental modification
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user