mirror of
https://github.com/asterisk/asterisk.git
synced 2025-12-15 19:19:38 +00:00
core: Remove ABI effects of LOW_MEMORY.
This allows asterisk to compiled with LOW_MEMORY to load modules built without LOW_MEMORY. ASTERISK-26398 #close Change-Id: I24b78ac9493ab933b11087a8b6794f3c96d4872d
This commit is contained in:
7
CHANGES
7
CHANGES
@@ -12,6 +12,13 @@
|
||||
--- Functionality changes from Asterisk 14 to Asterisk 15 --------------------
|
||||
------------------------------------------------------------------------------
|
||||
|
||||
Build System
|
||||
------------------
|
||||
* LOW_MEMORY no longer has an effect on Asterisk ABI. Symbols that were
|
||||
previously suppressed by LOW_MEMORY are now replaced by stub functions.
|
||||
Asterisk built with LOW_MEMORY can now successfully load binary modules
|
||||
built without LOW_MEMORY and vice versa.
|
||||
|
||||
chan_sip
|
||||
------------------
|
||||
* If an offer is received with optional SRTP (a media stream with RTP/AVP but
|
||||
|
||||
Reference in New Issue
Block a user