Attention is currently required from: jolly, laforge.
pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/docker-playground/+/36775?usp=email )
Change subject: asterisk: Enable capabilities required to set up ipsec ......................................................................
Patch Set 1:
(1 comment)
Patchset:
PS1: I'm not sure why do we need cap_sys_resource, but log message (from @andreas@eversberg.eu?) seems to require it:
res/res_pjsip_outbound_registration/volte.c 194-spi_alloc_failed: 195- ast_log(LOG_ERROR, "Failed to allocate SPI. " 196- "Please make sure that the user running asterisk has the rights to do so. " 197: "(E.g use "setcap 'cap_net_admin,cap_sys_resource=ep' /usr/sbin/asterisk")\n"); 198- return status;