mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-17 15:29:05 +00:00
res_rtp_asterisk: make it possible to remove SOFTWARE attribute
By default Asterisk reports the PJSIP version in a SOFTWARE attribute of every STUN packet it sends. This may not be desired in a production environment, and RFC5389 recommends making the use of the SOFTWARE attribute a configurable option: https://datatracker.ietf.org/doc/html/rfc5389#section-16.1.2 This patch adds a `stun_software_attribute` yes/no option to make it possible to omit the SOFTWARE attribute from STUN packets. ASTERISK-29434 Change-Id: Id3f2b1dd9584536ebb3a1d7e8395fd8b3e46860b
This commit is contained in:
committed by
Friendly Automation
parent
7c0b8f0701
commit
0cd5d5150a
@@ -0,0 +1,8 @@
|
||||
Subject: res_rtp_asterisk
|
||||
|
||||
By default Asterisk reports the PJSIP version in all
|
||||
STUN packets it sends.
|
||||
|
||||
This behaviour may not be desired in a production
|
||||
environment and can now be disabled by setting the
|
||||
stun_software_attribute option to 'no' in rtp.conf.
|
||||
Reference in New Issue
Block a user