Skip to content

Commit

Permalink
Use SRTP fix also for T[3-4]4U (#288)
Browse files Browse the repository at this point in the history
Now the regular expression that if matched limit the SRTP cyphers used match also T34U and T44U phones
  • Loading branch information
Stell0 authored Mar 25, 2024
1 parent a89f533 commit 7576369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/templates/yealink.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -1863,7 +1863,7 @@ account.{{ line }}.srtp_encryption = {{ _context['account_encryption_' ~ line] ?
account.{{ line }}.srtp_unencrypted_rtp.enable = 0
account.{{ line }}.srtp.unencrypted_rtcp.enable = 0
# Fix SRTP error
{% if provisioning_user_agent matches '/SIP-(T34W|T44W)/' %}
{% if provisioning_user_agent matches '/SIP-(T34|T44)(U|W)/' %}
account.{{ line }}.srtp.cipher_list = AES_CM_128_HMAC_SHA1_80,AES_CM_128_HMAC_SHA1_32
{% endif %}
account.{{ line }}.ptime = 20
Expand Down

0 comments on commit 7576369

Please sign in to comment.