asterisk-11.x and asterisk-13.x: Disable LOW_MEMORY by default
authorSebastian Kemper <sebastian_ml@gmx.net>
Thu, 3 Aug 2017 19:15:59 +0000 (21:15 +0200)
committerSebastian Kemper <sebastian_ml@gmx.net>
Thu, 3 Aug 2017 19:16:03 +0000 (21:16 +0200)
commitec6991c01cf141db172bd5bc30a3e18cb9174208
treeffbfd5fd4c8b9d25e4178c5ebbb1e932c69934e0
parent6341be04f4ae5ff1e03595eda5a62b17c3bf5301
asterisk-11.x and asterisk-13.x: Disable LOW_MEMORY by default

In issue #173 a segmentation fault occuring during a simple SIP call was
reported. Compiling with LOW_MEMORY disabled the reproducible segfault
disappeared.

This commits adds a switch for LOW_MEMORY. Default is off. If anybody
wants to debug the segfault s/he can enable it.

The segfault was reported for Asterisk 11. Disable LOW_MEMORY on
Asterisk 13 anyway, better safe than sorry.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
net/asterisk-11.x/Config.in [new file with mode: 0644]
net/asterisk-11.x/Makefile
net/asterisk-13.x/Config.in [new file with mode: 0644]
net/asterisk-13.x/Makefile