mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-05 18:44:54 +00:00
Travis Cross
f7b4ec617a
Allow SIP UPDATE messages without display updates
Previously if send-display-update was set to false we would also remove UPDATE from our Allow: headers. This is unnecessary. The UPDATE message is useful in SIP transactions even if we're not sending display updates. With this commit, we add a new boolean profile flag, allow-update. If set to true we'll send Allow: UPDATE. If set to false, we will not. If there is a conflict with another setting that requires UPDATE support, the allow-update parameter will win and a warning will be printed. ref: RFC 3311
Description
FreeSWITCH is a Software Defined Telecom Stack enabling the digital transformation from proprietary telecom switches to a versatile software implementation that runs on any commodity hardware. From a Raspberry PI to a multi-core server, FreeSWITCH can unl
Multiple Licenses
268 MiB
Languages
C
64.4%
C++
21.8%
JavaScript
4.7%
Assembly
2%
Makefile
1%
Other
5.4%