mirror of https://github.com/asterisk/asterisk
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: Id3f2b1dd9584536ebb3a1d7e8395fd8b3e46860b19.0
parent
9cc1d6fc22
commit
d162789c4d
@ -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.
|
Loading…
Reference in new issue