Still broken in the version the bug was reported against: 4.4
The patch by @mmalygin is probably also needed to get the previous (and standard)
_"command-line overrides config file"_ behaviour
there will be problems if the size is not provided by
-m and the shm_mem_size is set after a config directive that needs shared memory
Can that really happen? What option would need that? And isn't that caught by:
```c
if (shm_initialized())
yyerror("shm/shm_mem_size must be before any modparam or the"
" route blocks");
```
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/950#issuecomment-297008973